@charset "UTF-8";
/**----------------------------------------------------------------------------
                                SEDAPAR - MAIN STYLE
-----------------------------------------------------------------------------*/
/* === Buttons === 
%btn {
  display: inline-block;
  padding: 0.5em 20px;
  height: 30px;
  vertical-align: middle;
  border-radius: $border-radius-base;
  border: none;
  cursor: pointer;
  background-color: $gray-04;
  color: $white;
}
*/
/*! 
  NORMALIZE
  ## normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css 
  ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ================ */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ================ */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ================ */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ================ */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ================ */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ================ */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* ==========================================================================
    TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Maven Pro", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: #444;
  margin-top: 0; }

h1, .h1 {
  font-size: 30px;
  margin-bottom: 30px; }

h2, .h2 {
  font-size: 20px;
  margin-bottom: 20px; }

h3, .h3 {
  font-size: 15px;
  margin-bottom: 15px; }

h4, .h4 {
  font-size: 13px;
  margin-bottom: 13px; }

h5, .h5 {
  font-size: 13px;
  margin-bottom: 13px; }

h6, .h6 {
  font-size: 13px;
  margin-bottom: 13px; }

/* === Body text ===*/
p {
  margin-bottom: 20px;
  margin-top: 0px; }
  p:last-child {
    margin-bottom: 0; }
  p a {
    color: #45BDCF; }
    p a:hover {
      color: #009bdb; }

/* === Color Title === */
.text-primary {
  color: #45BDCF !important;
  /*For SVG Text*/
  fill: #45BDCF !important;
  stroke: none; }

.text-informative {
  color: #888; }

/* === Title with icon === */
.title-with-icon:before, .title-with-icon:after {
  content: " ";
  display: table; }
.title-with-icon:after {
  clear: both; }
.title-with-icon i {
  float: left;
  font-size: 24px;
  display: block;
  width: initial !important;
  padding: 5px 15px 0 0; }
.title-with-icon h2 {
  float: left;
  line-height: 25px;
  margin-bottom: auto; }

/* === TITLE WITH BAR BORDER === */
.title-bar-border {
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
  position: relative; }
  .title-bar-border::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 4px;
    background-color: #45BDCF; }

/* ==========================================================================
    BASE
   ========================================================================== */
 /* {
     outline: 1px solid rgba(0, 255, 0, 0.3)
 }
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*:not(i) {
  transition: all ease 250ms; }

i {
  transition: all 0ms ease; }

html {
  font-size: 13px; }

body {
  font-family: "Roboto", Arial, sans-serif;
  line-height: 18px;
  color: #666; }

/* === BASE LAYOUT === */
.main-wrapper {
  background-color: #e8e8e8; }

.content-page {
  padding-top: 20px; }

/* === end Base Layout === */
/* === HELPER CLASS === */
.bg-white {
  background-color: #fff !important; }

/* ==========================================================================
    GRID
   ========================================================================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 992px) {
    .container {
      width: 910px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1600px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

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

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

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

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

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

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

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

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

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

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

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

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/* ==========================================================================
    BUTTONS
   ========================================================================== */
a, button {
  transition: all ease 200ms; }

/* === Links === */
a {
  text-decoration: none;
  color: #666; }
  a:hover {
    color: #45BDCF; }

/* link with icon */
a.a-with-icon {
  color: #444; }
  a.a-with-icon i {
    margin-right: 6px; }
  a.a-with-icon:hover {
    color: #45BDCF; }

/* === Buttons === */
button[class^="btn-"],
a[class^="btn-"], .btn-services {
  display: inline-block;
  padding: 0.5em 20px;
  min-height: 30px;
  vertical-align: middle;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  background-color: #5ebecc;
  color: #fff; }
  button[class^="btn-"] i,
  a[class^="btn-"] i, .btn-services i {
    color: #fff; }
  button[class^="btn-"]:hover,
  a[class^="btn-"]:hover, .btn-services:hover {
    color: #fff !important; }

/*Btn Primary*/
button.btn-primary, a.btn-primary {
  background-color: #85c227; }
  button.btn-primary:hover, button.btn-primary.active, a.btn-primary:hover, a.btn-primary.active {
    background-color: #6b9c1f; }

/*Btn secondary*/
button.btn-secondary, a.btn-secondary {
  background-color: #308EA0; }
  button.btn-secondary:hover, button.btn-secondary.active, a.btn-secondary:hover, a.btn-secondary.active {
    background-color: #004068; }

/*Btn notice*/
button.btn-notice, a.btn-notice {
  background-color: #08416E; }
  button.btn-notice:hover, button.btn-notice.active, a.btn-notice:hover, a.btn-notice.active {
    background-color: #ce2424; }

/*Btn action with icon*/
button.btn-i-action, a.btn-i-action {
  background-color: #45BDCF;
  border-radius: 0px; }
  button.btn-i-action i, a.btn-i-action i {
    margin-right: 5px; }
  button.btn-i-action:hover, button.btn-i-action.active, a.btn-i-action:hover, a.btn-i-action.active {
    background-color: #006e9b; }

/* ==========================================================================
   LISTS
   ========================================================================== */
.list-bordered, .list-bordered ul, .list-caret, .list-caret ul, #w-notice ul.scheduled-cuts {
  list-style: none;
  padding: 0; }

/* List with border bottom */
.list-bordered li {
  border-top: 1px dotted #dedede;
  padding: 11px 2px; }
  .list-bordered li:first-child {
    border-top: none; }
  .list-bordered li:last-child {
    border-bottom: 1px dotted #dedede; }
  .list-bordered li a {
    display: inline-block; }
    .list-bordered li a i {
      margin-right: 9px;
      transition: all 0ms; }
    .list-bordered li a:hover {
      color: #45BDCF; }
.list-bordered ul {
  padding-left: 20px;
  border-top: 1px dotted #dedede;
  margin-top: 11px; }
  .list-bordered ul > li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

/* List with caret */
.list-caret li {
  position: relative; }
  .list-caret li a {
    display: inline-block;
    padding: 5px 0px;
    color: #444;
    padding-left: 15px; }
    .list-caret li a::before {
      content: "\f0da";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 1px;
      top: 7px; }
    .list-caret li a:hover {
      color: #45BDCF; }
.list-caret ul {
  padding-left: 15px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 7px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #f0f0f0; }
    .nav > li.disabled > a {
      color: #aaa; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #aaa;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f0f0f0; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dedede; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    /*
        // Active state, and its :hover to override normal :hover
        &.active > a {
          &,
          &:hover,
          &:focus {
            color: $nav-tabs-active-link-hover-color;
            background-color: $nav-tabs-active-link-hover-bg;
            border: 1px solid $nav-tabs-active-link-hover-border-color;
            border-bottom-color: transparent;
            cursor: default;
          }
        }*/ }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 18px;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }

.nav-pills > li {
  float: left;
  /*
      // Active state
      &.active > a {
        &,
        &:hover,
        &:focus {
          color: $;
          background-color: $nav-pills-active-link-hover-bg;
        }
      }*/ }
  .nav-pills > li > a {
    border-radius: 3px; }
  .nav-pills > li + li {
    margin-left: 2px; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid inherit; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: transparent; } }

.tab-content {
  border: 1px solid #dedede;
  border-top: none; }
  .tab-content > .tab-pane {
    display: none;
    padding: 20px 15px;
    border-top: none;
    background-color: #f0f0f0; }
  .tab-content > .active {
    display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px; }

/* ==========================================================================
    FORMS
   ========================================================================== */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 19.5px;
  line-height: inherit;
  color: inherit;
  border: 0;
  border-bottom: 1px solid #f0f0f0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400; }

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

output {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: inherit; }

/* Estilos para los campos */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  min-width: 340px;
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 7px 9px;
  color: #666;
  margin-bottom: 20px; }

input[type="submit"] {
  width: auto;
  padding: 8px 20px;
  background-color: #85c227;
  color: #fff;
  border: none;
  border-radius: 3px;
  margin-bottom: 20px;
  cursor: pointer; }
  input[type="submit"]:hover {
    background-color: #6b9c1f; }

/* === INPUT WITH ICON === */
.input-icon {
  position: relative; }
  .input-icon i.fa {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #888; }
  .input-icon input {
    padding-left: 30px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 18px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

/* === FORM CHECK === */
/*
// Form check - Disposicion :vertical
// es el contenedor padre para aplicar los estilos en una lista vertical con una adecuada separaci├│n
.form-check {
  position: relative;
  display: block;
  //margin-bottom: .75rem; //Revisar esta separaci├│n
}
/*
// Form check label
// Label con este estilo para colocar dentro los check y radios
.form-check-label {
  padding-left: 1.25rem; // Revisar el padding de esta secci├│n
  margin-bottom: 0;
  cursor: pointer;
}
*/
/* === Form check INLINE === */
.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: 15px; }
  .form-check-inline .form-check-input {
    position: absolute;
    left: 0;
    top: -0.175rem; }

/* === Form check with label === */
.form-check-label {
  display: inline-block;
  position: relative;
  padding-left: 18px; }
  .form-check-label input {
    position: absolute;
    left: 0;
    top: -2.5px; }

/* === Contact Form === */
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
  display: block;
  border: 1px solid #08416E;
  background-color: #ffeaec;
  padding: 5px 8px;
  margin-bottom: 10px;
  margin-top: -5px;
  text-align: left;
  color: #08416E; }

span.wpcf7-not-valid-tip {
  position: relative;
  top: -12px; }

/* ==========================================================================
   TABLES
   ========================================================================== */
table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #dedede; }

/*table {
	@extend %table;
	tr {
		border-bottom: 1px solid $gray-light;
	}
	//*celdas/
	th, td{
		padding: 8px 10px;
		text-align: left;
	}
}*/
table {
  border: none;
  /*celdas*/ }
  table th, table td {
    padding: 8px 10px;
    text-align: left; }
  table thead {
    background-color: #45BDCF; }
    table thead h1, table thead h2, table thead h3, table thead h4 {
      color: #fff !important;
      margin-bottom: 0; }
  table tbody tr {
    border-bottom: 1px solid #dedede; }
    table tbody tr:nth-child(even) {
      background-color: #fff; }
    table tbody tr:nth-child(odd) {
      background-color: #f9f9f9; }
  table tbody a {
    color: #45BDCF; }
    table tbody a i {
      margin-right: 6px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.panel {
  margin-bottom: 18px;
  border: 1px solid transparent; }

.panel-body {
  padding: 15px 0; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 15px 0;
  border-bottom: 1px solid transparent; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 15px 0;
  background-color: #f0f0f0;
  border-top: 1px solid #dedede; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
  /*
      caption {
        padding-left: $panel-body-padding;
        padding-right: $panel-body-padding;
      }
  */ }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dedede; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 18px; }
  .panel-group .panel {
    margin-bottom: 0; }
    .panel-group .panel + .panel {
      margin-top: 0px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #dedede; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #dedede; }

/*
// Contextual variations
.panel-default {
  @include panel-variant($panel-default-border, $panel-default-text, $panel-default-heading-bg, $panel-default-border);
}
.panel-primary {
  @include panel-variant($panel-primary-border, $panel-primary-text, $panel-primary-heading-bg, $panel-primary-border);
}
.panel-success {
  @include panel-variant($panel-success-border, $panel-success-text, $panel-success-heading-bg, $panel-success-border);
}
.panel-info {
  @include panel-variant($panel-info-border, $panel-info-text, $panel-info-heading-bg, $panel-info-border);
}
.panel-warning {
  @include panel-variant($panel-warning-border, $panel-warning-text, $panel-warning-heading-bg, $panel-warning-border);
}
.panel-danger {
  @include panel-variant($panel-danger-border, $panel-danger-text, $panel-danger-heading-bg, $panel-danger-border);
}
*/
/* ==========================================================================
    HEADER
   ========================================================================== */
/* === Top Bar === */
.top-bar {
  background-color: #f0f0f0; }
  .top-bar span.date {
    display: inline-block;
    padding: 6px 0; }

/*Intranet*/
.intranet {
  float: right; }

/* Top Menu */
.top_menu {
  float: right; }

.wrap-top-menu:before, .wrap-top-menu:after {
  content: " ";
  display: table; }
.wrap-top-menu:after {
  clear: both; }
.wrap-top-menu ul {
  list-style: none;
  padding: 0; }
  .wrap-top-menu ul li {
    float: left;
    border-left: 1px solid #dedede; }
    .wrap-top-menu ul li a {
      display: block;
      padding: 6px 14px; }
      .wrap-top-menu ul li a i {
        margin-right: 5px;
        transition: none; }

/*=== Middle Bar===*/
.middle-bar {
  /*Logo*/
  /* Search-in-header */
  /* Socials */ }
  .middle-bar:before, .middle-bar:after {
    content: " ";
    display: table; }
  .middle-bar:after {
    clear: both; }
  .middle-bar .container-middle {
    display: table;
    width: 100%;
    height: 100px; }
  .middle-bar .logo {
    display: table-cell;
    vertical-align: middle; }
    .middle-bar .logo h1 {
      margin-bottom: 0;
      font-size: 0;
      text-indent: -999px;
      display: table-cell; }
    .middle-bar .logo img {
      display: block; }
  .middle-bar .search-in-header {
    display: table-cell;
    vertical-align: middle;
    width: 380px; }
    .middle-bar .search-in-header:before, .middle-bar .search-in-header:after {
      content: " ";
      display: table; }
    .middle-bar .search-in-header:after {
      clear: both; }
  .middle-bar #socials {
    color: #444;
    float: right;
    margin-bottom: 14px; }
    .middle-bar #socials ul {
      display: inline-block;
      margin-bottom: -5px; }
    .middle-bar #socials a {
      color: inherit; }
      .middle-bar #socials a:hover {
        color: #45BDCF; }
  .middle-bar #search {
    float: right;
    width: 100%; }

/* === Main Menu === */
.header-menu {
  background-color: #308EA0;
  color: #fff; }
  .header-menu .head {
    display: table;
    width: 100%;
    vertical-align: middle; }
  .header-menu .to-home {
    display: table-cell;
    vertical-align: middle;
    width: 48px;
    height: 40px;
    border-left: 1px solid #fff;
    text-align: center; }
    .header-menu .to-home a {
      display: block;
      padding-top: 11px;
      padding-bottom: 11px;
      font-size: 18px;
      color: #85c227; }
  .header-menu nav {
    display: table-cell; }
  .header-menu .login-wrap {
    list-style: none;
    padding: 0;
    display: table-cell;
    position: relative;
    float: right; }
    .header-menu .login-wrap li {
      float: left;
      position: relative; }
      .header-menu .login-wrap li:hover #user-info,
      .header-menu .login-wrap li:hover #login {
        display: block; }
    .header-menu .login-wrap .btn-login {
      background-color: #85c227;
      float: right;
      max-height: 40px;
      padding-top: 11px;
      padding-bottom: 11px;
      font-size: 15px; }
      .header-menu .login-wrap .btn-login i {
        margin-right: 7px; }
      .header-menu .login-wrap .btn-login:hover {
        background-color: #6b9c1f; }
    .header-menu .login-wrap #user-info,
    .header-menu .login-wrap #login {
      display: none;
      position: absolute;
      right: 0;
      top: 40px;
      z-index: 200;
      -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.16);
      -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.16);
      box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.16); }
      .header-menu .login-wrap #user-info::before,
      .header-menu .login-wrap #login::before {
        content: "";
        position: absolute;
        transform: translateY(-100%);
        top: 0;
        right: 10px;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 8px solid #45BDCF; }

/* === Main Men├║ === */
.main-menu {
  /* Sub-menus */ }
  .main-menu ul.menu {
    list-style: none;
    padding: 0;
    /* Items 1er grado*/ }
    .main-menu ul.menu:before, .main-menu ul.menu:after {
      content: " ";
      display: table; }
    .main-menu ul.menu:after {
      clear: both; }
    .main-menu ul.menu > li {
      float: left;
      border-right: 1px solid #fff;
      height: 40px;
      font-size: 15px;
      font-family: "Maven Pro", Verdana, sans-serif;
      /* Item de men├║ activo */
      /* Mostrar submenus*/
      /** Sub men├║ **/ }
      .main-menu ul.menu > li:first-child {
        border-left: 1px solid #fff; }
      .main-menu ul.menu > li > a {
        display: block;
        padding: 10px 20px;
        color: #fff; }
        .main-menu ul.menu > li > a:hover {
          color: #85c227; }
      .main-menu ul.menu > li[class^="current-"] > a {
        color: #85c227; }
      .main-menu ul.menu > li:hover > ul {
        display: block; }
      .main-menu ul.menu > li > ul {
        display: none;
        list-style: none;
        background-color: #fff;
        border: 1px solid #dedede;
        -webkit-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.16);
        box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.16);
        font-size: 13px;
        font-family: "Roboto", Arial, sans-serif;
        position: absolute;
        padding: 10px 20px 15px;
        z-index: 1000;
        column-count: 2;
        column-gap: 40px; }
        .main-menu ul.menu > li > ul::before {
          content: "";
          position: absolute;
          transform: translateY(-100%);
          top: 0;
          left: 10px;
          width: 0;
          height: 0;
          border-right: 10px solid transparent;
          border-left: 10px solid transparent;
          border-bottom: 8px solid #fff; }
        .main-menu ul.menu > li > ul > li {
          -webkit-column-break-inside: avoid;
          break-inside: avoid;
          width: 260px;
          /* li final */ }
          .main-menu ul.menu > li > ul > li > a {
            font-weight: 700;
            border-bottom: 1px solid #dedede;
            padding-top: 10px;
            padding-bottom: 10px; }
            .main-menu ul.menu > li > ul > li > a::before {
              color: #45BDCF;
              top: 15px; }
          .main-menu ul.menu > li > ul > li > ul {
            border-bottom: 1px solid #dedede; }
          .main-menu ul.menu > li > ul > li:last-child > ul {
            border-bottom: none; }
  .main-menu ul.sub-menu {
    list-style: none;
    padding: 5px 0px 5px 10px; }
    .main-menu ul.sub-menu li a {
      display: block;
      position: relative;
      display: block;
      padding: 5px 10px 5px 15px; }
      .main-menu ul.sub-menu li a::before {
        content: "\f10c";
        display: inline-block;
        font-family: FontAwesome;
        line-height: 1;
        font-weight: 700;
        font-size: 7px;
        position: absolute;
        left: 1px;
        top: 10px; }

/* ==========================================================================
    SIDEBAR
   ========================================================================== */
aside .widget {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  margin-top: -4% }

/* Notice */
#w-notice .lead-module {
  background-color: #08416E; }
#w-notice .content-module {
  padding-top: 5px; }
  #w-notice .content-module:before, #w-notice .content-module:after {
    content: " ";
    display: table; }
  #w-notice .content-module:after {
    clear: both; }
#w-notice ul.scheduled-cuts:before, #w-notice ul.scheduled-cuts:after {
  content: " ";
  display: table; }
#w-notice ul.scheduled-cuts:after {
  clear: both; }
#w-notice ul.scheduled-cuts + a.btn-notice {
  margin-top: 10px;
  float: right; }
#w-notice .sc-date {
  display: table-cell;
  text-align: center; }
  #w-notice .sc-date > div {
    text-transform: uppercase;
    font-family: "Maven Pro", Verdana, sans-serif;
    font-size: 12px;
    color: #08416E;
    line-height: 1.15em;
    border: 1px solid #08416E;
    padding: 7px;
    margin: 17px 20px auto auto; }
    #w-notice .sc-date > div b {
      font-size: 20px; }
#w-notice .sc-info {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #dedede;
  cursor: pointer; }
  #w-notice .sc-info .hours {
    color: #888;
    font-size: 12px;
    margin-bottom: 5px; }
  #w-notice .sc-info h3 {
    line-height: 1.25em;
    margin-bottom: 0; }
  #w-notice .sc-info:hover h3 {
    color: #08416E; }

/* Provider & Internal control */
a.w-wrapper {
  display: block;
  height: 150px;
  padding: 20px; }

#w-provider,
#w-internal-control {
  background-color: #45BDCF;
  background-image: url("../img/bg_btn_1.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  color: #fff;
  position: relative; }
  #w-provider h2,
  #w-internal-control h2 {
    display: inline-block;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 2px dotted #fff;
    line-height: 1.2em; }
    #w-provider h2 i,
    #w-internal-control h2 i {
      margin-left: 10px; }
  #w-provider span,
  #w-internal-control span {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff; }

/* Portals */
[id^="w-portal-"] {
  background-color: #fff;
  /*.w-caption {
    height: 100%;
    padding: 0 9px;    
    background-color: $color-secondary;
    -ms-writing-mode: vertical-lr; 
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: center;
  }
  h3 {
    color: $white;
  }
  /*Efecto Hover*/
  /*
  &:hover {
    .w-caption {
      background-color: $color-primary;
    }
  }
  */ }
  [id^="w-portal-"] img {
    display: block;
    width: 100%; }

/* Virtual Office - Service Navigation */
#w-virtual-office .vo-services-user,
#w-virtual-office .vo-services-provider {
  padding-bottom: 10px; }
  #w-virtual-office .vo-services-user .wrap-btn-service,
  #w-virtual-office .vo-services-provider .wrap-btn-service {
    float: none; }

/* Virtual Office - Pay Online */
#w-pay-online a {
  color: #45BDCF; }
#w-pay-online table {
  width: 100%;
  margin-bottom: 5px;
  color: #444; }
  #w-pay-online table tbody td:first-child, #w-pay-online table tbody td:nth-child(2) {
    font-weight: bold; }
  #w-pay-online table tbody td.action {
    text-align: center; }
    #w-pay-online table tbody td.action button {
      background: none;
      border: none;
      color: #45BDCF;
      cursor: pointer; }
      #w-pay-online table tbody td.action button:hover {
        color: #009bdb; }
    #w-pay-online table tbody td.action i {
      margin-right: 6px; }
  #w-pay-online table tfoot tr {
    border-bottom: none;
    font-size: 15px; }
#w-pay-online form {
  text-align: right; }
  #w-pay-online form input[type='checkbox'] {
    position: relative;
    top: 1.5px;
    margin-right: 6px; }
  #w-pay-online form input[type='submit'] {
    margin-bottom: 0; }
  #w-pay-online form > span {
    display: inline-block;
    margin-top: 15px; }

/* Blog Navigation Widget */
#blog-nav {
  padding: 10px 20px;
  padding-bottom: 5px;
  background-color: #fff; }

/* Page Navigation Widget */
#page-nav {
  padding: 10px 20px;
  padding-bottom: 5px;
  background-color: #fff; }

/* Menu of Portals */
#w-menu-portal .logo-portal {
  display: block;
  margin: 20px auto;
  max-width: 100%; }

/* ==========================================================================
    FOOTER
   ========================================================================== */
footer {
  color: #fff; }
  footer [class^="col-"] {
    padding-top: 20px;
    padding-bottom: 20px; }
  footer .main-footer {
    background-color: #308EA0;
    padding-top: 20px;
    padding-bottom: 20px; }
    footer .main-footer h3 {
      line-height: 1.25em;
      color: #fff; }
  footer .copyright {
    background-color: #004874;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.1em; }

/* Footer Nav */
#footer-nav ul {
  list-style: none;
  padding: 0; }
  #footer-nav ul:before, #footer-nav ul:after {
    content: " ";
    display: table; }
  #footer-nav ul:after {
    clear: both; }

.wrap-secondary-menu > ul {
  /* For Links in menus and submenus */ }
  .wrap-secondary-menu > ul > li {
    float: left;
    width: 33.33%;
    padding-right: 20px;
    /* 1st elment like a title */
    /* Responsive mobile */ }
    .wrap-secondary-menu > ul > li:last-child {
      padding-right: 0; }
    .wrap-secondary-menu > ul > li > a {
      font-family: "Maven Pro", Verdana, sans-serif;
      font-size: 15px;
      line-height: 1.25em;
      margin-bottom: 15px;
      color: #fff;
      pointer-events: none;
      cursor: default; }
    @media screen and (max-width: 480px) {
      .wrap-secondary-menu > ul > li {
        width: 100%;
        padding-top: 15px; }
        .wrap-secondary-menu > ul > li:first-child {
          padding-top: 0; } }
  .wrap-secondary-menu > ul a {
    display: block;
    color: #a9e5fe;
    margin-bottom: 7px; }
    .wrap-secondary-menu > ul a:hover {
      color: #fff; }

/* Customer Support */
#customer-support ul {
  list-style: none;
  padding: 0; }
  #customer-support ul li {
    margin-bottom: 15px;
    font-size: 20px; }
    #customer-support ul li i {
      margin-right: 10px; }
#customer-support h3:last-child {
  margin-bottom: 0; }

/* ==========================================================================
    POSTS
   ========================================================================== */
/* Post media */
.post-media {
  padding-bottom: 15px;
  width: 100%; }
  .post-media .media {
    width: 100%;
    max-width: 100%;
    display: block; }
  .post-media .media-thumb {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 250px;
    max-height: 250px; }
  .post-media .media-large {
    display: block;
    width: 100%;
    max-width: 100%; }

/* Post meta */
.post-meta {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  color: #888;
  /*Time*/
  /*Categories*/
  /*Tags*/ }
  .post-meta time {
    margin-right: 5px;
    text-transform: capitalize; }
  .post-meta span.categories a {
    color: #45BDCF;
    margin: 0 5px; }
    .post-meta span.categories a:hover {
      color: #308EA0; }
  .post-meta span.tag {
    display: inline-block;
    font-weight: 400;
    color: #02cc3f;
    border: 1px solid #02cc3f;
    border-radius: 3px;
    padding: 0px 5px;
    margin-left: 10px; }
    .post-meta span.tag a {
      color: inherit; }
      .post-meta span.tag a:hover {
        color: #02b337; }

/* Post title*/
.post-title {
  border-bottom: 1px solid #dedede; }
  .post-title.slide-title {
    height: 52px;
    overflow: hidden; }

/*== PAG. BLOG ==*/
.post-list {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px; }
  .post-list .post-item {
    padding-top: 24px; }
    .post-list .post-item:first-child {
      padding-top: 0px; }
  .post-list .sedapar-navigation {
    margin-top: 10px; }

/*== PAG. BLOG POST ==*/
.print-page {
  padding: 6px 0;
  text-align: right; }
  .print-page a {
    color: #888; }
    .print-page a:hover {
      color: #45BDCF; }
  .print-page i {
    margin-right: 5px;
    transition: all 0s ease; }

.post-entry {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px; }
  .post-entry .title-bar-border {
    margin-bottom: 0; }
  .post-entry .post-content {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px; }

.related-news {
  margin-bottom: 20px; }

/* Socials Post*/
.social-sharing {
  margin-top: 10px;
  color: #888; }
  .social-sharing i {
    font-size: 21px;
    margin-right: 8px;
    color: inherit;
    transition: all 0s ease; }

/* Post Comment */
.post-comments {
  margin-bottom: 20px; }
  .post-comments .content-module {
    padding-top: 0; }
  .post-comments .more-comments {
    padding-top: 10px;
    text-align: right; }

/* Comment List */
ul.comment-list {
  list-style: none;
  padding: 0;
  /* Comment reply */ }
  ul.comment-list li {
    padding-top: 20px; }
  ul.comment-list h5 {
    margin-bottom: 10px; }
    ul.comment-list h5 span.time {
      display: inline-block;
      margin-left: 10px;
      padding-left: 10px;
      border-left: 1px solid #dedede;
      color: #888;
      font-size: 12px; }
  ul.comment-list i {
    margin-right: 5px;
    transition: all 0ms ease; }
  ul.comment-list .comment-content p {
    margin-bottom: 10px; }
  ul.comment-list .meta-data {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    /* Icons */ }
    ul.comment-list .meta-data:before, ul.comment-list .meta-data:after {
      content: " ";
      display: table; }
    ul.comment-list .meta-data:after {
      clear: both; }
    ul.comment-list .meta-data .evaluation {
      float: left; }
      ul.comment-list .meta-data .evaluation span {
        padding: 0 10px;
        border-right: 1px solid #dedede;
        color: #888; }
        ul.comment-list .meta-data .evaluation span:first-child {
          padding-left: 0px;
          color: #45BDCF; }
        ul.comment-list .meta-data .evaluation span:last-child {
          border-right: none; }
      ul.comment-list .meta-data .evaluation i {
        cursor: pointer; }
    ul.comment-list .meta-data i.fa-thumbs-up:hover {
      color: #009bdb; }
    ul.comment-list .meta-data i.fa-thumbs-down:hover {
      color: #08416E; }
    ul.comment-list .meta-data a.comment-reply-link {
      color: #45BDCF; }
      ul.comment-list .meta-data a.comment-reply-link:hover {
        color: #308EA0; }
  ul.comment-list ul {
    list-style: none;
    padding: 0;
    padding-left: 20px; }

/* Leave comment*/
.leave-comment {
  margin-bottom: 20px; }

form.make-comment label {
  color: #888; }
form.make-comment textarea {
  height: 90px; }
form.make-comment .send {
  text-align: right; }
  form.make-comment .send [type="submit"] {
    margin-bottom: 0; }

/* ==========================================================================
   SPECIAL BUTTONS
   ========================================================================== */
/* === Btn Services === */
a.wrap-btn-service {
  display: block;
  width: 102px;
  text-align: center;
  /* Small Version */ }
  a.wrap-btn-service:hover .btn-services, a.wrap-btn-service.active .btn-services {
    background-color: #85c227; }
  a.wrap-btn-service.small {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: left; }
    a.wrap-btn-service.small .btn-services {
      width: 32px;
      height: 32px;
      padding: 0;
      margin-right: 10px;
      text-align: center; }
    a.wrap-btn-service.small i {
      font-size: 14px; }

.btn-services {
  width: 64px;
  height: 64px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  /*Texto de referencia del bot├│n*/ }
  .btn-services i {
    font-size: 25px;
    /* Centrar verticlamente icono */
    transform: translateY(-50%);
    position: relative;
    top: 50%; }
  .btn-services + span {
    display: inline-block;
    margin-top: 8px;
    line-height: 16px;
    color: #444; }

/* === Access Buttons === */
button.btn-access, a.btn-access {
  width: 100%;
  height: 70px;
  background-color: #45BDCF;
  background-image: url("../img/bg_btn_widget.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 3px;
  font-family: "Maven Pro", Verdana, sans-serif;
  font-size: 20px;
  text-align: left; }
  button.btn-access i, a.btn-access i {
    font-size: 24px;
    margin-right: 25px; }
  button.btn-access:hover, button.btn-access.active, a.btn-access:hover, a.btn-access.active {
    background-color: #006e9b; }

/*Centrar verticalmente*/
a.btn-access > span {
  display: inline-block;
  transform: translateY(-50%);
  position: relative;
  top: 50%; }

/*----------------------------------------------------------------------------
  COMPONENTS
-----------------------------------------------------------------------------*/
/* === Module === */
.lead-module {
  padding: 14px 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #45BDCF;
  color: #fff;
  /* Lead module + Content module */ }
  .lead-module h1, .lead-module h2, .lead-module h3, .lead-module h4 {
    color: #fff;
    margin-bottom: 0; }
  .lead-module + .content-module {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; }

.content-module {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px; }

/* === SOCIALS === */
#socials ul {
  list-style: none;
  padding: 0; }
  #socials ul:before, #socials ul:after {
    content: " ";
    display: table; }
  #socials ul:after {
    clear: both; }
  #socials ul li {
    float: left;
    border-right: 1px solid #dedede; }
    #socials ul li:last-child {
      border-right: none; }
  #socials ul a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    transition: none; }

/* === SEARCH === */
#search .form-group {
  position: relative; }
  #search .form-group > span.fa {
    position: absolute;
    top: 7px;
    right: 9px; }
  #search .form-group input[type="search"] {
    width: 100%;
    padding-right: 30px;
    margin-bottom: 0; }

/* === HEADER BAR === */
header.header-bar {
  background-color: #45BDCF; }
  header.header-bar .head-page {
    display: table;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 24px; }
  header.header-bar h1 {
    color: #fff;
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle; }

/* === BREADCRUMBS === */
.breadcrumbs {
  height: 30px;
  background-color: #f0f0f0;
  text-align: right; }
  .breadcrumbs a {
    color: #888; }
    .breadcrumbs a:hover {
      color: #45BDCF !important; }
  .breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 5px 7px; }
  .breadcrumbs span[property="itemListElement"] > span {
    color: #45BDCF; }
  .breadcrumbs small {
    font-size: 105%; }

/*=== SEDAPAR NAVIGATION ===*/
.sedapar-navigation [class^="page-"] {
  display: inline-block;
  width: 27px;
  height: 30px;
  padding: 6px 0px;
  border: 1px solid transparent;
  text-align: center;
  margin-right: 10px; }
.sedapar-navigation .page-prev,
.sedapar-navigation .page-next {
  background-color: #45BDCF;
  border-color: #45BDCF;
  color: #fff !important;
  font-size: 20px;
  padding: 2px 0px; }
  .sedapar-navigation .page-prev:hover,
  .sedapar-navigation .page-next:hover {
    background-color: #308EA0; }
  .sedapar-navigation .page-prev i,
  .sedapar-navigation .page-next i {
    display: inline-block;
    position: relative;
    transform: translateY(-50%);
    top: 50%; }
.sedapar-navigation .page-number {
  color: #45BDCF; }
  .sedapar-navigation .page-number:hover {
    border-color: #f0f0f0;
    background-color: #f0f0f0; }
  .sedapar-navigation .page-number.current {
    border: 1px solid #45BDCF;
    pointer-events: none;
    cursor: default; }
.sedapar-navigation .page-dots {
  font-size: 10px;
  color: #45BDCF;
  pointer-events: none;
  cursor: default; }

/*=== VERTICAL NAV ===*/
ul.vertical-nav {
  list-style: none;
  padding: 0; }
  ul.vertical-nav > li {
    position: relative; }
    ul.vertical-nav > li:last-child ul {
      border-bottom: none; }
    ul.vertical-nav > li > a {
      font-weight: 700;
      color: #444;
      border-bottom: 1px solid #dedede; }
      ul.vertical-nav > li > a::before {
        color: #45BDCF !important; }
  ul.vertical-nav a {
    display: block;
    padding: 10px 14px;
    position: relative; }
    ul.vertical-nav a::before {
      content: "\f10c";
      display: inline-block;
      font-family: FontAwesome;
      line-height: 1;
      font-weight: 700;
      font-size: 7px;
      position: absolute;
      left: 1px;
      top: 15px;
      color: #666 !important; }
    ul.vertical-nav a:hover {
      color: #45BDCF; }
  ul.vertical-nav .subnav {
    list-style: none;
    padding: 0;
    padding: 10px  !important;
    border-bottom: 1px solid #dedede; }
    ul.vertical-nav .subnav a {
      padding: 0px 14px; }
      ul.vertical-nav .subnav a:before {
        top: 10px; }
      ul.vertical-nav .subnav a:hover {
        color: #45BDCF; }

/*=== MAPSITE ===*/
.sedapar-mapsite {
  margin-bottom: 20px;
  /* Mapsite list*/ }
  .sedapar-mapsite ul {
    list-style: none;
    padding: 0; }
  .sedapar-mapsite ul.page-list {
    /* item de listas generales*/
    /* Estilos de primer nivel*/
    /* Children sub menu*/ }
    .sedapar-mapsite ul.page-list li {
      position: relative;
      /* Alineacion correcta de men├║s*/ }
      .sedapar-mapsite ul.page-list li:before {
        content: "\f10c";
        display: inline-block;
        font-family: FontAwesome;
        line-height: 1;
        font-weight: 700;
        font-size: 7px;
        position: absolute;
        left: 1px;
        color: #666; }
      .sedapar-mapsite ul.page-list li a {
        padding-left: 14px; }
    .sedapar-mapsite ul.page-list > li {
      position: relative;
      font-weight: 700;
      border-bottom: 1px solid #dedede;
      padding: 10px 0 11px; }
      .sedapar-mapsite ul.page-list > li::before {
        top: 15px;
        color: #45BDCF; }
      .sedapar-mapsite ul.page-list > li:first-child {
        margin-top: -10px; }
      .sedapar-mapsite ul.page-list > li:last-child {
        border-bottom: 0; }
    .sedapar-mapsite ul.page-list ul {
      padding-top: 5px;
      padding-left: 10px;
      margin-top: 10px;
      border-top: 1px solid #dedede; }
      .sedapar-mapsite ul.page-list ul li {
        font-weight: 400;
        padding: 5px 0; }
        .sedapar-mapsite ul.page-list ul li::before {
          top: 11px; }
      .sedapar-mapsite ul.page-list ul ul.children {
        border-top: none;
        margin-top: 0; }

/* ==========================================================================
    TABS
   ========================================================================== */
.sedapar-tabs ul.nav-tabs {
  padding-left: 0;
  margin-bottom: 0; }
  .sedapar-tabs ul.nav-tabs > li {
    border-bottom-color: transparent; }
    .sedapar-tabs ul.nav-tabs > li > a {
      width: auto;
      max-width: 120px;
      height: 70px;
      max-height: 70px;
      overflow: hidden;
      margin-right: 5px;
      background-color: #45BDCF;
      border: 1px solid #45BDCF;
      border-bottom-color: none;
      text-align: center;
      color: #fff; }
      .sedapar-tabs ul.nav-tabs > li > a:hover {
        background-color: #308EA0; }
    .sedapar-tabs ul.nav-tabs > li.active a {
      background-color: #f0f0f0;
      color: #45BDCF;
      border: 1px solid #dedede;
      border-bottom-color: transparent; }

/* ==========================================================================
    ACCORDION
   ========================================================================== */
.sedapar-accordion {
  margin-bottom: 20px; }
  .sedapar-accordion .panel {
    border-bottom: 1px solid #dedede; }
    .sedapar-accordion .panel ul, .sedapar-accordion .panel ol {
      margin-left: 20px; }
  .sedapar-accordion .panel-title > a {
    position: relative;
    padding-left: 17px;
    color: #444; }
    .sedapar-accordion .panel-title > a::before {
      content: "\f13a";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 0;
      top: 1px; }
    .sedapar-accordion .panel-title > a:hover {
      color: #45BDCF; }
    .sedapar-accordion .panel-title > a[aria-expanded="true"] {
      color: #45BDCF; }
      .sedapar-accordion .panel-title > a[aria-expanded="true"]::before {
        content: "\f139"; }
  .sedapar-accordion .panel-body {
    border-top: none !important;
    padding-top: 0; }

/* ==========================================================================
    VIRTUAL OFFICE COMPONENT
   ========================================================================== */
[class^="vo-services"] {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px; }
  [class^="vo-services"]:before, [class^="vo-services"]:after {
    content: " ";
    display: table; }
  [class^="vo-services"]:after {
    clear: both; }
  [class^="vo-services"]:first-child {
    padding-top: 0; }
  [class^="vo-services"] h4 {
    margin-bottom: 20px; }
  [class^="vo-services"] .wrap-btn-service {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    /* Media Query */ }
    [class^="vo-services"] .wrap-btn-service:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 1200px) {
      [class^="vo-services"] .wrap-btn-service {
        margin-right: 25px; }
        [class^="vo-services"] .wrap-btn-service:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      [class^="vo-services"] .wrap-btn-service {
        float: none;
        width: auto;
        max-width: 250px;
        margin-right: 15px;
        margin-bottom: 10px;
        text-align: left; }
        [class^="vo-services"] .wrap-btn-service .btn-services {
          width: 32px;
          height: 32px;
          padding: 0;
          margin-right: 10px;
          text-align: center; }
        [class^="vo-services"] .wrap-btn-service i {
          font-size: 14px; }
        [class^="vo-services"] .wrap-btn-service:last-child {
          margin-bottom: 20px; } }

.vo-others h4 {
  color: #45BDCF;
  margin-bottom: 20px; }
.vo-others h2 {
  color: #45BDCF;
  margin-bottom: 20px; }
.vo-others .wrap-btn-service:last-child {
  margin-bottom: 0; }

/* ==========================================================================
    LOGIN AND REGISTER
   ========================================================================== */
.wrap-log-reg {
  width: 380px;
  background-color: #45BDCF;
  background-image: url("../img/bg_forms.png");
  background-repeat: no-repeat;
  color: #fff;
  padding: 20px;
  text-align: right; }
  .wrap-log-reg h2 {
    text-align: left;
    color: #fff;
    margin-bottom: 20px; }
  .wrap-log-reg input {
    width: 100%; }
  .wrap-log-reg input[type="submit"] {
    width: auto;
    height: 30px;
    margin-left: 10px; }
  .wrap-log-reg .forgot-pass {
    color: #fff; }
  .wrap-log-reg hr {
    margin-bottom: 10px; }
  .wrap-log-reg .other-actions a {
    margin-top: 10px;
    margin-left: 10px; }
  .wrap-log-reg span.label-form-error {
    display: block;
    border: 1px solid #08416E;
    background-color: #ffeaec;
    padding: 5px 8px;
    margin-bottom: 20px;
    margin-top: -10px;
    text-align: left;
    color: #08416E; }

/* Register */
#register .connections {
  padding-bottom: 20px; }
  #register .connections a {
    display: inline-block;
    color: #a9e5fe;
    padding: 0 15px;
    border-right: 1px solid #a9e5fe;
    line-height: 1;
    transition: all 0s; }
    #register .connections a i {
      margin-right: 5px;
      transition: all ease-in 0s; }
    #register .connections a:last-child {
      padding-right: 0;
      border-right: 0; }
    #register .connections a:hover {
      color: #fff; }
  #register .connections textarea {
    height: 80px;
    margin-bottom: 0; }
#register .other-actions {
  margin-top: 20px; }
  #register .other-actions a {
    margin-top: 0; }

/* Success Register */
#success-register {
  background-image: none; }
  #success-register hr {
    margin-top: 20px; }
  #success-register .message {
    text-align: center;
    margin-bottom: 20px; }

/* User Information */
#user-info {
  background-image: none; }
  #user-info .user-data {
    font-family: "Maven Pro", Verdana, sans-serif;
    font-size: 15px;
    text-align: left; }
    #user-info .user-data:before, #user-info .user-data:after {
      content: " ";
      display: table; }
    #user-info .user-data:after {
      clear: both; }
    #user-info .user-data p {
      margin-bottom: 5px; }
  #user-info .actions {
    padding-top: 10px;
    padding-bottom: 15px; }
    #user-info .actions i {
      margin-right: 10px;
      transition: all ease-in 0s; }
    #user-info .actions a {
      display: inline-block;
      color: #a9e5fe;
      padding: 0 15px;
      border-right: 1px solid #a9e5fe;
      line-height: 1;
      transition: all 0s; }
      #user-info .actions a:last-child {
        padding-right: 0;
        border-right: none; }
      #user-info .actions a:hover {
        color: #fff; }

/* ==========================================================================
    SECTION OF CERTIFICATES
   ========================================================================== */
section.certificates {
  background-color: #f0f0f0;
  padding-top: 25px;
  padding-bottom: 10px;
  border-top: 1px solid #dedede; }
  section.certificates img {
    height: 80px;
    width: auto;
    margin-right: 20px;
    margin-bottom: 15px; }
    section.certificates img:last-child {
      margin-right: 0; }

/* ==========================================================================
    SECTION OF GOVERNMENT PORTALS
   ========================================================================== */
section.government-portals {
  background-color: #fff;
  padding-top: 20px; }
  section.government-portals a:last-child img {
    margin-right: 0; }
  section.government-portals img {
    height: 60px;
    width: auto;
    margin-right: 20px;
    margin-bottom: 15px; }

/* ==========================================================================
    POPOVER
   ========================================================================== */
i.fa-info-circle {
  color: #aaa;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0ms; }
  i.fa-info-circle:hover, i.fa-info-circle:active {
    color: #45BDCF; }

/*  webui popover  */
.webui-popover {
  border-color: #45BDCF !important;
  background-color: #f9f9f9 !important;
  border-radius: 0px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  font-size: 12px; }
  .webui-popover .webui-popover-content {
    padding: 10px !important;
    color: #45BDCF; }
  .webui-popover > .webui-arrow {
    border-left-color: #308EA0 !important;
    border-right-color: #308EA0 !important; }
    .webui-popover > .webui-arrow::after {
      border-left-color: #f9f9f9 !important;
      border-right-color: #f9f9f9 !important; }

/* ==========================================================================
    POPUP-MAKER
   ========================================================================== */
[class*="pum-theme"] .pum-container {
  padding: 0 !important;
  box-shadow: none !important;
  border: none !important; }
  [class*="pum-theme"] .pum-container.pum-responsive img {
    width: 100%; }
[class*="pum-theme"] .pum-title {
  display: none; }
[class*="pum-theme"] .pum-content + .pum-close {
  right: 0;
  top: -30px !important;
  min-height: 30px;
  font-weight: 700 !important;
  background: transparent !important; }
  [class*="pum-theme"] .pum-content + .pum-close::before {
    content: "\f00d";
    display: inline-block;
    margin-right: 2px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.15em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 18px; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
/* ==========================================================================
    PAGE - STYLE GUIDE 
   ========================================================================== */
[class^="section-"] {
  padding-top: 30px;
  padding-bottom: 30px; }
  [class^="section-"] > h1 {
    color: #888;
    font-weight: 700;
    margin-bottom: 30px; }

[class^="sg-"] {
  width: 58px !important;
  height: 58px !important;
  display: table-cell;
  vertical-align: top; }

[class^="sg-"] + div {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px; }

.sg-color-primary {
  background-color: #45BDCF; }

.sg-color-secondary {
  background-color: #308EA0; }

.sg-color-action {
  background-color: #85c227; }

.sg-color-notice {
  background-color: #08416E; }

.sg-bg-primary {
  background-color: #e8e8e8; }

.sg-bg-secondary {
  background-color: #f0f0f0; }

.sg-bg-form {
  background-color: #f9f9f9; }

.sg-border {
  background-color: #dedede; }

.sg-simple-text {
  background-color: #888; }

.sg-paragraph.bg {
  background-color: #666; }

.sg-text-primary.bg {
  background-color: #444; }

/* Tipografia */
.section-typography table {
  width: 100%;
  border: none; }
  .section-typography table td {
    vertical-align: top; }
.section-typography .meta-post {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px; }

/* Botones */
.section-buttons [class^="btn-"],
.section-buttons .wrap-btn-service {
  margin-right: 10px; }

/* ==========================================================================
    PAG. HOME
   ========================================================================== */
section#home {
  /* Main slider */
  /* Main Contet */ }
  section#home .main-slider {
    padding-bottom: 20px;
    /* Dots */
    /* Controls */ }
    section#home .main-slider .huge_it_slideshow_dots_thumbnails_1 {
      top: auto;
      bottom: 10px; }
    section#home .main-slider .huge_it_slideshow_dots_1 {
      background-color: #fff;
      opacity: 0.5; }
    section#home .main-slider .huge_it_slideshow_dots_active_1 {
      opacity: 1 !important; }
    section#home .main-slider #huge_it_slideshow_left_1 {
      display: inline !important;
      opacity: 0.8;
      left: 12px; }
      section#home .main-slider #huge_it_slideshow_left_1:hover {
        opacity: 1; }
    section#home .main-slider #huge_it_slideshow_right_1 {
      display: inline !important;
      opacity: 0.8;
      right: 15px; }
      section#home .main-slider #huge_it_slideshow_right_1:hover {
        opacity: 1; }
  section#home .main-content > div {
    margin-bottom: 20px; }

/* Access GT */
.access-gt {
  margin-bottom: 0 !important; }
  .access-gt .btn-access {
    margin-bottom: 20px; }

/* === Last News === */
#last-news .others-news {
  padding-top: 20px; }

/* ===  Others News === */
.others-news {
  /* Posts Slider*/ }
  .others-news .post-media .media {
    width: 100%; }
  .others-news + .more-news {
    padding-top: 10px; }
  .others-news .bx-wrapper .bx-viewport {
    height: auto !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .others-news .bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: -40px !important;
    background-image: none;
    width: 27px;
    height: 30px;
    padding: 5px;
    background-color: #45BDCF; }
    .others-news .bx-wrapper .bx-controls-direction a:hover {
      background-color: #308EA0; }
  .others-news .bx-wrapper .bx-controls-direction .bx-prev {
    right: 38px;
    left: auto;
    background-image: url("../img/arrows_news_left.png");
    background-position: 9px; }
  .others-news .bx-wrapper .bx-controls-direction .bx-next {
    background-image: url("../img/arrows_news_right.png");
    background-position: 11px 9px; }

/* ==========================================================================
    INTERNAL PAGE
   ========================================================================== */
/* Sedapar Single*/
#sedapar-single .sedapar-page {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }

/* Sedapar Result*/
.sedapar-result {
  margin-bottom: 20px; }

/* Sedapar Page*/
.sedapar-page {
  margin-bottom: 20px;
  /* Links 
  a {
    color: $color-primary;
  }*/
  /* Images */
  /* Table */
  /* Listas */
  /* Iframe */ }
  .sedapar-page .title-bar-border {
    color: initial;
    margin-bottom: 0;
    margin-top: 0; }
  .sedapar-page .print-page {
    margin-bottom: 10px; }
    .sedapar-page .print-page + h1, .sedapar-page .print-page h2, .sedapar-page .print-page h3, .sedapar-page .print-page h4, .sedapar-page .print-page h5, .sedapar-page .print-page h6 {
      margin-top: 0; }
  .sedapar-page h1, .sedapar-page h2, .sedapar-page h3, .sedapar-page h4, .sedapar-page h5, .sedapar-page h6 {
    color: #45BDCF; }
    .sedapar-page h1:first-child, .sedapar-page h2:first-child, .sedapar-page h3:first-child, .sedapar-page h4:first-child, .sedapar-page h5:first-child, .sedapar-page h6:first-child {
      margin-top: 0; }
  .sedapar-page h2 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .sedapar-page h3, .sedapar-page h4, .sedapar-page h5, .sedapar-page h6 {
    margin-top: 20px; }
  .sedapar-page img {
    max-width: 100%;
    height: auto; }
  .sedapar-page > img {
    margin-top: 10px;
    margin-bottom: 10px; }
  .sedapar-page table {
    min-width: 65%;
    max-width: 100%;
    margin-bottom: 20px; }
    .sedapar-page table h1, .sedapar-page table h2, .sedapar-page table h3, .sedapar-page table h4, .sedapar-page table h5, .sedapar-page table h6 {
      margin-top: 0; }
  .sedapar-page > ul:not(.list-bordered):not(.list-caret),
  .sedapar-page ol {
    padding-left: 20px; }
  .sedapar-page > ul,
  .sedapar-page ol {
    margin-bottom: 30px;
    /*
    &:not():not() {
      //Colocar aqui las clases que son personalizadas
    }
    */ }
    .sedapar-page > ul ul,
    .sedapar-page > ul ol,
    .sedapar-page ol ul,
    .sedapar-page ol ol {
      padding-left: 20px; }
  .sedapar-page iframe {
    max-width: 100%; }
  .sedapar-page .sedapar-tabs {
    margin-bottom: 20px; }

/* Photo with description */
.photo-with-description {
  margin-bottom: 20px;
  color: #888; }
  .photo-with-description:before, .photo-with-description:after {
    content: " ";
    display: table; }
  .photo-with-description:after {
    clear: both; }
  .photo-with-description img {
    display: block;
    width: 130px;
    margin-right: 20px;
    float: left; }
  .photo-with-description h2, .photo-with-description h3, .photo-with-description h4, .photo-with-description h5, .photo-with-description h6 {
    color: #444;
    margin-top: 10px;
    margin-bottom: 5px; }

/* Medios in page*/
.page-media .media, .page-media img {
  width: 100%;
  display: block;
  margin-bottom: 20px; }

/* ==========================================================================
    PAG. VIRTUAL OFFICE
   ========================================================================== */
#virtual-office .title-bar-border {
  margin-bottom: 40px; }
#virtual-office .make-claim {
  margin-bottom: 20px; }

/* Bill Status  */
.bill-status .vo-user-data > li:last-child {
  border-bottom: none; }

/* User connection */
.vo-user-connection {
  color: #444; }
  .vo-user-connection select {
    min-width: auto !important;
    width: 180px;
    margin-left: 15px; }
    .vo-user-connection select option {
      color: #aaa; }

/* User Data */
ul.vo-user-data li > span {
  text-transform: uppercase;
  color: #444;
  margin-left: 8px; }
ul.vo-user-data li a.btn-i-action {
  display: inline;
  margin-left: 8px; }

/* Table Recipts */
table[class*="vo-table"] {
  width: 100%;
  margin-top: 25px; }

table.vo-table-recipts b {
  color: #444; }
table.vo-table-recipts tfoot tr {
  border-bottom: none; }
table.vo-table-recipts tfoot td {
  text-align: right;
  padding-right: 0;
  padding-top: 10px; }
  table.vo-table-recipts tfoot td i.fa {
    margin-right: 6px; }

/* Consumption Section */
.vo-consumption {
  margin-top: 40px;
  text-align: center; }
  .vo-consumption .consumption-chart .highcharts-subtitle {
    color: #444;
    fill: #444;
    font-size: 13px; }

/* === CLAIMS === */
.make-claim .vo-user-connection:before, .make-claim .vo-user-connection:after {
  content: " ";
  display: table; }
.make-claim .vo-user-connection:after {
  clear: both; }
.make-claim .vo-user-connection .claim-code {
  float: right;
  margin-top: 8px;
  font-weight: 700; }
.make-claim .vo-claim-fundament {
  margin-bottom: 5px; }
.make-claim a.btn-i-action {
  margin-left: 10px; }

/* Attached Files */
ul.attached-files {
  margin-bottom: 20px;
  color: #888; }
  ul.attached-files > i.fa {
    margin-right: 10px; }
  ul.attached-files span {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #dedede; }
    ul.attached-files span > i {
      margin-right: 10px;
      color: #444; }
    ul.attached-files span:first-child {
      padding-left: 0;
      border-left: none; }
  ul.attached-files a {
    color: #45BDCF; }

/* Consumption Form  */
form#claim-form {
  margin-top: 10px; }
  form#claim-form p {
    margin-bottom: 5px;
    color: #888; }
  form#claim-form label {
    color: #888; }
  form#claim-form textarea {
    width: 100%;
    height: 90px; }
  form#claim-form .radio-options {
    display: inline-block;
    margin-bottom: 15px; }

.form-terms-conditions {
  padding-top: 20px;
  border-top: 1px solid #dedede;
  text-align: right; }
  .form-terms-conditions a {
    color: #45BDCF; }
  .form-terms-conditions .form-check-label {
    margin-bottom: 10px; }

/* Form group size */
[class^="input-size"] {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px; }
  [class^="input-size"] input, [class^="input-size"] select, [class^="input-size"] textarea {
    min-width: auto;
    width: 100%; }

.wrap-input-size {
  margin-left: -6px;
  margin-right: -6px; }

.input-size-small {
  width: 70px; }

.input-size-1 {
  width: 33.333%; }

.input-size-2 {
  width: 66.666%; }

.input-size-3 {
  width: 100%; }

/* Media Query of Input Size*/
@media screen and (max-width: 640px) {
  .input-size-1,
  .input-size-2,
  .input-size-3 {
    width: 100%; } }
/*----------------------------------------------------------------------------
  PAGE LOGIN REGISTER
-----------------------------------------------------------------------------*/
#section-login-register .wrap-log-reg {
  margin: 20px auto 40px; }

/*----------------------------------------------------------------------------
    PROVIDER PAGE
-----------------------------------------------------------------------------*/
#sedapar-provider {
  /* MODAL*/ }
  #sedapar-provider .modal button.close {
    display: none; }
  #sedapar-provider .modal .modal-body {
    padding: 20px; }
    #sedapar-provider .modal .modal-body .title-modal {
      text-align: center !important; }
      #sedapar-provider .modal .modal-body .title-modal i.fa-check-square-o {
        font-size: 40px;
        margin: 10px auto;
        color: #85c227; }
  #sedapar-provider .modal .confirmed {
    text-align: center; }

.provider-page {
  margin-bottom: 20px; }
  .provider-page h2.title-bar-border {
    margin-bottom: 40px; }

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

video, .wp-video{
    width: 100% !important;
}


/*----------------------------------------------------------------------------
    RESPONSIVE - HEADER MENU
-----------------------------------------------------------------------------*/
/* 
  Con el siguiente emdia query se quiere mejorar la visualizaión del header
  en dispositivos menores
*/
/* fixed colum*/
.main-menu ul.menu > li > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap:  40px;
    -moz-column-gap:  40px;
    column-gap:  40px;
}
/* Menu bars*/
.header-menu #menu-bars {
  display: none;
}

  .subir {
      margin-top: -1.25%; 
    }

  .subir2 {
      margin-top: -2%; 
    }
    .mini{ color: white !important;margin-top: 1%;text-align: right}

  .imagengrande {
      width: 20%; 
    }

    .container .four.columns2 { width: 220px; }
    .container .column,
    .container .columns2  { float: left; display: inline; margin-left: 10px; margin-right: 10px; }

    .container .four.columns3  { width: 220px; }
    .container .columns3  { float: left; display: inline; margin-left: 10px; margin-right: 10px; }

/*--------------- aqui se  modifca el tamño de pantalla ------------------------*/
@media screen and (max-width: 1199px) {
  /* Top bar*/
  .header-menu {
    display: relative;
  }
  /*Menu principal */
  .main-menu ul.menu {
    font-size: 14px;
  }
  .main-menu ul.menu > li > a {
    padding: 10px 15px;
    font-size: 14px;
  }
  

@media screen and (max-width: 991px) {

  
  .header-menu{
    height: 50px;
    overflow-y: hidden;
  }
  .height_auto {
    height: auto !important;
    overflow-y: initial;
  }
  .header-menu .head {
    position: relative;
  }
  /*Menu bars*/
  .header-menu #menu-bars {
    display: block;
    height: 30px ;
    width: 30px;
    margin-top: 10px;
    padding: 5px 0px;
    border: 1px solid  #85c227;    
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #85c227;
    position: absolute;
    right:0;
    top: 0;
    z-index: 1000;
    cursor: pointer;
  }
  .header-menu .to-home,
  .header-menu .head > nav,
  .header-menu .head .login-wrap   {
    display: block;
  }
.header-menu .to-home {
    border-left: none;
    margin: 5px 0px;
  }
.header-menu .to-home a {
    font-size: 25px;
    padding: 7px 0;
}  
  .header-menu .head .login-wrap   {
    float: none;
  }  
  /* Menu principal */
  .main-menu ul.menu > li {
    float: none;
    height: auto;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .main-menu ul.menu > li:first-child {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.5);    
  }
  .main-menu ul.menu > li > a{
    pointer-events: none;
    cursor: default;
  }
  .main-menu ul.menu > li:last-child > a {
    pointer-events: initial ;
    cursor: pointer;
  }
  .main-menu ul.menu > li > ul {
    margin-left: 15px;
    position: relative;
    margin-bottom: 10px;
  }
  .main-menu ul.menu > li > ul > li {
    font-size: 12px;
    width: auto;
 }
 /* Log in*/
 .header-menu .login-wrap li, 
 .header-menu .login-wrap .btn-login {
   float: none;
   display: inline-block;
 }
 .login-wrap #login {
   right: auto;
   left: 0;
   top: 60px !important;
 }
 .header-menu .login-wrap .btn-login {
   pointer-events: none;
   cursor: pointer;
   margin: 10px 0;
 }
 .header-menu .login-wrap #login::before{
   left: 10px;
   right: auto;
 }
}


 @media screen and (max-width: 767px) {
  .subir {
      margin-top: -5.5%; 
    }
  .subir2 {
      margin-top: -5%; 
    }

    .mini{ color: white !important;margin-top: 3%;text-align: right}
  .imagengrande {
      width: 30%;  
    }
     .container .four.columns2 { width: 80%; }
     .container .four.columns { width: 300px; }
     .footer_inside, #wrapper.full_wrapper .footer_inside 
                  { margin: 0px auto 10px; width: 300px; } 
  /* Top bar*/
  .top-bar span.date {
    width: 50%;
    padding-left: 15px;
    font-size: 0.9em;
  }
  .top-bar .intranet {
    width: 50%;    
  }
  .top-bar .intranet > a {
    float: right;
  }  
  .top-bar .top_menu {
    float:  left;
    width: 100%;
  }

}
 @media screen and (max-width: 640px) {
   /* Top bar*/
   ul#menu-top {
    width: 100%;
   }
   ul#menu-top > li {
     width: 50%;
   }
  
  /* Middle-bar*/
   .middle-bar .container-middle {
     display: block;
     height: auto;
     padding: 15px  0px;
   }
   .middle-bar .logo,   
   .middle-bar .search-in-header {
      display: block;
      float: none;
      width: 100%;
   }   
   .middle-bar .search-in-header {
      margin-top: 5px;
   }  
   input.search-field {
    min-width: 100%;
   } 
   
   /* LOGIN */
  .wrap-log-reg{
    width: 400px;
  }
  .wrap-log-reg input[type="text"],
  .wrap-log-reg input[type="password"]{
    min-width: 100%;
  }  
}

@media screen and (max-width: 480px) {
  .main-menu ul.menu > li > ul {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap:  0px;
    -moz-column-gap:  0px;
    column-gap:  0px;
  }
  /* LOGIN */
  .wrap-log-reg{
    width: 300px;
  }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}