/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel .h {
  background: #38ADDA;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  border-radius: 10px 10px 0 0;
  position: relative; }
  .panel .h .a {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #38ADDA;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px; }

.panel .b {
  border-radius: 0 0 10px 10px;
  background: #E6E7E7;
  padding: 27px 25px 15px 25px; }

.panel .f {
  padding: 7px 20px; }
  .panel .f small {
    color: #5E5E5E;
    font-size: 11px; }

.input-box {
  position: relative; }
  .input-box label.error {
    display: block;
    color: #F00;
    font-size: 13px;
    padding-top: 3px; }
  .input-box .fa {
    color: #595A5B;
    border-right: 1px solid #595A5B;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 200;
    text-align: center;
    display: block;
    width: 28px;
    box-sizing: border-box; }
    .input-box .fa-lock {
      font-size: 14px; }

.frm-item {
  margin-bottom: 20px; }
  .frm-item:last-child {
    margin-bottom: 0; }
  .frm-item-shot {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }
    .frm-item-shot a {
      display: block;
      text-align: center;
      margin-top: 10px;
      color: #38ADDA;
      text-decoration: none;
      font-size: 13px; }
  .frm-item-bottom {
    margin-bottom: 0; }
  .frm-item-contacto {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .frm-item-contacto small {
      color: #5E5E5E;
      font-size: 11px; }

.lbl {
  display: block;
  color: #595A5B;
  font-size: 13px; }

.input {
  background: #FFF;
  border: 1px solid #B2B1B1;
  color: #595A5B;
  border-radius: 6px;
  padding: 7px 10px 7px 35px;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  position: relative; }
  .input-area {
    padding: 7px 10px; }

.btn {
  background: #38ADDA;
  border-radius: 6px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  color: #FFF;
  font-size: 14px;
  display: block;
  width: 100%; }

.btn-round {
  background: #5E5E5E;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  line-height: 76px; }
  .btn-round:disabled {
    background: #FF0000;
    font-size: 12px; }

.req-error-wrp {
  display: none; }

.req-error {
  color: #F00;
  font-size: 13px;
  display: block; }

#loader {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3); }
  #loader .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
  #loader .lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite; }
  #loader .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #fff; }
  #loader .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s; }
  #loader .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s; }
  #loader .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s; }
  #loader .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s; }
  #loader .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s; }
  #loader .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s; }
  #loader .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s; }
  #loader .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s; }
  #loader .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s; }
  #loader .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s; }
  #loader .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s; }
  #loader .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

* {
  font-family: "Istok Web", Arial, sans-serif;
  outline: none; }

html.loa-ding {
  overflow: hidden;
  min-height: 100%; }
  html.loa-ding body {
    min-height: 100%; }
    html.loa-ding body #loader {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center; }

@media only screen and (max-width: 800px) {
  body {
    padding-top: 108px; } }

.page {
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }

@media only screen and (min-width: 801px) {
  .ha800 {
    display: none; } }

@media only screen and (max-width: 800px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99999; } }

header {
  background: #FFF;
  padding: 10px 10px 10px 10px; }
  @media only screen and (min-width: 801px) {
    header {
      padding: 50px 0 30px; } }
  @media only screen and (max-width: 800px) {
    header {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  header .logo {
    width: 240px;
    height: auto; }
    @media only screen and (min-width: 801px) {
      header .logo {
        margin: 0 auto; } }
    @media only screen and (max-width: 800px) {
      header .logo {
        width: 100px; } }
    header .logo img {
      display: block;
      width: 100%;
      height: auto;
      border: 0; }
  header .top-items {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 32px;
    right: 10px; }
    @media only screen and (max-width: 800px) {
      header .top-items {
        display: none; } }
    header .top-items .estacion {
      margin-right: 15px; }
    header .top-items a {
      display: block; }
  header .logeado {
    position: absolute;
    bottom: 30px;
    text-align: center;
    font-size: 12px;
    width: 140px;
    color: #606060;
    right: 80px; }
    @media only screen and (max-width: 800px) {
      header .logeado {
        display: none; } }
  header .login {
    background-color: #0085c6;
    background-image: -webkit-linear-gradient(left, #0085c6 0%, #009cde 100%);
    background-image: linear-gradient(to right,#0085c6 0%, #009cde 100%);
    border-radius: 12px 12px 0 0;
    position: absolute;
    bottom: 0;
    right: 80px;
    text-align: center;
    padding: 0 35px; }
    @media only screen and (max-width: 800px) {
      header .login {
        display: none; } }
    header .login a {
      display: block;
      color: #FFF;
      text-decoration: none;
      line-height: 25px;
      font-size: 12px; }
  header .icon {
    display: block;
    color: #606060;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 30px; }
    @media only screen and (min-width: 801px) {
      header .icon {
        display: none; } }

nav.menu {
  background: #606060; }
  nav.menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media only screen and (min-width: 801px) {
      nav.menu ul {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-lines: single;
        -moz-box-lines: single;
        box-lines: single;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 8px 0; } }
    nav.menu ul li {
      padding: 0;
      margin: 0; }
      @media only screen and (min-width: 801px) {
        nav.menu ul li {
          padding: 0 30px;
          border-left: 1px solid #FFF; }
          nav.menu ul li:first-child {
            border-left: 0; } }
      nav.menu ul li a {
        display: block;
        text-align: center;
        color: #B7B6B5;
        font-size: 20px;
        text-decoration: none;
        padding: 10px 0;
        border-bottom: 1px solid #FFF; }
        @media only screen and (min-width: 801px) {
          nav.menu ul li a {
            border: 0;
            padding: 0; } }
        nav.menu ul li a:hover, nav.menu ul li a:active {
          color: #FFF; }
      nav.menu ul li.cur {
        color: #FFF;
        font-weight: bold; }
  @media only screen and (max-width: 800px) {
    nav.menu.c {
      display: none; } }

.mobile-login {
  background: #FFF;
  border-bottom: 1px solid #606060;
  text-align: right;
  font-size: 13px;
  padding: 0 10px 3px 10px; }
  .mobile-login a {
    text-decoration: none;
    color: #E0040B; }

footer {
  padding: 15px 0 0 0; }
  footer > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    max-width: 630px;
    margin: 0 auto;
    padding: 0 10px; }
  footer .flogos {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    @media only screen and (max-width: 800px) {
      footer .flogos {
        width: 90%;
        margin: 0 auto; } }
    footer .flogos small {
      color: #818184;
      font-size: 12px;
      display: block;
      text-align: center;
      margin-bottom: 4px; }
    footer .flogos .s {
      width: 1px;
      border-left: 1px solid rgba(96, 96, 96, 0.3);
      max-width: 1px;
      margin: 15px 4px; }
      @media only screen and (max-width: 800px) {
        footer .flogos .s {
          display: none; } }
    footer .flogos .l {
      text-align: center; }
      @media only screen and (min-width: 801px) {
        footer .flogos .l:first-child {
          margin-right: 25px; }
        footer .flogos .l:last-child {
          margin-left: 25px; } }
    footer .flogos .bpas img {
      max-width: 120px;
      height: auto;
      display: block;
      margin: 0 auto; }
    footer .flogos .crea img {
      display: block;
      margin: 0 auto;
      height: auto;
      max-width: 90px;
      margin-bottom: 5px; }
  @media only screen and (max-width: 800px) {
    footer .fmenu {
      display: none; } }
  footer .fmenu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer .fmenu ul li a {
      display: block;
      text-decoration: none;
      color: #606060;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 10px; }
      footer .fmenu ul li a[href^="mailto:"] {
        font-weight: normal;
        color: #E0040B; }

.slider > img {
  width: 100%;
  height: auto;
  display: block; }

.slider .cycle-pager {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 150;
  text-align: center; }
  @media only screen and (max-width: 700px) {
    .slider .cycle-pager {
      bottom: 4px; } }
  .slider .cycle-pager a {
    text-decoration: none;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    padding: 5px; }
    @media only screen and (max-width: 700px) {
      .slider .cycle-pager a {
        font-size: 12px; } }
  .slider .cycle-pager a.cycle-pager-active {
    color: #E0040B; }

.ley {
  background: #E0040B;
  color: #FFF;
  padding: 20px 0; }
  .ley > div {
    margin: 0 auto;
    max-width: 800px;
    padding: 0 10px; }
  .ley h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 8px; }
  .ley p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 13px; }
  @media only screen and (max-width: 800px) {
    .ley h3 {
      font-size: 13px; }
    .ley p {
      font-size: 11px; } }

.separador {
  margin-bottom: 10px; }
  .separador img {
    display: block;
    width: 100%;
    height: auto; }

.servicios {
  margin-top: 10px;
  background: #EDEEF0; }
  .servicios h2 {
    background: #E0040B;
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    padding: 5px 10px; }
  .servicios > div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1100px;
    padding: 40px 10px 80px 10px; }
    @media only screen and (max-width: 500px) {
      .servicios > div {
        display: block; } }
    .servicios > div .item {
      text-align: center;
      margin: 0 10px; }
      @media only screen and (max-width: 1100px) {
        .servicios > div .item {
          width: 30%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 800px) {
        .servicios > div .item {
          width: 40%;
          margin-bottom: 20px; }
          .servicios > div .item:last-child {
            margin-left: auto;
            margin-right: auto; } }
      @media only screen and (max-width: 500px) {
        .servicios > div .item {
          width: 100%;
          margin-left: 0;
          margin-right: 0; } }
      .servicios > div .item img {
        display: inline-block;
        margin-bottom: 20px; }
      .servicios > div .item small {
        color: #89878C;
        font-size: 12px;
        text-align: center;
        display: block;
        margin-top: 4px; }

.servicios-banner {
  position: relative; }
  .servicios-banner img {
    display: block;
    width: 100%;
    height: auto; }
  .servicios-banner a {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -47px;
    margin-left: -47px;
    border-radius: 50%;
    width: 94px;
    height: 94px;
    line-height: 94px;
    text-decoration: none;
    display: block;
    background: #E0040B;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    text-align: center; }
    @media only screen and (max-width: 500px) {
      .servicios-banner a {
        font-size: 12px;
        width: 70px;
        height: 70px;
        margin-top: -35px;
        line-height: 70px;
        margin-left: -35px; } }

.estacion-home {
  margin-top: 20px; }
  .estacion-home h3 {
    background-color: #0085c6;
    background-image: -webkit-linear-gradient(left, #0085c6 0%, #009cde 100%);
    background-image: linear-gradient(to right,#0085c6 0%, #009cde 100%);
    margin: 0 0 20px 0;
    padding: 18px 0;
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .estacion-home h3 {
        margin-bottom: 10px; }
        .estacion-home h3 img {
          display: block;
          margin: 0 auto;
          width: 70%;
          height: auto; } }
  .estacion-home .formularios {
    margin: 0 auto;
    max-width: 700px;
    padding: 0 10px 50px 10px; }
    .estacion-home .formularios p {
      color: #484748;
      font-size: 13px;
      line-height: 18px; }
      .estacion-home .formularios p.azul {
        color: #38ADDA; }
    .estacion-home .formularios .grillas {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      max-width: 600px;
      padding: 50px 10px 0 10px; }
      @media only screen and (max-width: 600px) {
        .estacion-home .formularios .grillas {
          display: block; } }
      .estacion-home .formularios .grillas > div {
        width: 45%; }
        @media only screen and (max-width: 600px) {
          .estacion-home .formularios .grillas > div {
            width: 90%;
            margin: 0 auto 25px auto; } }
        .estacion-home .formularios .grillas > div.l-c {
          margin: 0 auto; }

#frmOlvidoWrapper {
  display: none; }

.estacion-botones {
  padding: 10px 10px 40px 10px; }
  .estacion-botones .encabezado {
    margin: 40px 0 15px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #606060; }
  .estacion-botones .en-vivo {
    display: block; }
    @media only screen and (max-width: 400px) {
      .estacion-botones .en-vivo {
        margin: 0 auto;
        width: 180px; }
        .estacion-botones .en-vivo img {
          display: block;
          width: 100%;
          height: auto; } }
  .estacion-botones .r {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 750px) {
      .estacion-botones .r {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .estacion-botones .r .item {
      margin: 0 20px; }
      @media only screen and (max-width: 750px) {
        .estacion-botones .r .item {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          box-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          -o-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          width: 45%;
          margin: 0 0 25px 0; } }
  .estacion-botones .circu {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: #0085c6;
    background-image: -webkit-linear-gradient(left, #0085c6 0%, #009cde 100%);
    background-image: linear-gradient(to right,#0085c6 0%, #009cde 100%);
    border-radius: 50%;
    width: 120px;
    height: 120px; }
    .estacion-botones .circu .lo {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      box-lines: single;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      width: 110px;
      height: 110px;
      border-radius: 50%;
      border: 2px solid #FFF; }
      .estacion-botones .circu .lo a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        text-align: center; }
    @media only screen and (max-width: 400px) {
      .estacion-botones .circu {
        width: 100px;
        height: 100px; }
        .estacion-botones .circu .lo {
          width: 90px;
          height: 90px; }
          .estacion-botones .circu .lo a {
            font-size: 14px; } }

.historial-files {
  display: none; }
  .historial-files.op {
    display: block; }

.r.historial {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 550px;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  padding: 20px 10px 0 10px; }
  .r.historial .item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 20%;
    margin: 0 0 25px 0; }
    @media only screen and (max-width: 500px) {
      .r.historial .item {
        width: 33%; } }
  .r.historial .circu {
    width: 60px;
    height: 60px; }
    .r.historial .circu .lo {
      width: 50px;
      height: 50px; }
      .r.historial .circu .lo a {
        font-size: 13px; }

.contacto-home {
  background: #EEEEED;
  padding-bottom: 20px; }
  .contacto-home h3 {
    background: #E0040B;
    margin: 0;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    padding: 5px 10px; }
  .contacto-home .contacto-wrapper {
    margin: 0 auto;
    padding: 30px 10px;
    max-width: 420px; }

.cnt-error-wrp {
  display: none;
  padding-top: 15px; }
  .cnt-error-wrp .req-error {
    font-size: 14px; }

.formulario-contacto-enviado {
  display: none; }
  .formulario-contacto-enviado p {
    color: #E0040B;
    font-size: 14px; }
    .formulario-contacto-enviado p.spam {
      font-weight: bold;
      color: #5E5E5E; }

.reg-error-wrp {
  display: none;
  margin-bottom: 15px; }

.fgt-error-wrp, .olvido-mensaje, .update-mensaje, .registracion-ok {
  display: none;
  padding-bottom: 8px; }
  .fgt-error-wrp p, .olvido-mensaje p, .update-mensaje p, .registracion-ok p {
    color: #E0040B;
    font-size: 14px; }
    .fgt-error-wrp p.spam, .olvido-mensaje p.spam, .update-mensaje p.spam, .registracion-ok p.spam {
      font-weight: bold;
      color: #5E5E5E; }
  .fgt-error-wrp a, .olvido-mensaje a, .update-mensaje a, .registracion-ok a {
    font-weight: bold;
    color: #5E5E5E;
    text-decoration: none; }

.olvido-mensaje {
  font-size: 14px;
  color: #5E5E5E; }

.activado {
  font-size: 15px;
  color: #5E5E5E;
  font-weight: bold;
  text-align: center; }
  .activado a {
    color: #E0040B;
    text-decoration: none; }
