@charset "UTF-8";
/*
Theme Name: laboratoriovazquez
Theme URI: http: //laboratoriovazquez.com/
Description: Tema a medida de Laboratorio Vazquez
Author: Andres Ramirez Leria
Template: salient
Author URI: http: //arleria.com/
Version: 0.1
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #13212e;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.7;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #13212e;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 251, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #28A7FB;
  border-color: #28A7FB; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0597f8;
    border-color: #0490ec; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 252, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #28A7FB;
    border-color: #28A7FB; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0490ec;
    border-color: #0488df; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 252, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #28A7FB;
  text-decoration: none; }
  .btn-link:hover {
    color: #0480d3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 4px; }
  @media (max-width: 1200px) {
    .btn-lg {
      font-size: calc(1.265625rem + 0.1875vw) ; } }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 4px; }

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

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

/* Diferentes Tamaños de Columnas para porcentajes fijados y diferentes breakpoins
.col-10-xs-up, .col-20-xs-up, .col-30-xs-up, .col-40-xs-up, .col-50-xs-up, .col-60-xs-up, .col-70-xs-up, .col-80-xs-up, .col-90-xs-up, .col-100-xs-up,
.col-10-sm-up, .col-20-sm-up, .col-30-sm-up, .col-40-sm-up, .col-50-sm-up, .col-60-sm-up, .col-70-sm-up, .col-80-sm-up, .col-90-sm-up, .col-100-sm-up,
.col-10-md-up, .col-20-md-up, .col-30-md-up, .col-40-md-up, .col-50-md-up, .col-60-md-up, .col-70-md-up, .col-80-md-up, .col-90-md-up, .col-100-md-up,
.col-10-lg-up, .col-20-lg-up, .col-30-lg-up, .col-40-lg-up, .col-50-lg-up, .col-60-lg-up, .col-70-lg-up, .col-80-lg-up, .col-90-lg-up, .col-100-lg-up,
.col-10-xl-up, .col-20-xl-up, .col-30-xl-up, .col-40-xl-up, .col-50-xl-up, .col-60-xl-up, .col-70-xl-up, .col-80-xl-up, .col-90-xl-up, .col-100-xl-up
*/
/* =============================================
Default settings
================================================ */
.navik-header,
.navik-header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.navik-header:before,
.navik-header:after,
.navik-header *:before,
.navik-header *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.navik-header {
  position: relative;
  font-size: 16px;
  line-height: 1.42857143;
  background-color: #fff;
  z-index: 99999;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.navik-header ul {
  margin-bottom: inherit; }

.navik-header img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.navik-header a:hover,
.navik-header a:focus,
.navik-header a:active {
  text-decoration: none; }

.navik-header a:focus,
.navik-header a:active {
  outline: none; }

.navik-header-container {
  position: relative; }

.navik-header-overlay .navik-header-container {
  position: inherit; }

.navik-header .logo {
  text-align: center;
  padding: 30px 40px; }

.navik-header .logo img {
  max-width: 100%;
  height: auto; }

.burger-menu {
  position: absolute;
  top: 35px;
  right: 14px;
  width: 20px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: transform 330ms ease-out;
  -moz-transition: transform 330ms ease-out;
  -o-transition: transform 330ms ease-out;
  transition: transform 330ms ease-out; }

.burger-menu.menu-open {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.line-menu {
  background-color: #111111;
  border-radius: 2px;
  width: 100%;
  height: 3px; }

.line-menu.line-half {
  width: 50%; }

.line-menu.first-line {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right; }

.menu-open .line-menu.first-line {
  -webkit-transform: rotate(-90deg) translateX(3px);
  -moz-transform: rotate(-90deg) translateX(3px);
  -o-transform: rotate(-90deg) translateX(3px);
  transform: rotate(-90deg) translateX(3px); }

.line-menu.last-line {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left; }

.menu-open .line-menu.last-line {
  -webkit-transform: rotate(-90deg) translateX(-3px);
  -moz-transform: rotate(-90deg) translateX(-3px);
  -o-transform: rotate(-90deg) translateX(-3px);
  transform: rotate(-90deg) translateX(-3px); }

.navik-menu > ul {
  display: none;
  padding: 0 0 20px;
  list-style: none; }

.navik-menu ul li {
  position: relative;
  list-style: none; }

.navik-menu ul ul {
  margin-left: 0; }

.navik-menu ul li > a {
  display: block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #212121;
  padding: 14px 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.navik-menu ul li.current-menu-item > a,
.navik-menu ul li:hover > a {
  color: #26c6da;
  background-color: #f6f6f6; }

.navik-menu ul ul li > a {
  font-size: 14px;
  font-style: italic;
  text-transform: inherit;
  background-color: #efefef;
  padding: 14px 15px 14px 30px; }

.navik-menu ul ul ul li > a {
  padding: 14px 15px 14px 45px; }

.navik-menu ul ul li:hover > a {
  background-color: #efefef; }

.dropdown-plus {
  width: 49px;
  height: 49px;
  line-height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer; }

.dropdown-plus:before,
.dropdown-plus:after {
  position: absolute;
  content: '';
  top: 24px;
  right: 18px;
  width: 13px;
  height: 1px;
  background-color: #111111; }

.dropdown-plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.navik-menu li > ul,
.dropdown-plus.dropdown-open:after {
  display: none; }

.header-shadow-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
  z-index: -1; }

.header-shadow-wrapper:after {
  display: block;
  position: relative;
  content: "";
  width: 100%;
  height: 60px;
  top: -60px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.1); }

/* =============================================
Menu slide
================================================ */
.navik-header-overlay.menu-slide .nav-menu-wrapper {
  width: 320px;
  left: inherit;
  right: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s; }

.navik-header-overlay.menu-slide .nav-menu-wrapper.overlay-menu-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: -15px 0px 60px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -15px 0px 60px -5px rgba(0, 0, 0, 0.3);
  box-shadow: -15px 0px 60px -5px rgba(0, 0, 0, 0.3); }

.slidemenu-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.overlay-menu-open + .slidemenu-bg-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a:hover {
  padding-left: 10px; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul {
  display: block;
  text-align: left;
  padding: 120px 0 100px; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li {
  padding: 0 65px 0 30px; }

.navik-header-overlay.menu-slide .menu-social-media {
  right: inherit;
  left: 0;
  text-align: left;
  padding: 0 30px; }

.navik-header-overlay.menu-slide .menu-social-media a {
  margin: 0 6px 6px 0; }

@-webkit-keyframes menuFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes menuFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a,
.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn > ul {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: menuFadeInRight;
  animation-name: menuFadeInRight; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn > ul {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link .overlay-dropdown-plus {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li li,
.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul > li:first-child:after {
  display: block; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul {
  padding-top: 25px; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul ul {
  display: block;
  padding-top: 5px; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul li {
  margin-left: 0 !important;
  margin-bottom: 5px;
  padding-left: 20px; }

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul li:after {
  left: 5px; }

/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */
@media (min-width: 768px) {
  .navik-header .logo {
    float: left;
    padding: 30px 40px 30px 0; }
  .navik-menu {
    clear: both; }
  .header-shadow-wrapper:after {
    -webkit-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.1); } }

@media (min-width: 1040px) {
  /* =============================================
	Viewport Breakpoint
	================================================ */
  .navik-header-container {
    height: 70px; }
  .navik-header-overlay .navik-header-container {
    height: auto; }
  .burger-menu {
    display: none; }
  .navik-menu {
    clear: inherit; }
  .navik-menu > ul {
    display: block;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-positive: 10;
    -ms-flex-grow: 10;
    flex-grow: 10;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch; }
    .navik-menu > ul > li {
      position: relative;
      margin: 0;
      padding: 0;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-flex-pack: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-flex-pack: center;
      -ms-justify-content: center;
      justify-content: center; }
      .navik-menu > ul > li > a {
        text-align: center; }
  .navik-menu > ul > li > a {
    position: relative;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0 14px; }
  .navik-menu > ul > li:last-child > a {
    padding: 0 14px; }
  .navik-menu.menu-hover-2 > ul > li:last-child > a,
  .navik-menu.menu-hover-3 > ul > li:last-child > a,
  .navik-menu.menu-hover-4 > ul > li:last-child > a,
  .center-menu-1 .navik-menu > ul > li:last-child > a,
  .center-menu-2 .navik-menu > ul > li:last-child > a {
    padding: 0 14px; }
  .navik-menu.separate-line.menu-hover-2 > ul > li:last-child > a,
  .navik-menu.separate-line.menu-hover-3 > ul > li:last-child > a,
  .navik-menu.separate-line.menu-hover-4 > ul > li:last-child > a,
  .center-menu-1 .navik-menu.separate-line > ul > li:last-child > a,
  .center-menu-2 .navik-menu.separate-line > ul > li:last-child > a {
    padding: 0 28px; }
  .navik-menu ul li.current-menu-item > a,
  .navik-menu ul li:hover > a,
  .header-dark .navik-menu ul li.current-menu-item > a,
  .header-dark .navik-menu ul li:hover > a {
    background-color: inherit; }
  .dropdown-plus {
    display: none; }
  .navik-menu ul li.dropdown_menu > a > span:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #c1c1c1;
    position: relative;
    content: '';
    display: inline-block;
    height: 4px;
    width: 4px;
    top: -3px;
    margin-left: 8px;
    box-sizing: content-box;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .header-dark .navik-menu ul li.dropdown_menu > a > span:before {
    border-color: #a1a1a1; }
  .navik-menu li > ul {
    display: block !important;
    position: absolute;
    width: 250px;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 27px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .navik-menu li:hover > ul {
    visibility: visible;
    opacity: 1; }
  .navik-menu li.submenu-right > ul {
    left: inherit;
    right: 0; }
  .navik-menu li > ul ul {
    top: -27px;
    left: 100%; }
  .navik-menu li.submenu-right > ul ul {
    left: -100% !important; }
  .navik-menu ul ul li.dropdown_menu > a > span:before {
    float: right;
    top: 7px;
    right: -10px;
    margin: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .navik-menu ul ul li > a {
    position: relative;
    color: #818181;
    padding: 9px 35px 7px !important; }
  .navik-menu ul ul li > a,
  .navik-menu ul ul li:hover > a {
    color: #818181;
    background-color: transparent; }
  .navik-menu ul ul li:hover > a {
    padding-left: 55px !important; }
  .navik-menu ul ul li > a:before {
    position: absolute;
    content: "";
    top: 17px;
    left: 35px;
    width: 0;
    height: 1px;
    background: #a1a1a1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .navik-menu ul ul li:hover > a:before {
    width: 10px; }
  .navik-menu ul li.dropdown_menu > a > span {
    display: none; }
  .navik-menu.menu-caret ul li.dropdown_menu > a > span {
    display: inline-block; }
  .navik-menu.menu-caret ul ul li.dropdown_menu > a > span {
    display: inline; }
  .navik-menu.separate-line > ul > li > a {
    position: relative; }
  .navik-menu.separate-line > ul > li > a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    background: #eeeeee;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header-dark .navik-menu.separate-line > ul > li > a:after {
    background: #333333; }
  .navik-menu.separate-line > ul > li:last-child > a:after {
    display: none; }
  .navik-menu.separate-line > ul > li > a {
    padding: 0 28px; }
  .navik-menu.separate-line > ul > li:last-child > a {
    padding: 0 0 0 28px; }
  /* =============================================
	Header sticky
	================================================ */
  .navik-header.sticky {
    position: fixed;
    width: 100%;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
    top: 0;
    z-index: 99990; }
  .navik-header.sticky .navik-header-container {
    height: 70px; }
  .navik-header.sticky .navik-menu > ul > li > a {
    height: 70px;
    line-height: 70px; }
  .navik-header.sticky .logo {
    padding: 0 40px 0 0; }
  .navik-header.center-menu-1.sticky .logo {
    padding: 0; }
  .navik-header.sticky .logo img {
    max-height: 70px; }
  @-webkit-keyframes stickyTransition {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  @keyframes stickyTransition {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0); }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  /* =============================================
	Hover transitions
	================================================ */
  .navik-menu.menu-hover-2 > ul > li.current-menu-item > a,
  .navik-menu.menu-hover-2 > ul > li:hover > a {
    background-color: #f8f8f8;
    color: #212121; }
  .navik-menu.menu-hover-2 > ul > li > a:after,
  .navik-menu.menu-hover-3 > ul > li > a:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background: #26c6da;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .navik-menu.menu-hover-2 > ul > li.current-menu-item > a:after,
  .navik-menu.menu-hover-2 > ul > li:hover > a:after {
    opacity: 1; }
  .navik-menu.menu-hover-3 > ul > li.current-menu-item > a,
  .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #212121; }
  .navik-menu.menu-hover-3 > ul > li > a:after {
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .navik-menu.menu-hover-3 > ul > li.current-menu-item > a:after,
  .navik-menu.menu-hover-3 > ul > li:hover > a:after {
    width: 100%;
    opacity: 1; }
  .navik-menu.menu-hover-4 > ul > li > a > .hover-transition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; }
  .navik-menu.menu-hover-4 > ul > li > a > .hover-transition:after {
    display: block;
    position: relative;
    content: "";
    width: calc(100% + 2px);
    height: 0;
    top: 50%;
    left: 50%;
    background: #26c6da;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .navik-menu.menu-hover-4 > ul > li.current-menu-item > a > .hover-transition:after,
  .navik-menu.menu-hover-4 > ul > li:hover > a > .hover-transition:after {
    opacity: 1;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .navik-menu.menu-hover-4 > ul > li > ul {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .navik-menu.menu-hover-4 > ul > li:hover > ul {
    -webkit-transition-delay: 0.13s;
    -moz-transition-delay: 0.13s;
    -o-transition-delay: 0.13s;
    transition-delay: 0.13s; }
  .navik-menu.menu-hover-4 > ul > li.current-menu-item > a,
  .navik-menu.menu-hover-4 > ul > li:hover > a {
    color: #fff; }
  .navik-menu.menu-hover-4 > ul > li.current-menu-item.dropdown_menu > a > span:before,
  .navik-menu.menu-hover-4 > ul > li.dropdown_menu:hover > a > span:before {
    border-color: #fff; }
  .header-dark .navik-menu.menu-hover-2 > ul > li.current-menu-item > a,
  .header-dark .navik-menu.menu-hover-2 > ul > li:hover > a {
    background-color: #222222;
    color: #fff; }
  .header-dark .navik-menu.menu-hover-3 > ul > li.current-menu-item > a,
  .header-dark .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #fff; }
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu-item > a,
  .header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a {
    background-color: rgba(255, 255, 255, 0.25);
    color: #f7f7f7; }
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu-item > a,
  .header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #f7f7f7; }
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu-item > a,
  .header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a,
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu-item > a,
  .header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a {
    color: #f7f7f7; }
  /* =============================================
	Submenu
	================================================ */
  .navik-menu.submenu-top-border li > ul {
    border-top: 3px solid #26c6da; }
  .navik-menu.submenu-top-border li > ul ul {
    top: -30px; }
  .navik-menu.submenu-list-border li > ul ul {
    top: -20px; }
  .navik-menu.submenu-top-border.submenu-list-border li > ul ul {
    top: -23px; }
  .navik-menu.submenu-list-border ul ul li > a {
    padding: 15px 35px 14px !important; }
  .navik-menu.submenu-list-border ul ul li:first-child > a {
    padding: 8px 35px 14px 35px !important; }
  .navik-menu.submenu-list-border ul ul li:last-child > a {
    padding: 15px 35px 8px 35px !important; }
  .navik-menu.submenu-list-border ul ul li:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 35px;
    right: 35px;
    height: 1px;
    background: #eeeeee; }
  .navik-menu.submenu-list-border ul ul li:last-child:after {
    display: none; }
  .navik-menu.submenu-list-border ul ul li:hover > a {
    padding-left: 55px !important; }
  .navik-menu.submenu-list-border ul ul li:nth-child(n+2) > a:before {
    top: 24px; }
  .header-dark .navik-menu.submenu-list-border ul ul li:after {
    background: #333333; }
  /* =============================================
	Submenu transitions
	================================================ */
  .navik-menu.submenu-flip li > ul {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .navik-menu.submenu-flip li:hover > ul {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  .navik-menu.submenu-flip ul {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 200px;
    -ms-perspective: 200px;
    perspective: 200px; }
  .navik-menu.submenu-flip ul li {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 200px;
    -ms-perspective: 200px;
    perspective: 200px; }
  .navik-menu.submenu-scale li > ul {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .navik-menu.submenu-scale li.submenu-right ul {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .navik-menu.submenu-scale li:hover > ul {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*=======================================================
  BASE
========================================================*/
html {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px; }
  @media (min-width: 544px) {
    html {
      font-size: 15px; } }
  @media (min-width: 768px) {
    html {
      font-size: 15x; } }
  @media (min-width: 992px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 17px; } }

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

img {
  max-width: 100%;
  height: auto; }
  img.widthAuto {
    width: 100%; }
    @media (min-width: 768px) {
      img.widthAuto {
        width: auto; } }

body {
  font-weight: 400; }

a.svg {
  position: relative;
  display: inline-block; }

a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.unselectable {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.width100 {
  width: 100%; }

p {
  font-size: 1rem;
  line-height: 1.8; }

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

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

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

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

@media (max-width: 1000px) {
  .text-center-below-1000 {
    text-align: center; } }

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

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

.fixed {
  position: fixed !important; }

.flex-xs-up {
  /* La composición Flex solo se aplicará en tamaños superiores a md */
  display: -webkit-flex;
  display: flex; }

.flex-sm-up {
  /* La composición Flex solo se aplicará en tamaños superiores a md */ }
  @media (min-width: 544px) {
    .flex-sm-up {
      display: -webkit-flex;
      display: flex; } }

.flex-md-up {
  /* La composición Flex solo se aplicará en tamaños superiores a md */ }
  @media (min-width: 768px) {
    .flex-md-up {
      display: -webkit-flex;
      display: flex; } }

.flex-lg-up {
  /* La composición Flex solo se aplicará en tamaños superiores a lg */ }
  @media (min-width: 992px) {
    .flex-lg-up {
      display: -webkit-flex;
      display: flex; } }

.flex-xl-up {
  /* La composición Flex solo se aplicará en tamaños superiores a lg */ }
  @media (min-width: 1200px) {
    .flex-xl-up {
      display: -webkit-flex;
      display: flex; } }

.flex-wrapped {
  /* Flex items will wrap onto multiple lines, from top to bottom */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

/*
.col-10-xs-up, .col-20-xs-up, .col-30-xs-up, .col-40-xs-up, .col-50-xs-up, .col-60-xs-up, .col-70-xs-up, .col-80-xs-up, .col-90-xs-up, .col-100-xs-up,
.col-10-sm-up, .col-20-sm-up, .col-30-sm-up, .col-40-sm-up, .col-50-sm-up, .col-60-sm-up, .col-70-sm-up, .col-80-sm-up, .col-90-sm-up, .col-100-sm-up,
.col-10-md-up, .col-20-md-up, .col-30-md-up, .col-40-md-up, .col-50-md-up, .col-60-md-up, .col-70-md-up, .col-80-md-up, .col-90-md-up, .col-100-md-up,
.col-10-lg-up, .col-20-lg-up, .col-30-lg-up, .col-40-lg-up, .col-50-lg-up, .col-60-lg-up, .col-70-lg-up, .col-80-lg-up, .col-90-lg-up, .col-100-lg-up,
.col-10-xl-up, .col-20-xl-up, .col-30-xl-up, .col-40-xl-up, .col-50-xl-up, .col-60-xl-up, .col-70-xl-up, .col-80-xl-up, .col-90-xl-up, .col-100-xl-up
*/
.col-10-xs-up, .col-20-xs-up, .col-30-xs-up, .col-40-xs-up, .col-50-xs-up, .col-60-xs-up, .col-70-xs-up, .col-80-xs-up, .col-90-xs-up, .col-100-xs-up, .col-10-320-up, .col-20-320-up, .col-30-320-up, .col-40-320-up, .col-50-320-up, .col-60-320-up, .col-70-320-up, .col-80-320-up, .col-90-320-up, .col-100-320-up, .col-10-450-up, .col-20-450-up, .col-30-450-up, .col-40-450-up, .col-50-450-up, .col-60-450-up, .col-70-450-up, .col-80-450-up, .col-90-450-up, .col-100-450-up, .col-10-sm-up, .col-20-sm-up, .col-30-sm-up, .col-40-sm-up, .col-50-sm-up, .col-60-sm-up, .col-70-sm-up, .col-80-sm-up, .col-90-sm-up, .col-100-sm-up, .col-10-md-up, .col-20-md-up, .col-30-md-up, .col-40-md-up, .col-50-md-up, .col-60-md-up, .col-70-md-up, .col-80-md-up, .col-90-md-up, .col-100-md-up, .col-10-lg-up, .col-20-lg-up, .col-30-lg-up, .col-40-lg-up, .col-50-lg-up, .col-60-lg-up, .col-70-lg-up, .col-80-lg-up, .col-90-lg-up, .col-100-lg-up, .col-10-1000px-up, .col-20-1000px-up, .col-30-1000px-up, .col-40-1000px-up, .col-50-1000px-up, .col-60-1000px-up, .col-70-1000px-up, .col-80-1000px-up, .col-90-1000px-up, .col-100-1000px-up, .col-10-xl-up, .col-20-xl-up, .col-30-xl-up, .col-40-xl-up, .col-50-xl-up, .col-60-xl-up, .col-70-xl-up, .col-80-xl-up, .col-90-xl-up, .col-100-xl-up {
  width: 100%;
  position: relative;
  min-height: 1px; }

.col-10-xs-up {
  width: 10%; }
  .col-10-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-20-xs-up {
  width: 20%; }
  .col-20-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-30-xs-up {
  width: 30%; }
  .col-30-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-40-xs-up {
  width: 40%; }
  .col-40-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-50-xs-up {
  width: 50%; }
  .col-50-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-60-xs-up {
  width: 60%; }
  .col-60-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-70-xs-up {
  width: 70%; }
  .col-70-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-80-xs-up {
  width: 80%; }
  .col-80-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-90-xs-up {
  width: 90%; }
  .col-90-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-100-xs-up {
  width: 100%; }
  .col-100-xs-up.marginHorizCentered {
    margin: 0 auto; }

.col-10-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-10-320-up {
    width: 10%; } }

.col-20-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-20-320-up {
    width: 20%; } }

.col-30-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-30-320-up {
    width: 30%; } }

.col-40-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-40-320-up {
    width: 40%; } }

.col-50-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-50-320-up {
    width: 50%; } }

.col-60-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-60-320-up {
    width: 60%; } }

.col-70-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-70-320-up {
    width: 70%; } }

.col-80-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-80-320-up {
    width: 80%; } }

.col-90-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-90-320-up {
    width: 90%; } }

.col-100-320-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 320px) {
  .col-100-320-up {
    width: 100%; } }

.col-10-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-10-450-up {
    width: 10%; } }

.col-20-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-20-450-up {
    width: 20%; } }

.col-30-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-30-450-up {
    width: 30%; } }

.col-40-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-40-450-up {
    width: 40%; } }

.col-50-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-50-450-up {
    width: 50%; } }

.col-60-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-60-450-up {
    width: 60%; } }

.col-70-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-70-450-up {
    width: 70%; } }

.col-80-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-80-450-up {
    width: 80%; } }

.col-90-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-90-450-up {
    width: 90%; } }

.col-100-450-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 450px) {
  .col-100-450-up {
    width: 100%; } }

.col-10-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-10-sm-up {
    width: 10%; } }

.col-20-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-20-sm-up {
    width: 20%; } }

.col-30-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-30-sm-up {
    width: 30%; } }

.col-40-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-40-sm-up {
    width: 40%; } }

.col-50-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-50-sm-up {
    width: 50%; } }

.col-60-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-60-sm-up {
    width: 60%; } }

.col-70-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-70-sm-up {
    width: 70%; } }

.col-80-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-80-sm-up {
    width: 80%; } }

.col-90-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-90-sm-up {
    width: 90%; } }

.col-100-sm-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 544px) {
  .col-100-sm-up {
    width: 100%; } }

.col-10-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-10-md-up {
    width: 10%; } }

.col-20-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-20-md-up {
    width: 20%; } }

.col-30-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-30-md-up {
    width: 30%; } }

.col-40-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-40-md-up {
    width: 40%; } }

.col-50-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-50-md-up {
    width: 50%; } }

.col-60-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-60-md-up {
    width: 60%; } }

.col-70-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-70-md-up {
    width: 70%; } }

.col-80-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-80-md-up {
    width: 80%; } }

.col-90-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-90-md-up {
    width: 90%; } }

.col-100-md-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 768px) {
  .col-100-md-up {
    width: 100%; } }

.col-10-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-10-lg-up {
    width: 10%; } }

.col-20-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-20-lg-up {
    width: 20%; } }

.col-30-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-30-lg-up {
    width: 30%; } }

.col-40-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-40-lg-up {
    width: 40%; } }

.col-50-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-50-lg-up {
    width: 50%; } }

.col-60-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-60-lg-up {
    width: 60%; } }

.col-70-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-70-lg-up {
    width: 70%; } }

.col-80-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-80-lg-up {
    width: 80%; } }

.col-90-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-90-lg-up {
    width: 90%; } }

.col-100-lg-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 992px) {
  .col-100-lg-up {
    width: 100%; } }

.col-10-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-10-1000px-up {
    width: 10%; } }

.col-20-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-20-1000px-up {
    width: 20%; } }

.col-30-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-30-1000px-up {
    width: 30%; } }

.col-40-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-40-1000px-up {
    width: 40%; } }

.col-50-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-50-1000px-up {
    width: 50%; } }

.col-60-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-60-1000px-up {
    width: 60%; } }

.col-70-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-70-1000px-up {
    width: 70%; } }

.col-80-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-80-1000px-up {
    width: 80%; } }

.col-90-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-90-1000px-up {
    width: 90%; } }

.col-100-1000px-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1000px) {
  .col-100-1000px-up {
    width: 100%; } }

.col-10-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-10-xl-up {
    width: 10%; } }

.col-20-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-20-xl-up {
    width: 20%; } }

.col-30-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-30-xl-up {
    width: 30%; } }

.col-40-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-40-xl-up {
    width: 40%; } }

.col-50-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-50-xl-up {
    width: 50%; } }

.col-60-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-60-xl-up {
    width: 60%; } }

.col-70-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-70-xl-up {
    width: 70%; } }

.col-80-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-80-xl-up {
    width: 80%; } }

.col-90-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-90-xl-up {
    width: 90%; } }

.col-100-xl-up.marginHorizCentered {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .col-100-xl-up {
    width: 100%; } }

hr.transp-1 {
  border: none;
  margin: 0 0 1rem 0; }

hr.transp-1_5 {
  border: none;
  margin: 0 0 1.5rem 0; }

hr.transp-2 {
  border: none;
  margin: 0 0 2rem 0; }

hr.transp-3 {
  border: none;
  margin: 0 0 3rem 0; }

hr.transp-4 {
  border: none;
  margin: 0 0 4rem 0; }

.btn-upper-01 {
  text-transform: uppercase !important;
  font-weight: 900 !important;
  letter-spacing: 1.8px !important;
  font-size: 12px !important;
  padding: 1rem 1.5rem !important; }
  @media (min-width: 768px) {
    .btn-upper-01 {
      font-size: 14px !important;
      padding: 1.3rem 2rem !important; } }

.btn-padding-sm {
  padding: .4rem 1rem; }

.btn-border-white {
  border: 1px #fff solid; }

.btn-blue {
  background: #28A7FB !important;
  color: #fff !important; }
  .btn-blue:hover {
    background: #0973AD !important;
    color: #fff !important; }

.btn-white {
  background: #fff;
  color: #13212e; }
  .btn-white:hover {
    background: #13212e;
    color: #fff; }

.btn-bordered-blue {
  background: #fff;
  color: #28A7FB;
  border: 1px #28A7FB solid; }
  .btn-bordered-blue:hover {
    background: #0973AD !important;
    color: #fff !important; }

img.drop-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4); }

h1.section-title, h2.section-title, h3.section-title {
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 36px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
  display: table; }
  h1.section-title:after, h2.section-title:after, h3.section-title:after {
    content: "";
    width: 62%;
    display: block;
    height: 3px;
    background: #0973AD;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 7px; }
  h1.section-title.left, h2.section-title.left, h3.section-title.left {
    text-align: left;
    margin: 0; }
    h1.section-title.left:after, h2.section-title.left:after, h3.section-title.left:after {
      margin-left: 0;
      margin-right: 0; }
  h1.section-title.blue, h2.section-title.blue, h3.section-title.blue {
    color: #0973AD; }

h3.subtitle, h2.section-title-sm {
  font-size: 1rem;
  line-height: 1.17rem;
  text-transform: uppercase;
  letter-spacing: 3.3px;
  text-align: center; }

header .container:before, header .container:after {
  content: none;
  display: block; }

header .over-navigation {
  background: #fff; }
  header .over-navigation .top {
    border-bottom: 1px solid #ededed; }
    header .over-navigation .top a {
      color: #AFAFAF; }
      header .over-navigation .top a:hover {
        text-decoration: none;
        color: #28A7FB; }
    header .over-navigation .top .container {
      display: flex;
      justify-content: space-between;
      padding-top: .4rem;
      padding-bottom: .4rem; }
      header .over-navigation .top .container .search-and-email {
        font-size: 13px;
        color: #AFAFAF; }
      header .over-navigation .top .container .social {
        text-align: right; }
        header .over-navigation .top .container .social ul {
          margin: 0px;
          padding: 0px;
          list-style: none; }
          header .over-navigation .top .container .social ul::after {
            display: block;
            clear: both;
            content: ""; }
          header .over-navigation .top .container .social ul li {
            float: left;
            display: block;
            list-style-type: none; }
          header .over-navigation .top .container .social ul li {
            margin-left: 10px;
            list-style: none; }
            header .over-navigation .top .container .social ul li a {
              text-align: center;
              float: left;
              width: 30px;
              height: 30px;
              border-radius: 100%;
              background: #edeeee;
              font-size: 18px !important;
              line-height: 30.6px !important; }
              header .over-navigation .top .container .social ul li a i {
                position: relative;
                color: #A9ABAC;
                font-size: 16px !important;
                line-height: 20px !important;
                width: auto;
                height: auto; }
              header .over-navigation .top .container .social ul li a:hover {
                background: #28A7FB; }
                header .over-navigation .top .container .social ul li a:hover i {
                  color: #fff; }

header .logo-and-contact {
  padding: 35px 0; }
  header .logo-and-contact .container {
    display: flex;
    justify-content: space-between; }
    header .logo-and-contact .container .logo img {
      max-width: 220px; }
    header .logo-and-contact .container .contact {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      align-content: flex-start; }
      header .logo-and-contact .container .contact .address {
        display: flex;
        justify-content: space-between;
        margin-right: 87px;
        font-size: 15px;
        line-height: 20px; }
        header .logo-and-contact .container .contact .address .icon {
          position: relative;
          top: 0px;
          margin-right: 5px; }
          header .logo-and-contact .container .contact .address .icon i {
            font-size: 1.4rem; }
        header .logo-and-contact .container .contact .address a {
          color: #13212e; }
          header .logo-and-contact .container .contact .address a:hover {
            text-decoration: none;
            color: #28A7FB; }
      header .logo-and-contact .container .contact .phone-and-request-info {
        display: flex;
        justify-content: space-between; }
        header .logo-and-contact .container .contact .phone-and-request-info .icon {
          position: relative;
          top: -2px;
          margin-right: 10px; }
          header .logo-and-contact .container .contact .phone-and-request-info .icon a {
            color: #13212e; }
            header .logo-and-contact .container .contact .phone-and-request-info .icon a:hover {
              text-decoration: none;
              color: #28A7FB; }
            header .logo-and-contact .container .contact .phone-and-request-info .icon a i {
              font-size: 1.8rem; }
        header .logo-and-contact .container .contact .phone-and-request-info .text .phone {
          display: block;
          font-size: 20px;
          line-height: 20px;
          color: #13212e; }
          header .logo-and-contact .container .contact .phone-and-request-info .text .phone:hover {
            text-decoration: none;
            color: #28A7FB; }
        header .logo-and-contact .container .contact .phone-and-request-info .text .request-info {
          font-size: 14px;
          display: block;
          color: #979797;
          text-decoration: underline; }
          header .logo-and-contact .container .contact .phone-and-request-info .text .request-info:hover {
            color: #28A7FB; }

.navigation .logo {
  display: none; }
  .navigation .logo img {
    max-width: 220px; }

ul.highlight-items-with-icons {
  clear: both;
  margin: 0px;
  padding: 0px;
  list-style: none; }
  ul.highlight-items-with-icons::after {
    display: block;
    clear: both;
    content: ""; }
  ul.highlight-items-with-icons li {
    float: left;
    display: block;
    list-style-type: none; }
  ul.highlight-items-with-icons li {
    text-align: center;
    margin-bottom: 4rem; }
    ul.highlight-items-with-icons li img {
      width: 120px !important;
      padding-bottom: 25px !important;
      display: inline-block !important; }
    ul.highlight-items-with-icons li h3 {
      font-size: 15px !important;
      font-weight: 900 !important;
      letter-spacing: 1.14px !important;
      text-transform: uppercase;
      padding-bottom: 13px !important; }
    ul.highlight-items-with-icons li p {
      font-size: 17px !important;
      line-height: 28px !important; }
  @media (min-width: 768px) {
    ul.highlight-items-with-icons {
      display: flex;
      display: -webkit-flex;
      flex-wrap: wrap; }
      ul.highlight-items-with-icons li {
        width: 56%;
        padding: 0 6%; }
        ul.highlight-items-with-icons li:nth-child(odd) {
          margin-left: -6%; }
        ul.highlight-items-with-icons li:nth-child(even) {
          margin-right: -6%; }
        ul.highlight-items-with-icons li img {
          padding-bottom: 40px; }
        ul.highlight-items-with-icons li h3 {
          padding-bottom: 23px; } }
  @media (min-width: 992px) {
    ul.highlight-items-with-icons li {
      width: 26%;
      padding: 0 3%; }
      ul.highlight-items-with-icons li:nth-child(odd) {
        margin-left: 0; }
      ul.highlight-items-with-icons li:nth-child(even) {
        margin-right: 0; }
      ul.highlight-items-with-icons li:nth-child(1) {
        margin-left: -3%; }
      ul.highlight-items-with-icons li:nth-child(4) {
        margin-right: -3%; } }

.btn-ver-servicios-laboratorio {
  margin-bottom: 30px; }
  @media (min-width: 1000px) {
    .btn-ver-servicios-laboratorio {
      margin-right: 22px;
      margin-bottom: 0; } }

.btn-ver-servicios-formacion {
  margin-bottom: 30px; }
  @media (min-width: 1000px) {
    .btn-ver-servicios-formacion {
      margin-left: 22px;
      margin-right: 22px;
      margin-bottom: 0; } }

@media (min-width: 1000px) {
  .btn-ver-servicios-consultoria {
    margin-left: 22px; } }

body.home #clientes-satisfechos .owl-carousel .carousel-item {
  padding: 0 51px !important; }

body.home #clientes-satisfechos .owl-stage {
  padding: 0 !important; }

body.home .testimonial_slider blockquote {
  color: #929291 !important;
  opacity: 1 !important;
  font-family: "Lato", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }
  body.home .testimonial_slider blockquote span.title {
    color: #929291 !important; }
  body.home .testimonial_slider blockquote p {
    font-size: 22px !important;
    font-weight: 300;
    line-height: 36px !important;
    font-style: italic !important; }
  body.home .testimonial_slider blockquote .testimonial-name {
    font-weight: 400;
    color: #444444;
    text-transform: uppercase;
    font-size: 13px; }
  body.home .testimonial_slider blockquote .title {
    font-weight: 400;
    color: #929291;
    font-size: 12px; }

/*=======================================================
			FORMULARIO DE CONTACTO RESALTADO
========================================================*/
.contact-form-highlited-wrapper {
  text-align: center;
  color: #fff; }
  .contact-form-highlited-wrapper h2 {
    text-transform: uppercase;
    color: #fff !important; }
  .contact-form-highlited-wrapper .contact-form-highlited .who {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .contact-form-highlited-wrapper .contact-form-highlited .who .field-4 {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-top: 30px; }
      @media (min-width: 544px) {
        .contact-form-highlited-wrapper .contact-form-highlited .who .field-4 {
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        .contact-form-highlited-wrapper .contact-form-highlited .who .field-4 {
          flex: 0 0 25%;
          max-width: 25%;
          margin-top: 0; } }
      .contact-form-highlited-wrapper .contact-form-highlited .who .field-4 input {
        background: #fff;
        border: none; }
    .contact-form-highlited-wrapper .contact-form-highlited .who .field-3 {
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-top: 30px; }
      @media (min-width: 544px) {
        .contact-form-highlited-wrapper .contact-form-highlited .who .field-3 {
          flex: 0 0 100%;
          max-width: 100%; } }
      @media (min-width: 992px) {
        .contact-form-highlited-wrapper .contact-form-highlited .who .field-3 {
          flex: 0 0 33%;
          max-width: 33%;
          margin-top: 0; } }
      .contact-form-highlited-wrapper .contact-form-highlited .who .field-3 input {
        background: #fff;
        border: none;
        padding: 17px !important;
        color: #13212e !important;
        font-size: 18px !important; }
  .contact-form-highlited-wrapper .contact-form-highlited .what select {
    font-size: 16px !important;
    height: 56px !important;
    line-height: 50px !important;
    border-radius: 0 !important;
    padding: 10px;
    width: 100%;
    border: none !important;
    margin-bottom: 30px; }
  .contact-form-highlited-wrapper .contact-form-highlited .what textarea {
    background: #fff;
    color: #13212e !important; }
  .contact-form-highlited-wrapper .contact-form-highlited .recaptcha .wpcf7-recaptcha > div {
    margin: 15px auto 30px auto; }
  .contact-form-highlited-wrapper .contact-form-highlited .send {
    margin-top: 30px; }
    .contact-form-highlited-wrapper .contact-form-highlited .send input[type="submit"] {
      text-transform: uppercase;
      font-size: 1rem; }
  .contact-form-highlited-wrapper .wpcf7-response-output {
    color: #13212e !important; }
  .contact-form-highlited-wrapper.blue-darker .send input[type="submit"] {
    background: #28A7FB !important;
    color: #fff !important; }
  .contact-form-highlited-wrapper.primary .send input[type="submit"] {
    background: #28A7FB !important; }

body[data-form-submit="regular"] .container-wrap input[type=submit] {
  padding: 1rem 1.5rem !important; }
  @media (min-width: 768px) {
    body[data-form-submit="regular"] .container-wrap input[type=submit] {
      font-size: 14px !important;
      padding: 1.3rem 2rem !important; } }

footer#footer {
  background-color: #252525;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 0.588rem;
  letter-spacing: 2.3px; }
  @media (min-width: 992px) {
    footer#footer {
      padding-left: 30px;
      padding-right: 30px;
      display: flex;
      display: -webkit-flex;
      justify-content: space-between; } }
  footer#footer ul {
    display: flex;
    display: -webkit-flex;
    margin: 0px;
    padding: 0px;
    list-style: none; }
    footer#footer ul li {
      display: inline-block; }
  footer#footer .copyright-and-legal {
    order: 1;
    width: 100%; }
    @media (min-width: 544px) {
      footer#footer .copyright-and-legal {
        display: flex;
        display: -webkit-flex;
        justify-content: center; } }
    @media (min-width: 992px) {
      footer#footer .copyright-and-legal {
        order: 0;
        width: auto; } }
    footer#footer .copyright-and-legal .copyright {
      margin-bottom: 15px; }
      @media (min-width: 544px) {
        footer#footer .copyright-and-legal .copyright {
          margin-right: 20px; } }
    footer#footer .copyright-and-legal ul {
      display: inline-block;
      margin-bottom: 15px; }
      footer#footer .copyright-and-legal ul li:after {
        content: "\2003|"; }
      footer#footer .copyright-and-legal ul li:before {
        content: "\2002"; }
      footer#footer .copyright-and-legal ul li:last-child:after {
        content: ""; }
  footer#footer .website-links {
    order: 0;
    width: 100%; }
    @media (min-width: 992px) {
      footer#footer .website-links {
        order: 0;
        width: auto; } }
    footer#footer .website-links ul {
      display: inline-block;
      margin-bottom: 25px; }
      footer#footer .website-links ul li:after {
        content: "\2003/"; }
      footer#footer .website-links ul li:before {
        content: "\2002"; }
      footer#footer .website-links ul li:last-child:after {
        content: ""; }
      footer#footer .website-links ul li a {
        color: #fff; }
        footer#footer .website-links ul li a:hover {
          color: #28A7FB; }

h2.service {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  padding: 10px;
  background: #1574ab;
  color: #fff;
  margin-bottom: 15px; }

.web-developer {
  background-color: #121212;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.588rem;
  letter-spacing: 2.3px; }
  .web-developer a {
    color: #ffcb07; }

@media (min-width: 768px) {
  .useruploadforms {
    width: 50%;
    margin: 0 auto; } }
