@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* @import "../_vendor/normalize-scss/sass/normalize";
@import '../_vendor/sassy-lists/stylesheets/helpers/missing-dependencies';
@import '../_vendor/sassy-lists/stylesheets/helpers/true';
@import '../_vendor/sassy-lists/stylesheets/functions/purge';
@import '../_vendor/sassy-lists/stylesheets/functions/remove';
@import '../_vendor/sassy-lists/stylesheets/functions/replace';
@import '../_vendor/sassy-lists/stylesheets/functions/to-list'; */
/* Slider */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,800italic,800,700italic,700,600italic);
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
      align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 9999;
      order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -ms-transform-origin: center;
      transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -ms-transform: scale(0.33);
      transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -ms-transform: scale(1);
      transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -ms-transform: scale(1);
      transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -ms-transform: scale(0.66);
      transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -ms-transform: scale(0.33);
      transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -ms-transform: scale(0.66);
      transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -ms-transform: scale(0.33);
      transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
      transform: scale(0);
  -ms-transform-origin: left top;
      transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -ms-transform-origin: right top;
      transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden; }

#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption {
  padding: 0.25rem; }

.wp-caption img {
  max-width: 100%; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

/* GLOBAL STYLES
   ============================= */
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem; }

.grecaptcha-badge {
  display: none !important; }

.item-desc span {
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

label.error {
  color: #f04124; }

.rrssb-buttons li {
  width: 20%; }

.tit {
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  clear: both; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a.conoce-mas-seguro {
  font-weight: 700;
  font-size: 1rem;
  color: #008CBA; }
  a.conoce-mas-seguro strong {
    text-decoration: underline; }

ul,
ol,
dl {
  font-family: "Open Sans", sans-serif; }

figure {
  margin: 0;
  padding: 0; }

blockquote {
  quotes: none; }

blockquote:before,
blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal; }

table tr th,
table tr td {
  color: #222;
  font-size: 0.875rem;
  padding: 0.5625rem 0.625rem;
  text-align: left; }

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #F9F9F9; }

a img {
  border: none; }

a:hover {
  text-decoration: none; }

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
  font-family: "Open Sans", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif; }

h1 {
  margin: 0 !important; }

a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #052675; }
  a:hover {
    text-decoration: underline;
    color: #0736a6; }

pre {
  font-family: "Open Sans", sans-serif; }

code {
  font-family: "Open Sans", sans-serif; }

input,
textarea {
  color: #666;
  font-size: font-size-input;
  line-height: 1.125rem; }

hr {
  background-color: #d3e9ff;
  border: 0;
  height: 1px;
  margin-bottom: 1.125rem;
  clear: both; }

.flt_Lt {
  float: left;
  display: inline; }

.flt_Rt {
  float: right;
  display: inline; }

.wrapper {
  margin: 0 auto; }

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  display: block; }

.last {
  margin: 0 !important; }

.pad_last {
  padding: 0 !important; }

.no_bg {
  background: transparent !important; }

/* ------------------ HEADER HERE -------------------*/
.row-custom {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  display: inline-block; }

.show-small {
  display: none; }

.show-small-640 {
  display: none; }

.hide-small-640 {
  display: block; }

/* ------------------------- NAVIGATION HERE ---------------*/
.hide-small {
  display: block; }

.show-small {
  display: none; }

.general {
  padding-top: 3.5rem; }
  .general .content-page {
    text-align: left;
    padding: 0; }
    .general .content-page .share-img {
      margin: 1rem 0 1.125rem 0; }
      .general .content-page .share-img .rrssb-buttons li a {
        padding: 11px 7px 12px 27px !important; }
        .general .content-page .share-img .rrssb-buttons li a .rrssb-icon {
          left: 10px !important;
          position: absolute !important;
          top: 0 !important;
          width: 10% !important;
          overflow: initial; }
      .general .content-page .share-img .rrssb-linkedin .rrssb-text {
        visibility: visible; }
      .general .content-page .share-img .rrssb-twitter {
        max-width: 42px !important; }
        .general .content-page .share-img .rrssb-twitter .rrssb-text {
          visibility: hidden; }
      .general .content-page .share-img .rrssb-googleplus {
        max-width: 92px !important; }
    .general .content-page .parrafo {
      margin-bottom: 4rem; }
    .general .content-page .contenedor {
      width: 100%; }
    .general .content-page .contenedor-items .item {
      background: url(img/border-item-loc.png);
      background-repeat: no-repeat;
      width: 25.3%;
      padding-left: 1.25rem;
      margin-bottom: 3.5rem;
      min-height: 17rem;
      float: left; }
      .general .content-page .contenedor-items .item h3 {
        color: #0a0a0a;
        font-weight: 600;
        font-size: 1.25rem;
        margin-bottom: 1.25rem; }
      .general .content-page .contenedor-items .item .icon {
        float: left;
        width: 1.75rem;
        min-height: 2.375rem;
        margin-right: 0.8125rem; }
      .general .content-page .contenedor-items .item .icon-tel,
      .general .content-page .contenedor-items .item .icon-loc {
        padding-top: 0.5rem; }
      .general .content-page .contenedor-items .item .item-desc {
        float: left;
        width: 84%;
        margin-bottom: 1.25rem;
        min-height: 2rem; }
    .general .content-page .contenedor-items .i1 {
      background: transparent;
      padding-left: 0;
      width: 24%; }
    .general .content-page .map {
      margin-top: 2rem; }
      .general .content-page .map .content-market {
        text-align: center;
        color: #fefefe;
        font-weight: 700;
        font-size: 0.75rem;
        text-transform: uppercase;
        margin-top: 0.2rem;
        font-family: 'GothamBold'; }
      .general .content-page .map .share-img {
        margin: 6.5rem auto 11rem; }
  .general h2 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75rem;
    color: #0a0a0a; }

.search-results article .entry-summary {
  margin-bottom: 2rem; }

.search-results .navigation .screen-reader-text {
  display: none; }

.business {
  padding-top: 2.5rem; }
  .business .content-page {
    padding-left: 0; }
    .business .content-page .des-business {
      display: inline-block; }
      .business .content-page .des-business .p-content {
        padding-left: 0;
        padding-right: 3rem; }
        .business .content-page .des-business .p-content .parrafo {
          text-align: left;
          font-size: 0.875rem;
          width: 100%;
          margin-bottom: 4rem;
          font-weight: 300;
          padding-left: 0;
          margin-top: 3rem; }
    .business .content-page .content-business {
      display: inline-block; }
      .business .content-page .content-business .portal {
        text-align: left;
        padding-left: 0; }
        .business .content-page .content-business .portal h2 {
          font-size: 2.188rem;
          color: #048fcb;
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .business .content-page .content-business .portal img {
          float: left; }
        .business .content-page .content-business .portal .item-content {
          float: left;
          width: 100%;
          text-align: center; }
          .business .content-page .content-business .portal .item-content p {
            font-size: 0.875rem;
            font-weight: 300;
            color: #333333; }
          .business .content-page .content-business .portal .item-content h3 {
            font-size: 1rem;
            font-weight: 700;
            color: #0a0a0a;
            margin: 1.25rem 0; }
          .business .content-page .content-business .portal .item-content ul li {
            font-size: 0.875rem;
            font-weight: 300;
            list-style-type: disc;
            margin-left: 1rem;
            color: #222222; }
            .business .content-page .content-business .portal .item-content ul li::marker {
              color: #052675; }
          .business .content-page .content-business .portal .item-content .btn {
            font-size: 0.8125rem;
            color: #fefefe;
            font-weight: 400;
            background: #56c1e3 url(img/arrow-btn-business.png) scroll no-repeat 92% center;
            width: 18.13rem;
            height: 3.125rem;
            border-bottom: 0.25rem solid #4daac7;
            text-align: left;
            box-shadow: none;
            text-transform: uppercase;
            border-radius: 0.3125rem;
            display: block;
            margin: 2rem auto;
            padding: 0.875rem 2rem; }
          .business .content-page .content-business .portal .item-content .btn1 {
            font-size: 1rem;
            color: #fefefe;
            font-weight: 400;
            background: #ffa14a url(img/right-arrow.png) scroll no-repeat 91% center;
            width: 14rem;
            height: 3.5rem;
            border-bottom: 0.25rem solid #e08d41;
            text-align: left;
            box-shadow: none;
            text-transform: uppercase;
            border-radius: 0.3125rem;
            display: block;
            margin: 2rem auto;
            padding: 0.875rem 1.25rem; }
          .business .content-page .content-business .portal .item-content .btn:hover {
            opacity: 0.9; }
    .business .content-page .commercial-form {
      text-align: left;
      margin-top: 8rem;
      margin-bottom: 1rem;
      display: inline-block; }
      .business .content-page .commercial-form h2 {
        font-weight: 300;
        color: #393939;
        font-size: 2.5rem;
        margin-bottom: 2rem; }
      .business .content-page .commercial-form .it {
        padding-left: 2rem; }
      .business .content-page .commercial-form ul li {
        font-size: 0.875rem;
        font-weight: 400;
        list-style-type: disc;
        margin-left: 0.5rem;
        margin-bottom: 0.875rem;
        color: #222222; }
        .business .content-page .commercial-form ul li::marker {
          color: #052675; }
    .business .content-page .top2 {
      width: 100%;
      margin-bottom: 8rem; }
      .business .content-page .top2 .bg-app {
        background: url(img/back-app-home.png);
        min-height: 17.5rem;
        width: 60.63rem;
        margin: 7rem auto 0;
        float: none;
        color: #fff;
        text-align: left; }
        .business .content-page .top2 .bg-app .copy {
          width: 55%;
          padding-top: 6rem;
          padding-left: 2rem; }
          .business .content-page .top2 .bg-app .copy h3 {
            font-weight: 300;
            font-size: 1.25rem;
            color: #fff; }
          .business .content-page .top2 .bg-app .copy h2 {
            font-weight: 300;
            font-size: 3.125rem;
            color: #fff;
            line-height: 1.5rem; }
          .business .content-page .top2 .bg-app .copy p {
            font-weight: 300;
            font-size: 0.875rem;
            margin-top: 1.1rem;
            line-height: 1rem;
            margin-bottom: 1rem; }
        .business .content-page .top2 .bg-app a {
          display: block;
          float: left;
          width: 8.688rem;
          height: 2.625rem; }
        .business .content-page .top2 .bg-app a.android {
          background: url(img/btn-ios-content.png);
          margin-right: 0.8rem; }
        .business .content-page .top2 .bg-app a.ios {
          background: url(img/btn-android-content.png); }

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.faqs .leftc {
  width: 100% !important; }
  .faqs .leftc .share-container {
    max-width: 350px !important; }
  .faqs .leftc .blue-box {
    background: url(img/bluebox-bg.png) scroll no-repeat 0 0;
    padding: 20px;
    margin: 0 0 70px 0; }
    .faqs .leftc .blue-box h6 {
      color: #ffffff;
      padding: 0 0 15px 0;
      font-size: 1rem;
      font-weight: normal; }
    .faqs .leftc .blue-box .form {
      background: #ffffff url(img/search-icon.png) scroll no-repeat 10px 7px;
      padding: 5px;
      border-radius: 4px;
      height: 45px; }
      .faqs .leftc .blue-box .form input[type=search] {
        float: left;
        font-size: 20px;
        line-height: 20px;
        color: #393939;
        font-weight: 300;
        font-style: italic;
        font-family: 'Open Sans', sans-serif;
        border: 0;
        box-shadow: none;
        background: none;
        width: 100%;
        margin: -24px 0 0 70px;
        outline: 0; }
      .faqs .leftc .blue-box .form input[type=submit] {
        float: right;
        font-size: 14px;
        line-height: 31px;
        color: #ffffff;
        background: #ffa14a url(img/submit-arrow2.png) scroll no-repeat right center;
        font-family: 'Open Sans', sans-serif;
        width: 140px;
        margin: -35px auto;
        display: block;
        border: 0;
        border-bottom: 3px solid #e08d41;
        border-radius: 5px;
        box-shadow: none;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif; }
    .faqs .leftc .blue-box label {
      width: 75%;
      margin-left: 5%; }
    .faqs .leftc .blue-box span {
      display: none; }
  .faqs .leftc .comp .share-img-m .rrssb-email {
    width: 20% !important; }
  .faqs .leftc .title {
    position: relative;
    margin: 0 0 10px 0; }
    .faqs .leftc .title h1 {
      padding: 0 0 30px 0 !important;
      font-size: 2.5rem;
      color: #393939;
      font-weight: 300; }
    .faqs .leftc .title .share-img-m {
      position: absolute;
      top: 0;
      right: 0;
      width: 26%; }
  .faqs .leftc p {
    font-weight: 300; }
  .faqs .leftc h2 {
    padding: 0 0 30px 0; }
  .faqs .leftc .contenedor {
    margin-bottom: 6rem;
    display: initial !important; }
  .faqs .leftc .communicate {
    margin: 20px 0 0 0; }
    .faqs .leftc .communicate .phone.email {
      border: 0; }
      .faqs .leftc .communicate .phone.email h6 {
        text-align: center;
        padding: 15px 0 0 0; }
      .faqs .leftc .communicate .phone.email h4 {
        background: none;
        padding: 0; }
        .faqs .leftc .communicate .phone.email h4 a {
          color: #58b5db;
          font-weight: 300;
          font-size: 26px; }
    .faqs .leftc .communicate h2 {
      padding: 0 0 20px 0;
      border-bottom: 1px dotted #7f7f7f;
      margin: 0 0 10px 0;
      font-size: 2.5rem;
      color: #393939;
      font-weight: 300; }
    .faqs .leftc .communicate .phone {
      float: left;
      width: 33%;
      border-right: 1px dotted #7f7f7f;
      padding: 0 2%;
      min-height: 120px; }
      .faqs .leftc .communicate .phone h6 {
        padding: 0.9375rem 0 0.3125rem 0;
        font-size: 1rem;
        font-weight: normal; }
      .faqs .leftc .communicate .phone h3 {
        font-size: 26px;
        line-height: 26px;
        color: #58b5db;
        background: url(img/phone-icon-c.png) scroll no-repeat left center;
        padding: 3px 0 3px 35px; }
    .faqs .leftc .communicate .communicate-in {
      background: #ffffff;
      padding: 80px 20px; }
  .faqs .leftc .comp {
    position: relative;
    margin: 30px 0 100px 0; }
    .faqs .leftc .comp .share-img-m {
      position: absolute;
      top: 0;
      right: 0; }
    .faqs .leftc .comp .titulo {
      text-align: center !important;
      font-size: 1.5rem !important;
      font-weight: 500 !important; }
  .faqs .leftc .share-img .rrssb-buttons li a .rrssb-text {
    display: none; }
  .faqs .leftc .share-img .rrssb-buttons li {
    width: 42px !important; }

.faqs .link-block1 .linea {
  border-right: 1px dotted #7f7f7f;
  padding: 0; }

.faqs .link-block1 h6 {
  float: left;
  background: #56c1e3;
  color: #ffffff;
  margin: 0 10px 0 0;
  width: 25px;
  height: 26px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  padding: 7px 0 0 0; }

.faqs .link-block1 .rightc li a {
  background: url(img/disc1.png) scroll no-repeat left 7px;
  padding: 0 0 0 15px;
  margin: 0rem; }

.faqs .link-block1 .rightc-in {
  margin: 0 0 0 40px; }

.faqs .link-block {
  padding: 0 0 80px 0; }
  .faqs .link-block h2 {
    padding: 0 0 30px 0;
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    color: #393939; }
  .faqs .link-block ul li {
    margin: 0 0 15px 0; }
  .faqs .link-block ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #048fcb;
    font-weight: 300; }

.faqs button {
  font-size: 0.875rem;
  line-height: 1.375rem;
  height: 3.875rem;
  color: #fff;
  width: 18rem;
  margin: 5.25rem 1.5rem;
  border: 0;
  border-radius: 0.3125rem;
  box-shadow: none;
  text-align: left;
  padding-left: 3.5rem;
  padding-right: 0; }

.faqs button.ok {
  background: #ffa14a url(img/tick-icon.png) scroll no-repeat 5% center;
  border-bottom: 0.125rem solid #e08d41; }

.faqs button.off {
  background: #56c1e3 url(img/close-icon-button.png) scroll no-repeat 7% center;
  border-bottom: 0.25rem solid #4daac7;
  background-size: 20px auto; }

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

.faqs .espacio {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.faqs .regresar {
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 0rem; }

.content-page {
  text-align: center; }
  .content-page .leftc {
    padding-left: 0;
    width: 72.5%;
    padding-top: 3.5rem;
    text-align: left; }
    .content-page .leftc .contenido p {
      color: #333333;
      font-size: 0.875rem;
      font-weight: 300;
      margin-bottom: 1.5rem;
      margin-top: 1rem; }
    .content-page .leftc h3 {
      font-size: 2.188rem;
      color: #393939;
      text-align: left;
      font-weight: 300;
      line-height: 2.75rem;
      margin-bottom: 2rem; }
    .content-page .leftc .contenedor {
      display: inline-block; }
    .content-page .leftc .share-img-bottom {
      padding: 3rem 0 9rem 0; }
      .content-page .leftc .share-img-bottom .rrssb-twitter {
        max-width: 42px !important; }
        .content-page .leftc .share-img-bottom .rrssb-twitter .rrssb-text {
          visibility: hidden; }
      .content-page .leftc .share-img-bottom .rrssb-googleplus {
        max-width: 92px !important; }
    .content-page .leftc .share-img-bottom2 {
      padding: 3rem 0 4.5rem 0; }
    .content-page .leftc .share-container {
      max-width: 600px; }
  .content-page .small-breadcrumb {
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #048fcb;
    font-size: 0.875rem;
    font-weight: 300; }
    .content-page .small-breadcrumb sub {
      margin-left: 1.125rem;
      margin-right: 1.125rem; }
    .content-page .small-breadcrumb .sub-bcm {
      color: #525252; }
    .content-page .small-breadcrumb a {
      color: #008cba;
      font-weight: 400; }
    .content-page .small-breadcrumb .current-item {
      color: #333333; }
  .content-page .share-img {
    padding: 1rem 0 4.063rem 0; }
  .content-page .share-container {
    max-width: 600px; }
  .content-page h1.titulo {
    text-align: left;
    font-size: 2.5rem;
    color: #393939;
    font-weight: 300; }
  .content-page .titulo3 {
    text-align: left;
    font-size: 2.2rem;
    color: #fefefe;
    font-weight: 300;
    position: absolute;
    padding: 0 0 0 1.813rem; }
  .content-page .image {
    position: relative;
    width: 100%; }
  .content-page h1 {
    left: 0;
    width: 100%;
    top: 9rem; }
  .content-page .parrafo {
    text-align: left;
    font-size: 0.875rem;
    width: 100%;
    margin-bottom: 5.313rem;
    font-weight: 300; }
  .content-page .par {
    text-align: left;
    font-size: 0.875rem;
    width: 100%;
    margin-bottom: 1.313rem;
    font-weight: 300; }
  .content-page .contenedor .columns {
    padding-left: 0;
    text-align: left;
    width: 47%;
    float: left !important; }
  .content-page .contenedor .item1,
  .content-page .contenedor .item3 {
    margin-right: 2.5rem; }
  .content-page .contenedor .item-content {
    text-align: left; }
    .content-page .contenedor .item-content h3 {
      font-size: 1.25rem;
      color: #048fcb;
      text-align: left;
      margin: 1rem 1rem 0rem 0.5rem;
      font-weight: 700;
      line-height: 1.75rem; }
    .content-page .contenedor .item-content p {
      width: 23.25rem;
      font-size: 0.875rem;
      margin: 1rem 1rem 5.688rem 0.5rem;
      font-weight: 300;
      padding-right: 1rem; }
  .content-page .conten .accordion li.active {
    background: url(img/acc-minus.png) scroll no-repeat left 0.875rem; }
  .content-page .conten .accordion li.accordion-navigation {
    border-bottom: 1px dotted #bfbfbf;
    background: url(img/acc-plus.png) scroll no-repeat left 0.875rem; }
    .content-page .conten .accordion li.accordion-navigation a {
      background: transparent;
      font-size: 1rem;
      color: #000000;
      text-align: left;
      font-weight: 700;
      padding-left: 2.5rem; }
      .content-page .conten .accordion li.accordion-navigation a h4 {
        font-size: 1rem;
        color: #000000;
        text-align: left;
        font-weight: 700;
        margin: -0.60rem 0px 0px 40px; }
    .content-page .conten .accordion li.accordion-navigation .item-content {
      text-align: left;
      margin-top: 0;
      padding-bottom: 2rem;
      padding-left: 2.5rem;
      padding-top: 0;
      display: none; }
      .content-page .conten .accordion li.accordion-navigation .item-content ul.tam {
        margin-left: 0; }
  .content-page .conten .accordion li.active,
  .content-page .conten .accordion li.is-active {
    background: url(img/acc-minus.png) scroll no-repeat left 0.875rem; }
  .content-page .conten .item-content {
    text-align: left;
    margin-top: -1rem; }
    .content-page .conten .item-content h3 {
      font-size: 2.188rem;
      color: #393939;
      text-align: left;
      font-weight: 300; }
    .content-page .conten .item-content h4 {
      font-size: 1rem;
      color: #000000;
      text-align: left;
      font-weight: 700;
      margin-top: 2rem; }
    .content-page .conten .item-content p {
      color: #333333;
      font-size: 0.875rem;
      font-weight: 300;
      margin-bottom: 1rem; }
      .content-page .conten .item-content p span {
        margin-bottom: 0.5rem;
        display: block; }
  .content-page .contact-banner {
    margin: 0 0 2.5rem;
    background: #048FCB none repeat scroll 0% 0%;
    padding: 1.25rem 1.875rem;
    margin-bottom: 1rem;
    margin-top: 4.688rem; }
    .content-page .contact-banner h4 {
      float: left;
      color: #fefefe;
      padding: 0.625rem 0.625rem 0 0.625rem;
      font-weight: 300;
      font-size: 1.563rem;
      line-height: 1.563rem; }
    .content-page .contact-banner a {
      font-size: 0.875rem;
      line-height: 2.75rem;
      color: #fefefe;
      background: #FFA14A none repeat scroll 0% 0%;
      display: block;
      border-width: 0 0 0.1875rem;
      border-style: none none solid;
      border-color: -moz-use-text-color -moz-use-text-color #E08D41;
      border-top-color: -moz-use-text-color;
      border-right-color: -moz-use-text-color;
      border-bottom-color: #E08D41;
      border-left-color: -moz-use-text-color;
      -moz-border-top-colors: none;
      -moz-border-right-colors: none;
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      border-image: none;
      border-radius: 0.3125rem;
      box-shadow: none;
      text-transform: uppercase;
      text-align: center;
      float: right;
      width: 23.75rem; }
    .content-page .contact-banner a:hover {
      opacity: 0.9; }
    .content-page .contact-banner a span {
      background: transparent url("img/right-arrow.png") no-repeat scroll right center;
      padding: 0.25rem 2.188rem 0.25rem 0;
      font-weight: 600; }
  .content-page .fac .sidebar {
    padding-top: 2.75rem; }
  .content-page .products .rigthc {
    width: 27.5%;
    background: url(img/linea-vertical.png);
    background-repeat: no-repeat;
    background-position: left 4.5rem;
    padding-right: 0;
    padding-left: 1.5rem;
    margin-bottom: 11rem; }
  .content-page .products .sidebar {
    padding-top: 0; }
  .content-page .rigthc {
    width: 27.5%;
    background: url(img/border-sidebar.png);
    background-repeat: no-repeat;
    background-position: left 4.5rem;
    padding-top: 3.6rem; }
  .content-page .sidebar-blue {
    width: 100%;
    background: url(img/background-sidebar.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 6.688rem;
    padding: 0 0.625rem 1.5rem;
    display: inline-block; }
    .content-page .sidebar-blue .copy {
      padding: 1.5rem 0.9rem; }
    .content-page .sidebar-blue .copy h2 {
      color: #fefefe;
      font-size: 1.563rem;
      line-height: 2rem;
      text-align: left;
      margin-bottom: 2.5rem; }
    .content-page .sidebar-blue .copy ul {
      margin-top: 1.5rem;
      margin-bottom: 3.5rem; }
    .content-page .sidebar-blue .copy ul li {
      min-height: 3.5rem; }
    .content-page .sidebar-blue .copy ul li sub {
      color: #fefefe;
      font-weight: 700;
      font-size: 1.375rem;
      display: block;
      float: left;
      margin-right: 0.75rem;
      min-height: 2.813rem;
      width: 5%;
      margin-top: -0.312rem; }
    .content-page .sidebar-blue .copy ul li span {
      color: #fff;
      font-size: 0.875rem;
      float: left;
      width: 90%;
      text-align: left;
      font-weight: 300;
      margin-bottom: 0.438rem; }
      .content-page .sidebar-blue .copy ul li span .blue-sidebar-text {
        color: #ddf5ff;
        text-align: left;
        font-size: 0.875rem;
        font-weight: 300;
        width: 100%;
        float: left;
        display: block; }
  .content-page .sidebar {
    text-align: left; }
    .content-page .sidebar .copy {
      display: none; }
    .content-page .sidebar .item-content {
      margin-bottom: 4rem; }
    .content-page .sidebar h2.titulo2 {
      font-size: 2.188rem;
      color: #393939;
      font-weight: 300;
      margin-bottom: 1.85rem; }
    .content-page .sidebar a.btn {
      color: #048fcb;
      font-size: 0.75rem;
      font-weight: 300;
      background: url(img/arrow-support-link.png);
      background-position: right bottom;
      background-repeat: no-repeat;
      width: 12.25rem;
      padding-top: 0.125rem;
      text-transform: uppercase;
      height: 1.3rem;
      display: none !important;
      margin: -1rem auto 2.5rem; }
    .content-page .sidebar h3 {
      margin-top: 2.313rem;
      font-size: 1.25rem;
      color: #393939;
      text-align: left;
      margin-bottom: 1.25rem; }
    .content-page .sidebar p {
      margin-top: 1.25rem;
      text-align: justify;
      font-size: 0.875rem;
      font-weight: 300; }
      .content-page .sidebar p a {
        color: #0091cf; }
    .content-page .sidebar h6 {
      color: #fefefe;
      text-align: center;
      background: #56c1e3;
      width: 4.313rem;
      height: 4.313rem;
      position: absolute;
      left: 50%;
      margin: -2.5rem 0 0 -2.188rem;
      border-radius: 2.5rem;
      font-size: 1.125rem;
      line-height: 1rem;
      font-weight: 100;
      padding: 1.25rem 0 0 0;
      z-index: 100; }
    .content-page .sidebar h6 sub {
      font-size: 1.813rem;
      line-height: 0; }
    .content-page .sidebar .espacio {
      margin-bottom: 1.5rem;
      /*background: url(img/border-ads-page.png);*/
      background-repeat: no-repeat;
      /*padding-top:1.25rem;
	    	margin-top: 3.938rem;*/ }

.simple .espacio {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.prod .leftc .share-img-mob {
  display: none; }

.prod .content-banner a.btn-banner {
  font-size: 0.875rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #fff;
  background: #ffa14a url(img/right-arrow.png) scroll no-repeat 87% center;
  width: 11.5rem;
  margin-top: 1rem;
  display: block;
  border: 0;
  padding: 0.5rem 1.5rem;
  border-bottom: 0.3125rem solid #e08d41;
  border-radius: 0.3125rem;
  box-shadow: none;
  text-transform: uppercase; }

.prod .content-banner a.btn-banner:hover {
  opacity: .9; }

.prod .share-img .rrssb-twitter {
  max-width: 42px !important; }
  .prod .share-img .rrssb-twitter .rrssb-text {
    visibility: hidden; }

.prod .share-img .rrssb-googleplus {
  max-width: 92px !important; }

.prod .item-content ul li.col {
  list-style: initial !important;
  color: #0088ce;
  font-size: 0.875rem; }

.prod .item-content ul li {
  color: #333333;
  font-size: 0.875rem;
  font-weight: 300; }

.prod .item-content ul li.col2 {
  margin-left: 1.25rem;
  margin-bottom: 0.5rem; }

.prod .item-content .col-left {
  margin-left: 2.5rem !important;
  color: #0088ce;
  font-size: 0.875rem;
  list-style: initial; }

.prod .item-content .col {
  margin-left: 1.25rem !important; }

.prod ul span {
  color: #333333; }

.prod .item-content p {
  margin-bottom: 0rem !important; }

.prod .conten {
  margin-top: -1rem; }

.about .leftc .share-img-mob {
  display: none; }

.about .contenedor .col {
  list-style: initial !important;
  color: #0088ce;
  font-size: 0.875rem;
  margin-left: 1.25rem !important; }

.about .contenedor ul span {
  color: #333333; }

.report table.responsive tr {
  background: #ffffff;
  background: url(img/barra-vertical.png);
  background-repeat: no-repeat; }

.report .contenedor h2 {
  font-size: 1.3125rem;
  margin-bottom: 1rem; }

.report .contenedor h4 {
  font-size: 1rem;
  margin-bottom: 1rem; }

.report .leftc {
  width: 100%; }
  .report .leftc .share-img-bottom {
    margin: 0 auto;
    width: 50%; }

.report .right .espacio {
  margin: 0.3125rem; }

.report .om {
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 300;
  padding-right: 1rem; }

.report .share-img .rrssb-twitter {
  max-width: 42px; }
  .report .share-img .rrssb-twitter .rrssb-text {
    visibility: hidden; }

.report .share-img .rrssb-googleplus {
  max-width: 92px; }
  .report .share-img .rrssb-googleplus .rrssb-text {
    visibility: hidden; }

.report .parrafo {
  text-align: left;
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 2.313rem;
  font-weight: 300; }

.report .item-content h2 {
  font-size: 0.8125rem;
  font-weight: 600; }

.report .item-content h3 {
  font-size: 0.875rem !important;
  font-weight: 900 !important;
  color: #222 !important;
  margin: 0 !important; }

.report .item-content table thead {
  background: transparent; }

.report .item-content p {
  margin: 0 !important; }

.report .right {
  background: url(img/flecha-central.png);
  background-repeat: no-repeat;
  width: 50%;
  margin-bottom: 3.5rem;
  min-height: 30rem; }

.report .contenedor .item-content p {
  width: 0 !important; }

.report .leftc h3 {
  font-size: 1.25rem;
  color: #010101;
  margin-bottom: 0rem;
  margin-top: 9rem;
  font-weight: 900; }

.protec .leftc {
  margin-top: 1rem;
  margin-bottom: 10.63rem; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec .leftc .share-img .rrssb-twitter {
    max-width: 42px !important; }
    .protec .leftc .share-img .rrssb-twitter .rrssb-text {
      visibility: hidden; }
  .protec .leftc .share-img .rrssb-googleplus {
    max-width: 92px !important; }
  .protec .leftc .share-img-bottom {
    padding: 3rem 0 4rem 0; }

.protec .cont h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #0a0a0a; }

.protec .cont .parrafo {
  text-align: left;
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 2.375rem;
  font-weight: 300; }

.protec .cont .parrafo2 {
  text-align: left;
  font-size: 0.875rem;
  width: 100%;
  margin-top: 2.75rem;
  margin-bottom: 3.938rem;
  font-weight: 300; }

.protec .cont a {
  color: #3399cc;
  font-size: 0.875rem;
  font-weight: 300; }

.protec .cuadros h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #0a0a0a; }

.protec .cuadros .first {
  color: #33ccff;
  list-style-type: disc;
  margin-left: 1.25rem; }

.protec .cuadros span {
  color: #333333;
  font-weight: 300;
  font-size: 0.875rem; }

.protec .cuadros .item-content {
  padding-left: 0; }
  .protec .cuadros .item-content .miniatura {
    font-size: 0.75rem;
    font-weight: 200;
    margin-top: 1rem; }

.protec .cuadros .parent {
  margin-top: 5.188rem;
  margin-bottom: 8.063rem; }

.protec h6 {
  font-size: 2.188rem;
  font-weight: 300;
  color: #393939;
  margin-bottom: 2.438rem; }

.protec .orientacion {
  float: left;
  width: 100%; }
  .protec .orientacion .item-content-2 {
    padding-left: 0;
    margin-bottom: 5.813rem; }
    .protec .orientacion .item-content-2 h2 {
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.75rem;
      color: #0a0a0a; }
    .protec .orientacion .item-content-2 a {
      color: #3399cc;
      font-size: 0.875rem;
      font-weight: 300; }
    .protec .orientacion .item-content-2 .parrafo3 {
      text-align: left;
      font-size: 0.875rem;
      font-weight: 300;
      margin-bottom: 0.625rem; }

.protec .titulo-news {
  font-size: 2.188rem;
  font-weight: 300;
  color: #393939;
  float: left;
  margin-top: 3.31rem; }

.protec .news {
  clear: both; }

.protec .news .item1,
.protec .news .item3 {
  margin-right: 2.5rem; }

.protec .news .columns {
  padding-left: 0;
  text-align: left;
  width: 47%;
  float: left;
  margin-top: 4rem; }

.protec .news .item-content {
  text-align: left; }
  .protec .news .item-content h3 {
    font-size: 1.25rem;
    color: #0099cc;
    text-align: left;
    margin: 2rem 1rem 0rem 0.1rem;
    font-weight: 600;
    line-height: 1.75rem; }
  .protec .news .item-content p {
    width: 22.25rem;
    text-align: justify;
    font-size: 0.875rem;
    margin: 0.813rem 0 0.438rem 0.1rem;
    font-weight: 300;
    padding-right: 1rem; }
  .protec .news .item-content a {
    font-weight: 500;
    font-size: 0.875rem;
    color: #6699cc;
    margin: 0 0 1.438rem 0.1rem; }

.protec .protect .rigthc {
  width: 27.5%;
  background: url(img/linea.png);
  background-repeat: no-repeat;
  min-height: 156.3rem;
  background-position: left 4.5rem;
  padding-top: 4.5rem; }

.simple {
  padding-top: 2.5rem;
  padding-bottom: 8rem; }
  .simple .content-page {
    padding-left: 0; }
    .simple .content-page h1.titulo {
      margin-bottom: 1.5rem; }
    .simple .content-page .content-simple {
      padding-top: 2rem;
      text-align: left; }
      .simple .content-page .content-simple .left {
        padding-left: 0; }
      .simple .content-page .content-simple ol {
        list-style: lower-alpha;
        margin-left: 1rem; }
        .simple .content-page .content-simple ol li {
          color: #222222; }
          .simple .content-page .content-simple ol li::marker {
            color: #052675; }
      .simple .content-page .content-simple h4 {
        font-size: 1rem;
        color: #0a0a0a;
        text-align: left;
        font-weight: 700;
        margin-top: 2rem; }
      .simple .content-page .content-simple h4.first {
        margin-top: 0; }
      .simple .content-page .content-simple ul li {
        list-style: initial;
        margin-left: 1rem;
        margin-bottom: 1rem;
        font-size: 0.875rem;
        color: #0a0a0a !important; }
        .simple .content-page .content-simple ul li::marker {
          color: #052675 !important; }
      .simple .content-page .content-simple a.view-more {
        color: #052675;
        font-size: 0.875rem;
        font-weight: 300; }
      .simple .content-page .content-simple p {
        margin-bottom: 0.5rem;
        font-size: 0.875rem;
        font-weight: 200; }

/* TABLET VERSION
   ============================= */
/* DESKTOP VERSION
   ============================= */
@media screen and (min-width: 64.06rem) and (max-width: 73.06rem) {
  .row-custom {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .prod .leftc .share-img-mob {
    display: none; }
  .prod .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .about .leftc .share-img-mob {
    display: none; }
  .about .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .protec .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .content-page .contenedor .item-content p {
    width: 20.25rem; }
  .content-page .sidebar-blue {
    padding: 0; }
  .content-page .contact-banner h4 {
    padding: 0.4375rem 0 0 0;
    font-size: 1.2rem; }
  .content-page .products .rigthc {
    padding-left: 1.125rem; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec .news .item-content p {
    width: 20.25rem; }
  .content-page h1 {
    top: 8rem; }
  .content-page .contact-banner a {
    width: 21.75rem; }
  .general .content-page .contenedor-items .item {
    min-height: 20rem; }
    .general .content-page .contenedor-items .item .item-desc {
      float: left;
      width: 68%;
      margin-bottom: 1.5rem; } }

@media screen and (min-width: 60rem) and (max-width: 64.06rem) {
  .row-custom {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .prod .leftc .share-img-mob {
    display: none; }
  .prod .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .about .leftc .share-img-mob {
    display: none; }
  .about .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .protec .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .content-page .contenedor .item-content p {
    width: 19.25rem; }
  .content-page .titulo3 {
    top: 7rem; }
  .content-page .sidebar-blue .copy ul li span {
    font-size: 0.787rem; }
  .content-page .sidebar-blue .copy ul li span .blue-sidebar-text {
    font-size: 0.740rem; }
  .content-page .contact-banner h4 {
    font-size: 0.999rem; }
  .content-page .contact-banner a {
    width: 21.75rem; }
  .content-page .products .rigthc {
    padding-left: 0.9375rem; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec .cuadros h2 {
    line-height: 5.75rem; }
  .protec .cuadros .item-content {
    margin-top: 3rem; }
  .protec .news .item-content p {
    width: 17.25rem; }
  .general .content-page .contenedor-items .item {
    min-height: 20rem; }
    .general .content-page .contenedor-items .item .item-desc {
      float: left;
      width: 65%;
      margin-bottom: 1rem; } }

@media screen and (min-width: 56.25rem) and (max-width: 59.94rem) {
  .row-custom {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .content-page h1 {
    top: 6rem; }
  .prod .leftc .share-img-mob {
    display: none; }
  .prod .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .about .leftc .share-img-mob {
    display: none; }
  .about .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .protec .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .content-page .sidebar-blue .copy ul li span {
    font-size: 0.8125rem; }
  .content-page .sidebar-blue .copy ul li span .blue-sidebar-text {
    font-size: 0.5625rem; }
  .content-page .contact-banner h4 {
    font-size: 0.833rem; }
  .content-page .contact-banner a {
    width: 21.75rem; }
  .content-page .contenedor .columns {
    width: 46%; }
  .content-page .contenedor .item-content p {
    width: 17.25rem; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec .cuadros .item-content {
    margin-top: 3rem; }
  .protec .news .columns {
    width: 46%; }
  .protec .news .item-content p {
    width: 16.25rem; }
  .faqs .medium-12 {
    width: 50%; }
  .faqs .leftc .communicate .phone.email h4 a {
    font-size: 23px; }
  .general .content-page .contenedor-items .item {
    min-height: 20rem; }
    .general .content-page .contenedor-items .item .item-desc {
      float: left;
      width: 65%;
      margin-bottom: 1rem; }
  .business .content-page .content-business .portal .item-content .btn {
    width: 100%;
    padding: 0.375rem 2rem; }
  .business .content-page .top2 .bg-app {
    background: url(img/back-app-home.png);
    min-height: 17.5rem;
    width: 100%;
    background-size: cover;
    margin: 7rem auto 0;
    float: none;
    color: #fff;
    text-align: left; } }

@media screen and (min-width: 50.1rem) and (max-width: 56.19rem) {
  .row-custom {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .prod .sidebar h6 {
    left: 57%; }
  .prod .leftc .share-img-mob {
    display: none; }
  .prod .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .about .leftc .share-img-mob {
    display: none; }
  .about .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .protec .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .prod .products .sidebar-blue .copy ul li span {
    font-size: 0.5599rem; }
  .prod .products .sidebar-blue .copy ul li span .blue-sidebar-text {
    font-size: 0.6625rem; }
  .prod h1 {
    top: 5rem; }
  .prod .contact-banner h4 {
    font-size: 0.8rem; }
  .prod .contact-banner a {
    width: 17.75rem;
    font-size: 0.675rem; }
  .prod .products .rigthc {
    padding-right: 0; }
  .about .contenedor .item-content p {
    width: 15.25rem; }
  .about .contenedor .columns {
    width: 46%; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec h1 {
    top: 5rem; }
  .protec .cuadros .item-content {
    padding-top: 3rem; }
  .protec .cuadros .parent {
    margin-top: 1.188rem; }
  .protec .news .item-content p {
    width: 15.25rem; }
  .protec .news .columns {
    width: 46%; }
  .faqs .leftc .blue-box .form input[type=search] {
    margin: 2px 0 0 3px; }
  .faqs .leftc .communicate .phone.email h4 a {
    font-size: 20px; }
  .general .content-page .contenedor-items .item {
    min-height: 21rem; }
    .general .content-page .contenedor-items .item .item-desc {
      float: left;
      width: 65%;
      margin-bottom: 1rem; }
  .general .medium-12 {
    width: 100%; }
  .business .content-page .content-business .portal .item-content .btn {
    width: 100%;
    padding: 0.375rem 2rem; }
  .business .content-page .top2 .bg-app {
    background: url(img/back-app-home.png);
    min-height: 17.5rem;
    width: 100%;
    background-size: cover;
    margin: 7rem auto 0;
    float: none;
    color: #fff;
    text-align: left; } }

@media screen and (max-width: 50.07rem) {
  .content-page .conten .accordion li.accordion-navigation a h4 {
    font-size: 1.5rem; }
  .content-page .conten .accordion li.active {
    background: url(img/acc-minus.png) scroll no-repeat left 0.875rem !important; }
  .content-page .conten .accordion li.accordion-navigation {
    border-bottom: 1px dotted #bfbfbf !important; }
  .hide-small {
    display: none; }
  .show-small {
    display: block; }
  .app-responsive {
    width: 100%;
    max-width: 535px;
    margin: auto;
    background: url(img/back-app-responsive.jpg);
    background-repeat: no-repeat;
    margin-top: 5.25rem;
    color: #fefefe;
    text-align: left;
    margin-bottom: 4rem; }
    .app-responsive .copy {
      padding: 2rem 1.75rem !important; }
      .app-responsive .copy h2 {
        color: #fefefe;
        font-size: 35px; }
      .app-responsive .copy h3 {
        color: #fefefe;
        font-size: 35px;
        padding-right: 14rem;
        font-weight: 200;
        line-height: 2.5rem; }
        .app-responsive .copy h3 strong {
          font-weight: 900; }
      .app-responsive .copy p {
        color: #fefefe;
        font-size: 23px;
        font-weight: 200;
        padding-right: 12rem;
        padding-top: 1rem; }
    .app-responsive .content-btn {
      background: #0c83c1;
      padding: 1.25rem 3rem;
      display: inline-block;
      text-align: center;
      width: 100%; }
      .app-responsive .content-btn .android {
        float: left;
        background: url(img/btn-android-res.png);
        width: 210px;
        height: 64px;
        margin-left: 1.125rem; }
      .app-responsive .content-btn .ios {
        float: left;
        background: url(img/btn-ios-res.png);
        width: 210px;
        height: 64px; }
  .content-page .sidebar .app-responsive {
    width: 100%;
    max-width: 535px;
    margin: auto;
    background: url(img/back-app-responsive.jpg);
    background-repeat: no-repeat;
    margin-top: 5.25rem;
    color: #fefefe;
    text-align: left;
    margin-bottom: 4rem; }
    .content-page .sidebar .app-responsive .copy {
      padding: 2rem 1.75rem !important;
      display: block; }
      .content-page .sidebar .app-responsive .copy h2 {
        color: #fefefe;
        font-size: 35px; }
      .content-page .sidebar .app-responsive .copy h3 {
        color: #fefefe;
        font-size: 35px;
        font-weight: 200;
        padding: 0 14rem 0 0;
        line-height: 2.5rem;
        text-align: left;
        margin: 0; }
        .content-page .sidebar .app-responsive .copy h3 strong {
          font-weight: 900; }
      .content-page .sidebar .app-responsive .copy p {
        color: #fefefe;
        font-size: 23px;
        font-weight: 200;
        padding-right: 12rem;
        padding-top: 1rem;
        text-align: left;
        display: block; }
    .content-page .sidebar .app-responsive .content-btn {
      background: #0c83c1;
      padding: 1.25rem 3rem;
      display: inline-block;
      text-align: center;
      width: 100%; }
      .content-page .sidebar .app-responsive .content-btn .android {
        float: left;
        background: url(img/btn-android-res.png);
        width: 210px;
        height: 64px;
        margin-left: 1.125rem; }
      .content-page .sidebar .app-responsive .content-btn .ios {
        float: left;
        background: url(img/btn-ios-res.png);
        width: 210px;
        height: 64px; }
  .home-content .top-content .leftc .content-btn a {
    font-size: 2.5rem;
    text-align: justify;
    line-height: 3rem;
    padding: 0 0 4.25rem 0; }
  .prod .item-content ul li.col {
    font-size: 1.5rem; }
  .prod .item-content ul li {
    font-size: 1.5rem; }
  .prod .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .prod .leftc h3 {
    padding-top: 3.25rem;
    font-size: 2.5rem; }
  .prod .conten .item-content h4 {
    font-size: 1.5rem; }
  .prod .conten .item-content p {
    font-size: 1.5rem; }
  .prod .leftc .contenido p {
    font-size: 1.5rem; }
  .prod .sidebar-blue .copy ul li {
    min-height: 4.438rem; }
  .prod .leftc {
    width: 100%;
    padding: 0; }
  .prod .small-breadcrumb {
    display: none; }
  .prod .share-img {
    display: none; }
  .prod .rrssb-buttons li.rrssb-linkedin a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 0.5625rem; }
  .prod .rrssb-buttons li.rrssb-twitter a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 2.5625rem; }
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 9.5625rem; }
  .prod .conten .item-content {
    font-size: 1.5rem;
    color: #333333;
    font-weight: 300;
    margin-bottom: 1rem; }
  .prod .titulo3 {
    padding: 10.125rem 0 0 3.5rem;
    color: #393939;
    font-size: 3rem !important; }
  .prod .contenido {
    padding: 0;
    margin: 0 3.563rem 0; }
  .prod .conten {
    margin: 0 3.563rem 0; }
  .prod .contact-banner {
    padding: 4.75rem 1.875rem; }
  .prod .tam {
    font-size: 1.5rem; }
  .prod .contact-banner a {
    width: 38rem;
    height: 4.75rem;
    font-size: 1.5rem;
    line-height: 4.75rem;
    background: #ffa14a scroll no-repeat 85% center !important;
    margin: auto;
    float: none; }
  .prod .contact-banner h4 {
    font-size: 3rem;
    padding: 0 0 1.875rem 0;
    text-align: center;
    float: none; }
  .rrssb-buttons li.rrssb-email a {
    display: none; }
  .rrssb-buttons li a .rrssb-text {
    display: none; }
  .rrssb-buttons li.rrssb-facebook a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 -2rem; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 0.5625rem; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 2.5625rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 9.5625rem; }
  .rrssb-buttons li.rrssb-googleplus a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 9.5625rem; }
  .rrssb-buttons li a .rrssb-icon svg {
    height: 2.25rem;
    width: 2.25rem; }
  .rrssb-buttons li a .rrssb-icon {
    left: 40px;
    padding-top: 18px; }
  .prod .widget .item-content a {
    display: none; }
  .prod .products .rigthc {
    width: 100%;
    background: none;
    padding-left: 0; }
  .prod .sidebar-blue {
    background: url(img/background-sidebar-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
    min-height: 42.81rem; }
  .prod .sidebar-blue .copy {
    margin: 0;
    padding: 7.938rem 8.9rem 0 3.688rem;
    width: 100%; }
  .prod .sidebar-blue .copy ul li span .blue-sidebar-text {
    font-size: 1.563rem; }
  .prod .widget a img {
    width: 100%; }
  .prod .sidebar-blue .copy ul li span {
    font-size: 1.563rem;
    width: 92%;
    margin-bottom: 0; }
  .prod .sidebar-blue .copy h2 {
    font-size: 2.5rem;
    text-align: justify;
    line-height: 3rem;
    padding: 0 0 4.25rem 0; }
  .prod .sidebar h6 {
    width: 8.25rem;
    height: 8.25rem;
    border-radius: 5.5rem;
    font-size: 2.188rem;
    padding: 2rem 0 0 0;
    margin: -4.5rem 0 0 -3.188rem;
    line-height: 2rem; }
  .prod .sidebar h6 sub {
    font-size: 3.813rem; }
  .prod .sidebar-blue .copy ul li sub {
    font-size: 2.5rem; }
  .prod .sidebar h2.titulo2 {
    text-align: center;
    font-size: 3.75rem;
    padding: 3.75rem 0 3.938rem 0; }
  .prod .sidebar h3 {
    font-size: 1.875rem;
    padding: 7.5rem 0 5.375rem 0;
    text-align: justify;
    font-weight: bold;
    margin: 0 3.563rem 0; }
  .prod .sidebar a.btn {
    font-size: 1.563rem;
    font-weight: 700;
    width: 23.25rem;
    padding: 3.63rem 0 0 0;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 5.6rem; }
  .prod .sidebar .espacio {
    background: url(img/border-ads-page-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 8.125rem;
    padding-top: 4.25rem; }
  .prod .sidebar .espacio img {
    padding-top: 5.25rem;
    margin: auto; }
  .prod .leftc .share-img-mob {
    display: none; }
  .prod .sidebar p {
    display: none; }
  .prod .contact-banner a span {
    background: transparent url("img/right-arrow-2.png") scroll no-repeat 100% center !important;
    padding: 0.2rem 3.188rem 1rem 0;
    font-weight: 600; }
  .about .widget .item-content a {
    display: none; }
  .about .titulo3 {
    padding: 3.125rem 0 0 3.5rem;
    color: #393939;
    font-size: 3rem !important;
    position: static; }
  .about .share-img {
    display: none; }
  .about .leftc {
    padding: 0 !important; }
  .about .rigthc {
    padding: 0 !important; }
  .about .contenedor .columns {
    padding: 0; }
  .about .contenedor .columns {
    width: 100%; }
  .about .contenedor img {
    width: 100%; }
  .about h1.titulo {
    padding: 3.125rem 0 0 3.5rem;
    color: #393939;
    font-size: 3rem; }
  .about .leftc {
    width: 100%;
    padding: 0 !important; }
  .about .small-breadcrumb {
    display: none; }
  .about .parrafo {
    font-size: 1.5rem;
    margin-top: 3.75rem; }
  .about .contenedor .item-content h3 {
    font-size: 1.875rem; }
  .about .contenedor .item-content p {
    font-size: 1.5rem;
    width: 100%;
    margin: 1rem 1rem 5.688rem 0rem; }
  .about .rigthc {
    width: 100%;
    background: none;
    padding-left: 0; }
  .about .sidebar-blue {
    background-size: 100%;
    padding: 0;
    min-height: 79.81rem; }
  .about .sidebar-blue .copy {
    margin: 0 3.563rem 0;
    padding: 7.938rem 8.9rem 0 0;
    width: 100%; }
  .about .sidebar-blue .copy ul li span .blue-sidebar-text {
    font-size: 1.563rem; }
  .about .widget a img {
    width: 100%; }
  .about .sidebar-blue .copy ul li span {
    font-size: 1.563rem;
    width: 93%; }
  .about .sidebar-blue .copy h2 {
    font-size: 2.5rem;
    text-align: justify;
    line-height: 3rem;
    padding: 0 0 4.25rem 0; }
  .about .sidebar h6 {
    width: 8.25rem;
    height: 8.25rem;
    border-radius: 5.5rem;
    font-size: 2.188rem;
    padding: 2rem 0 0 0;
    margin: -4.5rem 0 0 -2.188rem;
    line-height: 2rem; }
  .about .sidebar h6 sub {
    font-size: 3.813rem; }
  .about .sidebar-blue .copy ul li sub {
    font-size: 2.5rem; }
  .about .sidebar h2.titulo2 {
    text-align: center;
    font-size: 3.75rem;
    padding: 5.75rem 0 3.938rem 0; }
  .about .sidebar h3 {
    font-size: 1.875rem;
    padding: 7.5rem 0 5.375rem 0;
    text-align: justify;
    font-weight: bold;
    margin: 0 3.563rem 0; }
  .about .sidebar a.btn {
    font-size: 1.563rem;
    font-weight: 700;
    width: 23.25rem;
    padding: 3.63rem 0 0 0;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 5.6rem; }
  .about .sidebar .espacio {
    background: url(img/border-ads-page-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 8.125rem;
    padding-top: 4.25rem; }
  .about .sidebar .espacio img {
    padding-top: 5.25rem;
    margin: auto;
    display: block;
    width: 33.44rem;
    height: 33.13rem; }
  .about .leftc .share-img-mob {
    display: none; }
  .about .sidebar p {
    display: none; }
  .about .leftc .contenedor {
    margin: 0 3.563rem 0; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 9.5625rem; }
  .about .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 2.5625rem;
    height: 4.688rem;
    width: 7.438rem; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.5625rem;
    height: 4.688rem;
    width: 7.438rem; }
  .protec .widget .item-content a {
    display: none; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec .leftc {
    width: 100%;
    padding: 0;
    margin-top: 0; }
  .protec .small-breadcrumb {
    display: none; }
  .protec .share-img {
    display: none; }
  .protec .titulo3 {
    padding: 7.125rem 0 0 3.5rem;
    color: #393939;
    font-size: 3rem; }
  .protec .cont {
    padding: 0;
    margin: 0 3.563rem 0; }
  .protec .cuadros .item-content {
    margin: 0 3.563rem 0;
    width: initial;
    padding-top: 3rem; }
  .protec .cont h2 {
    font-size: 1.5rem; }
  .protec .cont .parrafo {
    font-size: 1.5rem; }
  .protec .cont a {
    font-size: 1.5rem; }
  .protec .cont .parrafo2 {
    font-size: 1.5rem; }
  .protec .cuadros .parent {
    margin: 4.063rem 3.563rem 5.188rem;
    float: none; }
  .protec .cuadros h2 {
    font-size: 1.5rem;
    padding-top: 3rem; }
  .protec .cuadros span {
    font-size: 1.5rem; }
  .protec h6 {
    padding: 2.125rem 0 0 3.5rem;
    font-size: 2.5rem; }
  .protec .orientacion {
    float: left;
    width: 100%; }
  .protec .orientacion .item-content-2 {
    margin: 0 3.563rem 5.813rem;
    float: none;
    width: initial; }
  .protec .orientacion .item-content-2 h2 {
    font-size: 1.5rem; }
  .protec .orientacion .item-content-2 .parrafo3 {
    font-size: 1.5rem; }
  .protec .orientacion .item-content-2 a {
    font-size: 1.5rem; }
  .protec .titulo-news {
    font-size: 3.75rem;
    text-align: center;
    float: none; }
  .protec .news img {
    width: 100%; }
  .protec .news .columns {
    width: 100%;
    padding: 0; }
  .protec .news .item-content {
    margin: 0 3.563rem 0; }
  .protec .news .item-content h3 {
    font-size: 1.5rem; }
  .protec .news .item-content p {
    width: initial;
    font-size: 1.5rem; }
  .protec .news .item-content a {
    font-size: 1.5rem; }
  .protec .protect .rigthc {
    width: 100%;
    padding: 0;
    min-height: auto; }
  .protec .sidebar h2.titulo2 {
    text-align: center;
    font-size: 3.75rem;
    padding: 0rem 0 3.938rem 0; }
  .protec .widget a img {
    width: 100%; }
  .protec .sidebar h6 {
    width: 8.25rem;
    height: 8.25rem;
    border-radius: 5.5rem;
    font-size: 2.188rem;
    padding: 2rem 0 0 0;
    margin: -4.5rem 0 0 -2.188rem;
    line-height: 2rem; }
  .protec .sidebar h6 sub {
    font-size: 3.813rem; }
  .protec .sidebar h3 {
    font-size: 1.875rem;
    padding: 7.5rem 0 5.375rem 0;
    text-align: justify;
    font-weight: bold;
    margin: 0 3.563rem 0; }
  .protec .sidebar p {
    display: none; }
  .protec .sidebar a.btn {
    font-size: 1.563rem;
    font-weight: 700;
    width: 23.25rem;
    padding: 3.63rem 0 0 0;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 5.6rem; }
  .protec .sidebar .espacio {
    background: url(img/border-ads-page-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 8.125rem;
    padding-top: 4.25rem; }
  .protec .sidebar .espacio img {
    padding-top: 5.25rem;
    margin: auto;
    display: block;
    width: 33.44rem;
    height: 33.13rem; }
  .faqs {
    background: url(img/human-bg.png) scroll repeat-x bottom left; }
    .faqs .espacio a {
      font-size: 1rem; }
    .faqs .regresar a {
      font-size: 1rem; }
    .faqs .leftc .comp .share-img-m {
      position: relative; }
    .faqs .leftc p {
      text-align: justify; }
    .faqs button {
      width: 17rem; }
    .faqs .rrssb-buttons li.rrssb-googleplus a {
      margin: 0 0 0 24.5625rem; }
    .faqs .rrssb-buttons li.rrssb-twitter a {
      height: 4.688rem;
      width: 7.438rem;
      margin: 0 0 0 17.5625rem; }
    .faqs .rrssb-buttons li.rrssb-linkedin a {
      height: 4.688rem;
      width: 7.438rem;
      margin: 0 0 0 10.5625rem; }
    .faqs .rrssb-buttons li.rrssb-facebook a {
      margin: 0 0 0 3rem; }
    .faqs .medium-12 {
      width: 50%; }
    .faqs .blue-box {
      padding: 1.25rem 1.25rem 6.25rem !important;
      background-size: cover !important; }
      .faqs .blue-box .form input[type="submit"] {
        margin: 0.9375rem 0 !important;
        width: 100% !important;
        height: 4rem;
        font-size: 1.5rem !important;
        background: #ffa14a url(img/arrow-btn-azul.png) scroll no-repeat 85% center !important;
        background-size: 30px !important; }
    .faqs .leftc {
      padding-top: 0;
      padding-left: 0.9375rem; }
      .faqs .leftc .share-img-bottom {
        width: 100%; }
      .faqs .leftc .communicate h2 {
        font-size: 1.875rem;
        line-height: 1.875rem; }
      .faqs .leftc .communicate .phone {
        width: 100%;
        float: none;
        min-height: 1px;
        border: 0;
        padding: 0 0 10px 0;
        text-align: center; }
        .faqs .leftc .communicate .phone h3 {
          text-align: center;
          display: inline-block;
          font-size: 1.25rem;
          line-height: 1.25rem;
          word-break: break-all; }
      .faqs .leftc .title h1 {
        padding: 0 0 30px 0 !important;
        font-size: 1.875rem;
        color: #393939;
        font-weight: 300;
        line-height: 1.875rem; }
    .faqs .small-breadcrumb {
      display: none; }
    .faqs .leftc .title .share-img-m {
      display: none; }
  .simple {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    .simple .right {
      padding-left: 0; }
  .business .content-page {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    .business .content-page .content-business .portal {
      margin-bottom: 2rem;
      width: 100%;
      text-align: center; }
      .business .content-page .content-business .portal img {
        margin: auto;
        float: none; }
    .business .content-page .des-business .p-content {
      width: 100%; }
      .business .content-page .des-business .p-content .parrafo {
        margin-bottom: 1rem; }
    .business .content-page .commercial-form {
      margin-top: 6rem;
      border-top: 1px dashed #cccccc;
      padding-top: 2rem; }
      .business .content-page .commercial-form .it {
        padding-left: 1rem; }
    .business .content-page .ads-responsive {
      margin: 4rem auto; }
  .general .share-img-mob {
    padding: 4.375rem 0 6.25rem 0;
    text-align: center; }
  .general .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -6rem; }
  .general .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem;
    height: 4.688rem;
    width: 7.438rem; }
  .general .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -2.4375rem;
    height: 4.688rem;
    width: 7.438rem; }
  .general .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -0.8375rem !important; }
  .general h1.titulo {
    padding: 0 0 30px 0 !important;
    font-size: 1.875rem;
    color: #393939;
    font-weight: 300;
    line-height: 1.875rem; }
  .general .small-breadcrumb {
    display: none; }
  .general .accordion-title:hover {
    background: url(img/arrow-header_2.png) no-repeat !important;
    background-position: 97% center !important; }
  .general .accordion {
    list-style-type: none;
    background: #fefefe;
    border: 0px solid #e6e6e6;
    border-radius: 0;
    margin-left: 0; }
    .general .accordion a h3 {
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .general .accordion .icon {
      float: left;
      padding-top: 0.5rem;
      min-height: 4rem;
      width: 50px; }
    .general .accordion span {
      font-size: 1.5rem; }
    .general .accordion .item-desc {
      min-height: 3rem;
      margin-bottom: 1.25rem;
      width: 90%;
      float: left; }
    .general .accordion .content {
      display: none; }
  .general .accordion-title {
    background: transparent;
    background: url(img/arrow-header.png) no-repeat !important;
    background-position: 97% center !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 18px;
    text-align: left;
    color: #0B304C;
    height: auto;
    line-height: 26px;
    max-width: 100%;
    display: block;
    padding-left: 0; }
  .general .ui-accordion-content-active::after {
    content: '';
    display: block;
    clear: both; }
  .general .content-page {
    padding: 0 0.9375rem 0 0.9375rem; }
    .general .content-page .share-img {
      display: none; }
  .report .right {
    background: transparent; }
    .report .right .espacio {
      margin: 0; }
  .report .leftc {
    padding: 0; }
  .report .small-breadcrumb {
    display: none; }
  .report h1.titulo {
    padding: 0 0 2.5rem 3.5rem; }
  .report .responsive {
    width: 100%; }
  .report .leftc .contenedor {
    margin: 0 3.563rem 0; }
  .report .share-img-mob {
    padding: 3rem 0 9rem 0; }
  .report .rrssb-buttons li.rrssb-linkedin a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 0.5625rem; }
  .report .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 2.5625rem;
    height: 4.688rem;
    width: 7.438rem; }
  .report .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 4.5625rem; }
  .report .contenedor .columns {
    width: 100%;
    padding: 0;
    margin-bottom: 5rem; } }

@media screen and (max-width: 47.94rem) {
  .prod .contact-banner a {
    width: 44rem;
    font-size: 1.5rem;
    line-height: 4.75rem; }
  .prod .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -1rem; }
  .prod .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.5625rem; }
  .prod .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 2.5625rem; }
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 9.5625rem; }
  .prod .leftc .share-img-mob {
    display: none; }
  .prod .sidebar-blue .copy ul li span {
    width: 92%; }
  .about .leftc .share-img-mob {
    display: none; }
  .about .contact-banner a {
    width: 39.88rem;
    font-size: 1.5rem;
    line-height: 4.75rem; }
  .about .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 0rem !important; }
  .about .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 3.5625rem;
    height: 4.688rem;
    width: 7.438rem; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 1.5625rem;
    height: 4.688rem;
    width: 7.438rem; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 10.5625rem; }
  .about .sidebar-blue .copy ul li span {
    width: 92%; }
  .about .sidebar .espacio {
    background-size: initial; }
    .about .sidebar .espacio img {
      padding-top: 5.25rem;
      margin: auto;
      display: block;
      width: 33.44rem;
      height: 33.13rem; }
  .prod .contact-banner h4 {
    font-size: 3rem;
    padding: 0 0 1.875rem 0;
    text-align: center; }
  .prod .titulo3 {
    font-size: 3rem; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec .contact-banner a {
    width: 39.88rem;
    font-size: 1.5rem;
    line-height: 4.75rem; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 4.5625rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 11.5625rem; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 2.5625rem; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 0rem; }
  .protec .sidebar-blue .copy ul li span {
    width: 92%; }
  .protec .leftc {
    padding: 0;
    margin-top: 0; }
  .faqs .medium-12 {
    width: 100%; }
  .faqs .link-block1 .rightc-in {
    margin: 2.5rem 0 0 0; }
  .faqs .link-block1 .linea {
    border-right: 0; }
  .general .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .general .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -6rem; }
  .general .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem; }
  .general .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -2.4375rem; }
  .general .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -0.8375rem !important; } }

@media screen and (max-width: 43.13rem) {
  .hide-small {
    display: none; }
  .show-small {
    display: block; }
  .prod .leftc h3 {
    padding-top: 3.25rem;
    font-size: 2.5rem; }
  .prod .conten .item-content h4 {
    font-size: 1.5rem; }
  .prod .conten .item-content p {
    font-size: 1.5rem; }
  .prod .leftc .contenido p {
    font-size: 1.5rem; }
  .rrssb-buttons li a .rrssb-icon {
    padding-top: 18px; }
  .rrssb-buttons li a .rrssb-icon svg {
    height: 2.25rem !important;
    width: 2.25rem !important; }
  .rrssb-buttons.small-format li a .rrssb-icon {
    padding-top: 18px; }
  .rrssb-buttons.small-format li a .rrssb-icon svg {
    top: 0; }
  .prod .rrssb-buttons li {
    padding: 0 2px !important; }
  .prod .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 1rem; }
  .prod .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 7.5625rem; }
  .prod .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 14.2625rem; }
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 21.1625rem !important; }
  .prod .titulo3 {
    font-size: 3rem;
    padding: 6.125rem 0 0 3.5rem; }
  .prod .leftc {
    width: 100%;
    padding: 0; }
  .prod .small-breadcrumb {
    display: none; }
  .prod .share-img {
    display: none; }
  .prod .titulo3 {
    padding: 6.125rem 0 0 3.5rem;
    color: #393939; }
  .prod .contenido {
    padding: 0;
    margin: 0 3.563rem 0; }
  .prod .conten {
    margin: 0 3.563rem 0; }
  .prod .contact-banner a {
    width: 34rem;
    font-size: 1.2rem;
    line-height: 4.75rem; }
  .prod .contact-banner h4 {
    font-size: 3rem;
    text-align: center;
    line-height: 2.563rem; }
  .rrssb-buttons li.rrssb-email a {
    display: none; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 0rem; }
  .rrssb-buttons li a .rrssb-text {
    display: none; }
  .rrssb-buttons li.rrssb-linkedin a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 -6.4375rem; }
  .rrssb-buttons li.rrssb-twitter a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 -5.7375rem; }
  .rrssb-buttons li.rrssb-googleplus a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 -2.8375rem !important; }
  .prod .leftc .share-img-bottom {
    width: 35%; }
  .rrssb-buttons li a .rrssb-icon svg {
    height: 2.25rem;
    width: 2.25rem; }
  .rrssb-buttons li a .rrssb-icon {
    left: 40px;
    padding-top: 18px; }
  .prod .products .rigthc {
    width: 100%;
    background: none;
    padding-left: 0; }
  .prod .sidebar-blue {
    background-size: 100%;
    padding: 0;
    min-height: 45.81rem; }
  .prod .sidebar-blue .copy {
    margin: 0;
    padding: 7.938rem 8.9rem 0 3.688rem;
    width: 100%; }
  .prod .sidebar-blue .copy ul li span .blue-sidebar-text {
    font-size: 1.563rem; }
  .prod .widget a img {
    width: 100%; }
  .prod .sidebar-blue .copy ul li span {
    font-size: 1.563rem;
    width: 92%; }
  .prod .sidebar-blue .copy h2 {
    font-size: 2.5rem;
    text-align: justify;
    line-height: 3rem;
    padding: 0 0 4.25rem 0; }
  .prod .sidebar h6 {
    width: 8.25rem;
    height: 8.25rem;
    border-radius: 5.5rem;
    font-size: 2.188rem;
    padding: 2rem 0 0 0;
    margin: -4.5rem 0 0 -3.188rem;
    line-height: 2rem; }
  .prod .sidebar h6 sub {
    font-size: 3.813rem; }
  .prod .sidebar-blue .copy ul li sub {
    font-size: 2.5rem; }
  .prod .sidebar h2.titulo2 {
    text-align: center;
    font-size: 3.75rem;
    padding: 0.75rem 0 3.938rem 0; }
  .prod .leftc .share-img-mob {
    display: none; }
  .prod .sidebar h3 {
    font-size: 1.875rem;
    padding: 7.5rem 0 5.375rem 0;
    text-align: justify;
    font-weight: bold;
    margin: 0 3.563rem 0; }
  .prod .sidebar a.btn {
    font-size: 1.563rem;
    font-weight: 700;
    width: 23.25rem;
    padding: 3.63rem 0 0 0;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 5.6rem; }
  .prod .sidebar .espacio {
    background: url(img/border-ads-page-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 8.125rem;
    padding-top: 4.25rem; }
  .prod .sidebar p {
    display: none; }
  .about .leftc {
    padding: 0; }
  .about .rigthc {
    padding: 0; }
  .about .contenedor .columns {
    padding: 0; }
  .about .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -5rem !important; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 -2.4375rem; }
  .about .rrssb-buttons li.rrssb-twitter a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 0.2625rem; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 7.1625rem !important; }
  .about .contenedor .item-content p {
    width: 100%; }
  .about .leftc .share-img-mob {
    display: none; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec .leftc {
    width: 100%;
    padding: 0;
    margin-top: 0; }
  .protec .small-breadcrumb {
    display: none; }
  .protec .share-img {
    display: none; }
  .protec .titulo3 {
    padding: 5.125rem 0 0 3.5rem;
    color: #393939; }
  .protec .cont {
    padding: 0;
    margin: 0 3.563rem 0; }
  .protec .cuadros .item-content {
    margin: 0 3.563rem 0;
    width: initial;
    padding-top: 3rem; }
  .protec .cont h2 {
    font-size: 1.5rem; }
  .protec .cont .parrafo {
    font-size: 1.5rem; }
  .protec .cont a {
    font-size: 1.5rem; }
  .protec .cont .parrafo2 {
    font-size: 1.5rem; }
  .protec .cuadros .parent {
    margin: 4.063rem 3.563rem 5.188rem;
    float: none; }
  .protec .cuadros h2 {
    font-size: 1.5rem;
    padding-top: 3rem; }
  .protec .cuadros span {
    font-size: 1.5rem; }
  .protec h6 {
    padding: 2.125rem 0 0 3.5rem;
    font-size: 2.5rem; }
  .protec .orientacion .item-content-2 {
    margin: 0 3.563rem 5.813rem;
    float: none;
    width: initial; }
  .protec .orientacion .item-content-2 h2 {
    font-size: 1.5rem; }
  .protec .orientacion .item-content-2 .parrafo3 {
    font-size: 1.5rem; }
  .protec .orientacion .item-content-2 a {
    font-size: 1.5rem; }
  .protec .titulo-news {
    font-size: 3rem;
    text-align: center;
    float: none; }
  .protec .news img {
    width: 100%; }
  .protec .news .columns {
    width: 100%; }
  .protec .news .item-content {
    margin: 0 1.563rem 0; }
  .protec .news .item-content h3 {
    font-size: 1.5rem; }
  .protec .news .item-content p {
    width: initial;
    font-size: 1.5rem; }
  .protec .news .item-content a {
    font-size: 1.5rem; }
  .protec .protect .rigthc {
    width: 100%;
    background: none; }
  .protec .sidebar h2.titulo2 {
    text-align: center;
    font-size: 3.75rem;
    padding: 0.75rem 0 3.938rem 0; }
  .protec .widget a img {
    width: 100%; }
  .protec .sidebar h6 {
    width: 8.25rem;
    height: 8.25rem;
    border-radius: 5.5rem;
    font-size: 2.188rem;
    padding: 2rem 0 0 0;
    margin: -4.5rem 0 0 -2.188rem;
    line-height: 2rem; }
  .protec .sidebar h6 sub {
    font-size: 3.813rem; }
  .protec .sidebar h3 {
    font-size: 1.875rem;
    padding: 7.5rem 0 5.375rem 0;
    text-align: justify;
    font-weight: bold;
    margin: 0 3.563rem 0; }
  .protec .sidebar p {
    display: none; }
  .protec .sidebar a.btn {
    font-size: 1.563rem;
    font-weight: 700;
    width: 23.25rem;
    padding: 3.63rem 0 0 0;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 5.6rem; }
  .protec .sidebar .espacio {
    background: url(img/border-ads-page-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 8.125rem;
    padding-top: 4.25rem; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -4rem; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -1.4375rem; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 0.2625rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 7.1625rem !important; }
  .faqs .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -1rem; }
  .faqs .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 5.5625rem; }
  .faqs .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 12.5625rem; }
  .faqs .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 18.1625rem !important; }
  .faqs .link-block1 .rightc {
    padding: 0; }
  .general .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .general .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -6rem; }
  .general .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem; }
  .general .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -2.4375rem; }
  .general .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -0.8375rem !important; }
  .report .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -5rem; }
  .report .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -2.4375rem; }
  .report .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -0.4375rem; }
  .report .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 2.1625rem !important; } }

@media screen and (max-width: 40rem) {
  .show-small-640 {
    display: block; }
  .hide-small-640 {
    display: none; }
  .prod .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -1rem; }
  .prod .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 5.5625rem; }
  .prod .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 12.2625rem; }
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 19.1625rem !important; }
  .protec .titulo3 {
    font-size: 2.5rem; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -5rem; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -3.4375rem; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -1.7375rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 4.1625rem !important; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 3.1625rem !important; }
  .about .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -2.7375rem; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem; }
  .about .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -6rem !important; }
  .about .leftc .share-container {
    max-width: 700px; }
  .report .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -6rem; }
  .report .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem; }
  .report .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -2.4375rem; }
  .report .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -0.8375rem !important; } }

@media screen and (max-width: 37.5rem) {
  .hide-small {
    display: none; }
  .show-small {
    display: block; }
  .about .leftc {
    padding: 0; }
  .about .rigthc {
    padding: 0; }
  .about .contenedor .columns {
    padding: 0; }
  .prod .leftc h3 {
    padding-top: 3.25rem;
    font-size: 2.5rem; }
  .prod .conten .item-content h4 {
    font-size: 1.5rem; }
  .prod .conten .item-content p {
    font-size: 1.5rem; }
  .prod .leftc .contenido p {
    font-size: 1.5rem; }
  .prod .leftc {
    width: 100%;
    padding: 0; }
  .prod .small-breadcrumb {
    display: none; }
  .prod .share-img {
    display: none; }
  .prod .titulo3 {
    padding: 6.125rem 0 0 4rem !important;
    color: #393939; }
  .prod .contenido {
    padding: 0;
    margin: 0 3.563rem 0; }
  .prod .conten {
    margin: 0 3.563rem 0; }
  .rrssb-buttons.small-format li a .rrssb-icon {
    padding-top: 0; }
  .prod .contact-banner a {
    width: 32.88rem;
    font-size: 1.1rem;
    line-height: 4.75rem; }
  .prod .contact-banner a span {
    padding: 0.5rem 3.188rem 1rem 0; }
  .prod .contact-banner h4 {
    font-size: 2.5rem;
    text-align: center;
    line-height: 2.563rem; }
  .prod .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 0rem; }
  .prod .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 5.5625rem; }
  .prod .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 11.2625rem; }
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 17.1625rem !important; }
  .rrssb-buttons li.rrssb-email a {
    display: none; }
  .rrssb-buttons li.rrssb-facebook a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 -2rem; }
  .rrssb-buttons li a .rrssb-text {
    display: none; }
  .rrssb-buttons li.rrssb-linkedin a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 0.5625rem; }
  .rrssb-buttons li.rrssb-twitter a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 -1.7375rem; }
  .rrssb-buttons li.rrssb-googleplus a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 -2.8375rem !important; }
  .prod .leftc .share-img-bottom {
    width: 35%; }
  .rrssb-buttons li a .rrssb-icon svg {
    height: 2.25rem;
    width: 2.25rem; }
  .rrssb-buttons li a .rrssb-icon {
    left: 40px;
    padding-top: 18px; }
  .rrssb-buttons.small-format li a .rrssb-icon svg {
    top: 16px; }
  .prod .titulo3 {
    font-size: 3rem;
    padding: 4.125rem 0 0 4rem; }
  .prod .products .rigthc {
    width: 100%;
    background: none;
    padding-left: 0; }
  .prod .sidebar-blue {
    background-size: 100%;
    padding: 0;
    min-height: 45.81rem; }
  .prod .sidebar-blue .copy {
    margin: 0;
    padding: 7.938rem 8.9rem 0 3.688rem;
    width: 100%; }
  .prod .sidebar-blue .copy ul li span .blue-sidebar-text {
    font-size: 1.563rem; }
  .prod .sidebar-blue .copy ul li {
    min-height: 6.438rem; }
  .prod .widget a img {
    width: 100%; }
  .prod .sidebar-blue .copy ul li span {
    font-size: 1.563rem;
    width: 91%; }
  .prod .sidebar-blue .copy h2 {
    font-size: 2.5rem;
    text-align: justify;
    line-height: 3rem;
    padding: 0 0 0 0; }
  .prod .sidebar h6 {
    width: 8.25rem;
    height: 8.25rem;
    border-radius: 5.5rem;
    font-size: 2.188rem;
    padding: 2rem 0 0 0;
    margin: -4.5rem 0 0 -3.188rem;
    line-height: 2rem; }
  .prod .sidebar h6 sub {
    font-size: 3.813rem; }
  .prod .sidebar-blue .copy ul li sub {
    font-size: 2.5rem; }
  .prod .sidebar h2.titulo2 {
    text-align: center;
    font-size: 3.75rem;
    padding: 0.75rem 0 3.938rem 0; }
  .prod .sidebar h3 {
    font-size: 1.875rem;
    padding: 7.5rem 0 5.375rem 0;
    text-align: justify;
    font-weight: bold;
    margin: 0 3.563rem 0; }
  .prod .leftc .share-img-mob {
    display: none; }
  .prod .sidebar a.btn {
    font-size: 1.563rem;
    font-weight: 700;
    width: 23.25rem;
    padding: 3.63rem 0 0 0;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 5.6rem; }
  .prod .sidebar .espacio {
    background: url(img/border-ads-page-2.png);
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 8.125rem;
    padding-top: 4.25rem; }
  .prod .sidebar p {
    display: none; }
  .about .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 0rem !important; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 5.5625rem; }
  .about .rrssb-buttons li.rrssb-twitter a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 11.2625rem; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 17.1625rem !important; }
  .about .titulo3 {
    font-size: 2rem !important; }
  .about .leftc .contenedor {
    margin: 1.25rem 3.563rem 0 !important; }
  .about .share-img {
    width: 35%; }
  .about .leftc .share-img-mob {
    display: none; }
  .about .contenedor .item1,
  .content-page .contenedor .item3 {
    width: 100%; }
  .about .contenedor img {
    width: 100%; }
  .about .contenedor .item-content h3 {
    font-size: 1.875rem; }
  .about .contenedor .item-content p {
    width: 100%; }
  .about .contenedor .columns {
    width: 100%; }
  .about .leftc .share-img-bottom {
    width: 35%; }
  .protec .leftc .share-img-mob {
    display: none; }
  .protec .titulo-news {
    font-size: 3rem; }
  .protec .leftc .share-img-bottom {
    width: 35%; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 0rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 17.1625rem !important; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 11.2625rem; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 5.5625rem; }
  .protec .leftc {
    padding: 0;
    margin-top: 0; }
  .protec .sidebar h6 {
    margin: -4.5rem 0 0 -3.188rem; }
  .protec .sidebar h2.titulo2 {
    font-size: 3rem; }
  .protec .titulo3 {
    font-size: 2.5rem; }
  .faqs .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -2rem; }
  .faqs .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 4.2rem; }
  .faqs .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 10.5625rem; }
  .faqs .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 17.1625rem !important; }
  .faqs button {
    width: 14rem;
    font-size: 0.675rem; }
  .general .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .general .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -6rem; }
  .general .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem; }
  .general .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -2.4375rem; }
  .general .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -0.8375rem !important; } }

@media screen and (max-width: 35.5rem) {
  .about .leftc .share-img-bottom {
    display: none; }
  .about .leftc .share-img-mob {
    display: block; }
  .about .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -6rem !important; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem; }
  .about .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -2.7375rem; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -1.3375rem !important; }
  .prod .leftc .share-img-bottom {
    display: none; }
  .prod .leftc .share-img-mob {
    display: block; }
  .prod .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -6rem !important; }
  .prod .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem; }
  .prod .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -2.7375rem; }
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -1.3375rem !important; }
  .protec .leftc .share-img-bottom {
    display: none; }
  .protec .leftc .share-img-mob {
    display: block; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -6rem !important; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -2.7375rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -1.3375rem !important; }
  .protec .titulo3 {
    padding: 3.125rem 0 0 1.5rem;
    font-size: 2.5rem; }
  .protec .cont {
    margin: 0 1.563rem 0; }
  .protec .cuadros .item-content {
    margin: 0 1.563rem 0; }
  .protec .cuadros .parent {
    margin: 4.063rem 1.563rem 5.188rem; }
  .protec h6 {
    padding: 2.125rem 0 0 1.5rem; }
  .protec .orientacion .item-content-2 {
    margin: 0 1.563rem 5.813rem; }
  .faqs .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -2rem; }
  .faqs .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 3.5625rem; }
  .faqs .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 9.5625rem; }
  .faqs .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 15.1625rem !important; } }

@media screen and (max-width: 33.69rem) {
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 16.1625rem !important; }
  .prod .rrssb-buttons li {
    width: 42px !important; }
  .prod .leftc .share-img-mob {
    display: block;
    width: 100%;
    padding: 10px 70px;
    text-align: center; }
  .rrssb-buttons li a .rrssb-icon svg {
    height: 17px !important;
    width: 17px !important; }
  .rrssb-buttons li a .rrssb-icon {
    padding-top: 9px !important; }
  .rrssb-buttons li a {
    height: 100% !important;
    width: 100% !important; }
  .prod .share-container {
    max-width: 600px; }
  .prod .rrssb-buttons li.rrssb-facebook a {
    padding: 0;
    margin: 0 0 0 4rem !important; }
  .prod .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 4.5625rem; }
  .prod .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 5.2625rem; }
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 5.5625rem !important; }
  .prod .contact-banner a {
    width: 29.88rem;
    font-size: 1.1rem;
    line-height: 4.75rem; }
  .prod .rrssb-buttons.tiny-format li a .rrssb-icon svg {
    width: 2.25rem; }
  .prod .titulo3 {
    font-size: 2rem !important;
    padding: 7.125rem 0 0 1.5rem !important; }
  .prod .contenido {
    margin: 0 1.563rem 0; }
  .prod .leftc h3 {
    font-size: 2rem; }
  .prod .sidebar .espacio {
    background: url(img/border-ads-page-2.png);
    background-size: 30.56rem;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 8.125rem;
    padding-top: 4.25rem; }
  .prod .sidebar .espacio img {
    padding-top: 5.25rem;
    margin: auto; }
  .prod .sidebar-blue .copy h2 {
    font-size: 1.2rem; }
  .prod .sidebar-blue .copy ul li span {
    font-size: 1.2rem; }
  .prod .sidebar-blue .copy ul li sub {
    font-size: 1.5rem !important; }
  .prod .sidebar-blue .copy ul li {
    min-height: 3.438rem; }
  .prod .leftc .share-img-bottom {
    display: none; }
  .prod .sidebar .espacio img {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .prod .products .rigthc {
    padding: 0; }
  .prod .sidebar-blue {
    min-height: 40.81rem; }
  .prod .sidebar h2.titulo2 {
    font-size: 3rem; }
  .prod .conten {
    margin: 0 1.563rem 0; }
  .prod .sidebar h3 {
    font-size: 1.5rem;
    padding: 5.5rem 0 5.375rem 0; }
  .protec .orientacion .item-content-2 {
    margin: 1.25rem 1.563rem 2.813rem; }
  .protec .leftc .share-img-bottom {
    display: none; }
  .protec .cont {
    margin: 0 1.563rem 0; }
  .protec .cuadros .item-content {
    margin: 0 1.563rem 0; }
  .protec .cuadros .parent {
    margin: 0 1.563rem 0; }
  .protec .leftc .share-img-mob {
    display: block;
    width: 100%;
    padding: 10px 100px;
    text-align: center; }
  .protec .share-container {
    max-width: 600px; }
  .protec .leftc {
    padding: 0;
    margin-top: 0; }
  .protec .titulo3 {
    padding: 4.125rem 0 0 1.5rem;
    font-size: 2rem; }
  .protec .cont h2 {
    font-size: 1.2rem; }
  .protec .cuadros h2 {
    font-size: 1.2rem;
    padding-top: 2rem; }
  .protec h6 {
    font-size: 2rem;
    padding: 2.125rem 0 0 1.5rem; }
  .protec .orientacion .item-content-2 h2 {
    font-size: 1.2rem; }
  .protec .rrssb-buttons.tiny-format li a .rrssb-icon svg {
    width: 2.25rem; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -9rem !important; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -7.4375rem; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -5.7375rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -3.8375rem !important; }
  .protec .titulo-news {
    font-size: 3rem; }
  .protec .sidebar h2.titulo2 {
    font-size: 3rem; }
  .protec .sidebar .espacio {
    background-size: 30.56rem; }
    .protec .sidebar .espacio img {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important; }
  .protec .sidebar h6 {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 5.5rem;
    font-size: 2rem;
    padding: 1rem 0 0 0;
    margin: -4.5rem 0 0 -2.188rem;
    line-height: 2rem; }
    .protec .sidebar h6 sub {
      font-size: 3rem; }
  .protec .sidebar h3 {
    font-size: 1.5rem;
    padding: 3.5rem 0 5.375rem 0; }
  .about .titulo3 {
    padding: 3.125rem 0 0 1.5rem !important; }
  .about h1.titulo {
    margin-bottom: 0;
    padding: 3.125rem 0 0 1.5rem;
    font-size: 2rem; }
  .about .leftc .share-img-mob {
    display: block;
    width: 100%;
    padding: 10px 110px;
    text-align: center; }
  .about .share-container {
    max-width: 600px; }
  .about .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -5rem !important; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -4.4375rem; }
  .about .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -3.7375rem; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -2.8375rem !important; }
  .about .rrssb-buttons.tiny-format li a .rrssb-icon svg {
    width: 2.25rem; }
  .about .leftc .share-img-bottom {
    display: none; }
  .about .sidebar h6 {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 5.5rem;
    font-size: 1.5rem;
    padding: 1rem 0 0 0;
    margin: -4.5rem 0 0 -2.188rem;
    line-height: 2rem; }
    .about .sidebar h6 sub {
      font-size: 3rem; }
  .about .leftc .contenedor {
    margin: 0 1.563rem 0 !important; }
  .about .sidebar h2.titulo2 {
    font-size: 3rem; }
  .about .sidebar h3 {
    font-size: 1.3rem;
    padding: 4.5rem 0 5.375rem 0; }
  .about .contenedor .item-content h3 {
    font-size: 1.5rem; }
  .about .sidebar .espacio {
    background-size: 29.56rem; }
    .about .sidebar .espacio img {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important; }
  .faqs .link-block h2 {
    font-size: 1.875rem; }
  .faqs .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 9.1625rem !important; }
  .faqs .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 7.5625rem; }
  .faqs .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 7rem; }
  .faqs .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 8.5625rem; }
  .general .accordion .item-desc {
    width: 80%;
    float: left; }
  .general .content-page .parrafo {
    margin-bottom: 4rem;
    text-align: justify; }
  .general .rrssb-buttons li {
    height: 100% !important;
    padding: 0 2px !important; }
  .general .rrssb-buttons li a .rrssb-icon svg {
    height: 17px !important;
    width: 17px !important; }
  .general .rrssb-buttons.small-format li a .rrssb-icon svg {
    top: 0px; }
  .general .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .general .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -3rem; }
  .general .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -2.4375rem; }
  .general .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -1.4375rem; }
  .general .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -0.8375rem !important; }
  .report .share-img-mob {
    display: block;
    width: 100%;
    padding: 10px 110px;
    text-align: center;
    margin: -7.5rem 0 4rem 0; }
  .report h1.titulo {
    padding: 0 0 2.5rem 1.5rem;
    font-size: 2rem; }
  .report .leftc .contenedor {
    margin: 0 1.563rem 0; } }

@media screen and (max-width: 30rem) {
  .hide-small {
    display: none; }
  .show-small {
    display: block; }
  .app-responsive {
    width: 100%;
    max-width: 535px;
    margin: auto;
    background: url(img/back-app-responsive.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
    margin-top: 5.25rem;
    color: #fff;
    margin-bottom: 4rem; }
    .app-responsive .copy {
      padding: 1rem 1rem !important; }
      .app-responsive .copy h2 {
        color: #fefefe;
        font-size: 35px; }
      .app-responsive .copy h3 {
        color: #fefefe;
        font-size: 26px;
        padding-right: 9rem;
        font-weight: 200;
        line-height: 1.75rem; }
        .app-responsive .copy h3 strong {
          font-weight: 900; }
      .app-responsive .copy p {
        color: #fefefe;
        font-size: 16px;
        font-weight: 200;
        padding-right: 7rem;
        padding-top: 1rem; }
    .app-responsive .content-btn {
      background: #0c83c1;
      padding: 0.75rem 2rem;
      display: inline-block;
      text-align: center;
      width: 100%; }
      .app-responsive .content-btn .android {
        float: left;
        background: url(img/btn-android-res.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 130px;
        height: 39px;
        margin-left: 1.125rem; }
      .app-responsive .content-btn .ios {
        float: left;
        background: url(img/btn-ios-res.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 130px;
        height: 39px; }
  .content-page .sidebar .app-responsive {
    width: 88%;
    max-width: 535px;
    margin: auto;
    background: url(img/back-app-responsive.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
    margin-top: 5.25rem;
    color: #fefefe;
    text-align: left;
    margin-bottom: 4rem; }
    .content-page .sidebar .app-responsive .copy {
      padding: 2rem 1rem !important;
      display: block; }
      .content-page .sidebar .app-responsive .copy h2 {
        color: #fefefe;
        font-size: 35px; }
      .content-page .sidebar .app-responsive .copy h3 {
        color: #fefefe;
        font-size: 26px;
        font-weight: 200;
        padding: 0 9rem 0 0;
        line-height: 1.75rem;
        text-align: left;
        margin: 0; }
        .content-page .sidebar .app-responsive .copy h3 strong {
          font-weight: 900; }
      .content-page .sidebar .app-responsive .copy p {
        color: #fefefe;
        font-size: 16px;
        font-weight: 200;
        padding-right: 7rem;
        padding-top: 1rem;
        text-align: left;
        display: block;
        margin-top: 0; }
    .content-page .sidebar .app-responsive .content-btn {
      background: #0c83c1;
      padding: 0.75rem 2.5rem;
      display: inline-block;
      text-align: center;
      width: 100%; }
      .content-page .sidebar .app-responsive .content-btn .android {
        float: left;
        background: url(img/btn-android-res.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 130px;
        height: 39px;
        margin-left: 1.125rem; }
      .content-page .sidebar .app-responsive .content-btn .ios {
        float: left;
        background: url(img/btn-ios-res.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 130px;
        height: 39px; }
  .about .leftc {
    padding: 0; }
  .about .rigthc {
    padding: 0; }
  .about .contenedor .columns {
    padding: 0; }
  .about .leftc .share-img-bottom {
    display: none; }
  .prod .leftc h3 {
    padding-top: 3.25rem;
    font-size: 1.7rem; }
  .prod .conten .item-content h4 {
    font-size: 1.5rem; }
  .prod .conten .item-content p {
    font-size: 1rem; }
  .prod .leftc .contenido p {
    font-size: 1rem; }
  .prod .leftc {
    width: 100%;
    padding: 0; }
  .prod .small-breadcrumb {
    display: none; }
  .prod .share-img {
    display: none; }
  .prod .titulo3 {
    padding: 5.125rem 0 0 1.5rem !important;
    color: #393939;
    font-size: 2rem !important; }
  .prod .conten .item-content h3 {
    font-size: 1.5rem; }
  .prod .contenido {
    padding: 9.375rem 0 0 0;
    margin: 0 1.563rem 0; }
  .prod .conten {
    margin: 0 1.563rem 0; }
  .prod .rrssb-buttons li.rrssb-facebook a {
    padding: 0;
    margin: 0 0 0 0rem !important; }
  .prod .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.5625rem; }
  .prod .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 1.2625rem; }
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 1.5625rem !important; }
  .prod .rrssb-buttons li {
    width: 42px !important; }
  .prod .contact-banner a {
    width: 23rem;
    font-size: 0.744rem;
    line-height: 4.75rem; }
  .prod .contact-banner a span {
    padding: 2rem 3.188rem 2.25rem 0;
    background-size: 2.5rem; }
  .prod .contact-banner h4 {
    font-size: 2rem;
    text-align: center;
    line-height: 2.563rem; }
  .prod .rrssb-buttons.tiny-format li a .rrssb-icon svg {
    height: 100%;
    width: 100%; }
  .prod .leftc .share-img-mob {
    padding: 10px 100px; }
  .about .rrssb-buttons.tiny-format li a .rrssb-icon svg {
    height: 70%;
    width: 100%; }
  .rrssb-buttons.small-format {
    padding-top: 0; }
  .rrssb-buttons li {
    width: 42px !important;
    height: 100% !important;
    padding: 0 2px !important; }
  .about .leftc .share-container {
    max-width: 600px; }
  .about .rrssb-buttons.small-format li a .rrssb-icon svg {
    top: 0 !important; }
  .about .sidebar h2.titulo2 {
    font-size: 2.5rem; }
  .about .leftc .contenedor {
    margin: 0 1.563rem 0 !important; }
  .about .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 0rem !important; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.5625rem; }
  .about .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 1.2625rem; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 1.5625rem !important; }
  .about .parrafo {
    font-size: 1rem; }
  .about .sidebar a.btn {
    font-size: 1.3rem;
    font-weight: 700;
    width: 19.25rem;
    padding: 3.63rem 0 0 0;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 5.6rem; }
  .about .leftc .share-img-mob {
    padding: 10px 100px; }
  .rrssb-buttons li.rrssb-email a {
    display: none; }
  .rrssb-buttons li a .rrssb-text {
    display: none; }
  .rrssb-buttons li.small a {
    padding: 0; }
  .rrssb-buttons.small-format li a .rrssb-icon svg {
    top: 0 !important; }
  .rrssb-buttons li a {
    height: 100% !important;
    width: 100% !important;
    padding: 0; }
  .prod .leftc .share-img-bottom {
    width: 35%; }
  .rrssb-buttons li a .rrssb-icon svg {
    height: 17px;
    width: 17px; }
  .rrssb-buttons li a .rrssb-icon {
    left: auto;
    padding-top: 9px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: auto;
    display: block !important;
    width: 100%; }
  .rrssb-buttons.small-format li a .rrssb-icon svg {
    top: 16px; }
  .prod .products .rigthc {
    width: 100%;
    background: none;
    padding-left: 0;
    margin-bottom: 3rem; }
  .prod .sidebar-blue {
    background-size: 100%;
    padding: 0;
    min-height: 35.81rem; }
  .prod .sidebar-blue .copy ul li {
    min-height: 4.438rem; }
  .prod .sidebar-blue .copy {
    margin: 0;
    padding: 7.938rem 8.9rem 0 3.688rem;
    width: 100%; }
  .prod .sidebar-blue .copy ul li span .blue-sidebar-text {
    font-size: 1rem; }
  .prod .widget a img {
    width: 100%; }
  .prod .sidebar-blue .copy ul li span {
    font-size: 1rem;
    width: 88%; }
  .prod .sidebar-blue .copy h2 {
    font-size: 1.2rem;
    text-align: justify;
    line-height: 2rem;
    padding: 0 0 0.25rem 0; }
  .prod .sidebar h6 {
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 5.5rem;
    font-size: 1.5rem;
    padding: 1.25rem 0 0 0;
    margin: -3.5rem 0 0 -2.188rem;
    line-height: 1.75rem; }
  .prod .sidebar h6 sub {
    font-size: 2.75rem; }
  .prod .leftc .share-img-bottom {
    display: none; }
  .prod .sidebar-blue .copy ul li sub {
    font-size: 1.5rem; }
  .prod .sidebar h2.titulo2 {
    text-align: center;
    font-size: 2rem;
    padding: 0.75rem 0 3.938rem 0; }
  .prod .item-content ul li.col {
    font-size: 1rem; }
  .prod .item-content ul li {
    font-size: 1rem; }
  .prod .sidebar h3 {
    font-size: 1.2rem;
    padding: 4.5rem 0 1rem 0;
    text-align: justify;
    font-weight: bold;
    margin: 0 3.563rem 0; }
  .prod .sidebar a.btn {
    font-size: 1.1rem;
    font-weight: 700;
    width: 17.25rem;
    padding: 0.63rem 0 0 0.9375rem;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 2.3rem; }
  .prod .sidebar .espacio {
    background: url(img/border-ads-page-2.png);
    background-size: 17.56rem;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 2.125rem;
    padding-top: 2.25rem; }
  .prod .sidebar .espacio img {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .prod .sidebar p {
    display: none; }
  .about .sidebar .espacio {
    background-size: 26.56rem; }
    .about .sidebar .espacio img {
      height: initial; }
  .about .sidebar h6 {
    margin: -4.5rem 0 0 -2.188rem; }
  .about h1.titulo {
    font-size: 2rem; }
  .about .rrssb-buttons.tiny-format li {
    padding-right: 0px; }
  .protec .leftc .share-img-bottom {
    display: none; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -1rem !important; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -0.4375rem; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 0.2625rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 1.1625rem !important; }
  .protec .leftc .share-img-bottom {
    width: 47%; }
  .protec .leftc .share-img-mob {
    padding: 10px 110px; }
  .protec .news .item-content p {
    font-size: 1rem; }
  .protec .news .item-content a {
    font-size: 1rem; }
  .protec .leftc {
    padding: 0;
    margin-top: 0; }
  .protec .titulo3 {
    padding: 2.125rem 0 0 1.5rem;
    font-size: 2rem; }
  .protec .titulo-news {
    font-size: 2.5rem; }
  .protec .sidebar {
    padding-top: 0; }
  .protec .sidebar .espacio {
    background-size: 27.56rem;
    margin-top: 0; }
    .protec .sidebar .espacio img {
      height: initial; }
  .protec .sidebar h2.titulo2 {
    font-size: 3rem; }
  .protec .sidebar h3 {
    font-size: 1.375rem; }
  .protec .cont h2 {
    font-size: 1.2rem; }
  .protec .cont .parrafo {
    font-size: 1rem; }
  .protec .cont .parrafo2 {
    font-size: 1rem; }
  .protec .cont a {
    font-size: 1rem; }
  .protec .cuadros span {
    font-size: 1rem; }
  .protec .orientacion .item-content-2 .parrafo3 {
    font-size: 1rem; }
  .protec .orientacion .item-content-2 a {
    font-size: 1rem; }
  .protec .sidebar h6 {
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 5.5rem;
    font-size: 1.5rem;
    padding: 1rem 0 0 0;
    margin: -4.5rem 0 0 -2.188rem;
    line-height: 2rem; }
    .protec .sidebar h6 sub {
      font-size: 2rem; }
  .protec .sidebar a.btn {
    font-size: 1.3rem;
    font-weight: 700;
    width: 18.25rem;
    padding: 3.63rem 0 0 0;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 5.6rem; }
  .protec .cuadros h2 {
    font-size: 1.2rem;
    padding-top: 2rem; }
  .protec h6 {
    font-size: 2rem; }
  .protec .orientacion .item-content-2 h2 {
    font-size: 1.2rem; }
  .faqs .link-block h2 {
    font-size: 1.5rem; }
  .faqs .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 5.1625rem !important; }
  .faqs .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 3.5625rem; }
  .faqs .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 3rem; }
  .faqs .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 4.5625rem; }
  .faqs .leftc .blue-box .form input[type=search] {
    font-size: 1rem;
    margin: 0.125rem 0 0 1.125rem; }
  .business .content-page .des-business .p-content {
    padding-left: 0;
    padding-right: 0; }
  .business .content-page .content-business {
    display: block; }
    .business .content-page .content-business .portal {
      margin-bottom: 2rem;
      padding-left: 0;
      padding-right: 0; }
      .business .content-page .content-business .portal img {
        float: none;
        width: 100%; }
      .business .content-page .content-business .portal .item-content {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 2rem; }
        .business .content-page .content-business .portal .item-content .btn {
          font-size: 0.875rem;
          color: #fff;
          font-weight: 400;
          width: 100%;
          height: 3.125rem;
          text-align: center;
          box-shadow: none;
          text-transform: uppercase;
          border-radius: 0.3125rem;
          display: block;
          margin-top: 1.25rem;
          padding: 0.75rem 0.75rem; }
  .business .content-page .commercial-form h2 {
    font-size: 1.7rem; }
  .general .accordion a h3 {
    font-size: 1.3rem !important; }
  .general .accordion span {
    font-size: 1rem; }
  .general .accordion .icon {
    padding-top: 0rem !important; }
  .general .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .general .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -3rem; }
  .general .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -2.4375rem; }
  .general .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -1.4375rem; }
  .general .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -0.8375rem !important; }
  .report .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 2.1625rem !important; }
  .report .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 1.5625rem; }
  .report .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 0rem; }
  .report .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.5625rem; } }

@media screen and (max-width: 25.88rem) {
  .prod .leftc .share-img-mob {
    padding: 10px 70px; }
  .prod .sidebar .espacio {
    background-size: 22.56rem; }
  .protec .sidebar .espacio {
    background-size: 22.56rem; }
  .about .sidebar .espacio {
    background-size: 22.56rem; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -2rem !important; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -1.4375rem; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -0.7375rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 0.1625rem !important; }
  .about .leftc .share-img-mob {
    padding: 10px 70px; }
  .report .share-img-mob {
    padding: 10px 70px; } }

@media screen and (max-width: 23.69rem) {
  .hide-small {
    display: none; }
  .show-small {
    display: block; }
  .app-responsive {
    width: 100%;
    max-width: 535px;
    margin: auto;
    background: url(img/back-app-responsive.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
    margin-top: 5.25rem;
    color: #fff;
    margin-bottom: 4rem; }
    .app-responsive .copy {
      padding: 1rem 1rem !important; }
      .app-responsive .copy h2 {
        color: #fefefe;
        font-size: 35px; }
      .app-responsive .copy h3 {
        color: #fefefe;
        font-size: 23px;
        padding-right: 7rem;
        font-weight: 200;
        line-height: 1.75rem; }
        .app-responsive .copy h3 strong {
          font-weight: 900; }
      .app-responsive .copy p {
        color: #fefefe;
        font-size: 13px;
        font-weight: 200;
        padding-right: 6rem;
        padding-top: 1rem; }
    .app-responsive .content-btn {
      background: #0c83c1;
      padding: 0.75rem 0.75rem;
      display: inline-block;
      text-align: center;
      width: 100%; }
      .app-responsive .content-btn .android {
        float: left;
        background: url(img/btn-android-res.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 130px;
        height: 39px;
        margin-left: 1.125rem; }
      .app-responsive .content-btn .ios {
        float: left;
        background: url(img/btn-ios-res.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 130px;
        height: 39px; }
  .content-page .sidebar .app-responsive {
    width: 88%;
    max-width: 535px;
    margin: auto;
    background: url(img/back-app-responsive.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
    margin-top: 5.25rem;
    color: #fefefe;
    text-align: left;
    margin-bottom: 4rem; }
    .content-page .sidebar .app-responsive .copy {
      padding: 2rem 1rem !important;
      display: block; }
      .content-page .sidebar .app-responsive .copy h2 {
        color: #fefefe;
        font-size: 35px; }
      .content-page .sidebar .app-responsive .copy h3 {
        color: #fefefe;
        font-size: 21px;
        font-weight: 200;
        padding: 0 9rem 0 0;
        line-height: 1.75rem;
        text-align: left;
        margin: 0; }
        .content-page .sidebar .app-responsive .copy h3 strong {
          font-weight: 900; }
      .content-page .sidebar .app-responsive .copy p {
        color: #fefefe;
        font-size: 13px;
        font-weight: 200;
        padding-right: 7rem;
        padding-top: 1rem;
        text-align: left;
        display: block;
        margin-top: 0; }
    .content-page .sidebar .app-responsive .content-btn {
      background: #0c83c1;
      padding: 0.75rem 1.125rem;
      display: inline-block;
      text-align: center;
      width: 100%; }
      .content-page .sidebar .app-responsive .content-btn .android {
        float: left;
        background: url(img/btn-android-res.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 130px;
        height: 39px;
        margin-left: 1.125rem; }
      .content-page .sidebar .app-responsive .content-btn .ios {
        float: left;
        background: url(img/btn-ios-res.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 130px;
        height: 39px; }
  .about .leftc {
    padding: 0; }
  .about .rigthc {
    padding: 0; }
  .about .contenedor .columns {
    padding: 0; }
  .about .leftc .share-img-bottom {
    display: none; }
  .prod .rrssb-buttons li a .rrssb-icon svg {
    height: 17px !important;
    width: 17px !important; }
  .prod .leftc .share-img-mob {
    padding: 10px 50px; }
  .prod .rrssb-buttons li.rrssb-facebook a {
    background-color: #306199 !important; }
  .prod .rrssb-buttons {
    height: 36px !important; }
  .prod .leftc h3 {
    padding-top: 3.25rem;
    font-size: 1.5rem;
    text-align: justify; }
  .prod .conten .item-content h4 {
    font-size: 1.125rem; }
  .content-page .conten .accordion li.accordion-navigation a h4 {
    font-size: 1.125rem; }
  .prod .conten .item-content p {
    font-size: 1rem; }
  .prod .leftc .contenido p {
    font-size: 1rem; }
  .prod .item-content ul li.col {
    font-size: 1rem; }
  .prod .item-content ul li {
    font-size: 1rem; }
  .prod .leftc {
    width: 100%;
    padding: 0; }
  .prod .small-breadcrumb {
    display: none; }
  .prod .share-img {
    display: none; }
  .prod .titulo3 {
    padding: 9.125rem 0 0 1.5rem !important;
    color: #393939;
    font-size: 2rem !important;
    top: 0; }
  .prod .contenido {
    padding: 8.375rem 0 0 0;
    margin: 0 1.563rem 0; }
  .prod .conten {
    margin: 0 1.563rem 0; }
  .prod .contact-banner a {
    width: 19.88rem;
    font-size: 0.5999rem;
    line-height: 4.75rem; }
  .prod .contact-banner h4 {
    font-size: 1.4rem;
    text-align: center;
    line-height: 2.563rem; }
  .rrssb-buttons li.rrssb-email a {
    display: none; }
  .rrssb-buttons li a .rrssb-text {
    display: none; }
  .about .leftc .share-img-mob {
    padding: 10px 40px; }
  .about .rrssb-buttons {
    height: 36px !important; }
  .about .rrssb-buttons li {
    width: 42px !important; }
  .about .parrafo {
    font-size: 1rem; }
  .about .sidebar .espacio {
    background-size: 20.56rem; }
  .about .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 0rem !important;
    padding: 0;
    background-color: #306199 !important; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 0.5625rem; }
  .about .rrssb-buttons li.rrssb-twitter a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 1.2625rem; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    height: 4.688rem;
    width: 7.438rem;
    margin: 0 0 0 2.1625rem !important; }
  .about .rrssb-buttons li a .rrssb-icon svg {
    height: 17px !important;
    width: 17px !important; }
  .prod .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 1.5625rem !important; }
  .prod .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 1.2625rem; }
  .prod .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.5625rem; }
  .prod .tam {
    font-size: 1rem; }
  .prod .products .rigthc {
    width: 100%;
    background: none;
    padding-left: 0; }
  .prod .sidebar-blue {
    background-size: 100%;
    padding: 0;
    min-height: 30.81rem; }
  .prod .sidebar-blue .copy {
    margin: 0;
    padding: 3.938rem 3.9rem 0 2.125rem;
    width: 100%; }
  .prod .sidebar-blue .copy ul li span .blue-sidebar-text {
    font-size: 0.899rem; }
  .prod .widget a img {
    width: 100%; }
  .prod .sidebar-blue .copy ul li span {
    font-size: 1rem;
    width: 90%;
    margin-bottom: 0; }
  .prod .sidebar-blue .copy h2 {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 2rem;
    padding: 0 0 0 0; }
  .prod .sidebar h6 {
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 5.5rem;
    font-size: 1.5rem;
    padding: 1.25rem 0 0 0;
    margin: -3.5rem 0 0 -2.188rem;
    line-height: 1.75rem; }
  .prod .sidebar h6 sub {
    font-size: 2.75rem; }
  .prod .sidebar-blue .copy ul li sub {
    font-size: 1.5rem; }
  .prod .sidebar h2.titulo2 {
    text-align: center;
    font-size: 2rem;
    padding: 0.75rem 0 3.938rem 0; }
  .prod .sidebar h3 {
    font-size: 1.2rem;
    padding: 4.5rem 0 1rem 0;
    text-align: justify;
    font-weight: bold;
    margin: 0 3.563rem 0; }
  .prod .leftc .share-img-bottom {
    display: none; }
  .prod .sidebar a.btn {
    font-size: 1.1rem;
    font-weight: 700;
    width: 17.25rem;
    padding: 0.63rem 0 0 0.9375rem;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 2.3rem; }
  .prod .sidebar .espacio {
    background: url(img/border-ads-page-2.png);
    background-size: 17.56rem;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 2.125rem;
    padding-top: 2.25rem; }
  .prod .sidebar .espacio img {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }
  .prod .sidebar p {
    display: none; }
  .about h1.titulo {
    font-size: 2rem !important; }
  .about .sidebar h2.titulo2 {
    font-size: 2rem; }
  .about .sidebar h6 {
    margin: -4.5rem 0 0 -2.188rem; }
  .about .sidebar h3 {
    font-size: 1.3rem; }
  .about .sidebar a.btn {
    font-size: 1.275rem;
    width: 18.25rem; }
  .about .contenedor .item-content h3 {
    font-size: 1.2rem; }
  .about .contenedor .item-content p {
    font-size: 1.2rem; }
  .protec .leftc .share-img-mob {
    display: block;
    width: 100%;
    padding: 10px 40px;
    text-align: center; }
  .protec .rrssb-buttons {
    height: 36px !important; }
  .protec .rrssb-buttons li {
    width: 42px !important; }
  .protec .leftc .share-img-bottom {
    display: none; }
  .protec .titulo3 {
    padding: 3.125rem 0 0 1.5rem;
    color: #393939;
    font-size: 2rem;
    top: 6.25rem; }
  .protec .leftc {
    padding: 0;
    margin-top: 0; }
  .protec h6 {
    font-size: 2rem; }
  .protec .rrssb-buttons li a .rrssb-icon svg {
    height: 17px !important;
    width: 17px !important; }
  .protec .rrssb-buttons li.rrssb-facebook a {
    padding: 0;
    margin: 0 0 0 0rem !important;
    background-color: #306199 !important; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 2.1625rem !important; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 1.2625rem; }
  .protec .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.5625rem; }
  .protec .orientacion .item-content-2 h2 {
    font-size: 1.3rem; }
  .protec .sidebar {
    padding-top: 0; }
  .protec .titulo-news {
    font-size: 1.5rem; }
  .protec .news .item-content h3 {
    font-size: 1.3rem; }
  .protec .sidebar h2.titulo2 {
    font-size: 2rem;
    padding: 0.75rem 0 3.938rem 0; }
  .protec .cont h2 {
    font-size: 1.2rem; }
  .protec .cuadros h2 {
    font-size: 1.2rem; }
  .protec .sidebar h3 {
    font-size: 1.2rem;
    padding: 3.5rem 0 5.375rem 0;
    text-align: justify;
    font-weight: bold;
    margin: 0 3.563rem 0; }
  .protec .sidebar a.btn {
    font-size: 1.163rem;
    font-weight: 700;
    width: 18.25rem;
    padding: 2.63rem 0 0 0.9375rem;
    background: url(img/arrow-support-link-2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 4.6rem; }
  .protec .sidebar .espacio {
    background-size: 20.56rem; }
    .protec .sidebar .espacio img {
      height: initial; }
  .protec .sidebar h6 {
    margin: -4.5rem 0 0 -2.188rem; }
  .faqs .link-block h2 {
    font-size: 1.5rem; }
  .faqs .leftc .communicate .phone.email h4 a {
    font-size: 23px !important; }
  .faqs .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 3.1625rem !important; }
  .faqs .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 2rem; }
  .faqs .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 1rem; }
  .faqs .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 2.5625rem; }
  .faqs .leftc .blue-box .form input[type=search] {
    font-size: 0.399rem;
    margin: -1.875rem 0 0 1rem;
    text-align: center; }
  .content-page h1.titulo {
    font-size: 1.7rem !important; }
  .general .rrssb-buttons.small-format {
    padding-top: 0px; }
  .general .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .general .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -3rem; }
  .general .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -2.4375rem; }
  .general .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -1.4375rem; }
  .general .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -0.8375rem !important; }
  .report .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 0.1625rem !important; }
  .report .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -0.4375rem; }
  .report .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -1.4375rem; }
  .report .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -2rem; } }

@media screen and (max-width: 20rem) {
  .app-responsive {
    width: 100%;
    max-width: 535px;
    margin: auto;
    background: url(img/back-app-responsive.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
    margin-top: 5.25rem;
    color: #fff;
    margin-bottom: 4rem; }
    .app-responsive .copy {
      padding: 1rem 1rem !important; }
      .app-responsive .copy h2 {
        color: #fefefe;
        font-size: 35px; }
      .app-responsive .copy h3 {
        color: #fefefe;
        font-size: 19px;
        padding-right: 6rem;
        font-weight: 200;
        line-height: 1.5rem; }
        .app-responsive .copy h3 strong {
          font-weight: 900; }
      .app-responsive .copy p {
        color: #fefefe;
        font-size: 12px;
        font-weight: 200;
        padding-right: 5rem;
        padding-top: 0; }
    .app-responsive .content-btn {
      background: #0c83c1;
      padding: 0.75rem 0.25rem;
      display: inline-block;
      text-align: center;
      width: 100%; }
      .app-responsive .content-btn .android {
        float: left;
        background: url(img/btn-android-res.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 121px;
        height: 39px;
        margin-left: 0.25rem; }
      .app-responsive .content-btn .ios {
        float: left;
        background: url(img/btn-ios-res.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        width: 121px;
        height: 39px; }
  .content-page .sidebar .app-responsive {
    width: 88%;
    max-width: 535px;
    margin: auto;
    background: url(img/back-app-responsive.jpg);
    background-size: 105%;
    background-repeat: no-repeat;
    margin-top: 5.25rem;
    color: #fefefe;
    text-align: left;
    margin-bottom: 4rem; }
    .content-page .sidebar .app-responsive .copy {
      padding: 1rem 1rem !important;
      display: block; }
      .content-page .sidebar .app-responsive .copy h2 {
        color: #fefefe;
        font-size: 35px; }
      .content-page .sidebar .app-responsive .copy h3 {
        color: #fefefe;
        font-size: 19px;
        font-weight: 200;
        padding: 0 7rem 0 0;
        line-height: 1.5rem;
        text-align: left;
        margin: 0; }
        .content-page .sidebar .app-responsive .copy h3 strong {
          font-weight: 900; }
      .content-page .sidebar .app-responsive .copy p {
        color: #fefefe;
        font-size: 13px;
        font-weight: 200;
        padding-right: 7rem;
        padding-top: 0;
        text-align: left;
        display: block;
        margin-top: 0; }
    .content-page .sidebar .app-responsive .content-btn {
      background: #0c83c1;
      padding: 0.75rem 0.5rem;
      display: inline-block;
      text-align: center;
      width: 100%; }
      .content-page .sidebar .app-responsive .content-btn .android {
        float: right;
        background: url(img/btn-android-res.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 130px;
        height: 39px;
        margin-left: 0rem; }
      .content-page .sidebar .app-responsive .content-btn .ios {
        float: left;
        background: url(img/btn-ios-res.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 130px;
        height: 39px; }
  .prod .contact-banner a {
    width: 16.88rem; }
  .prod .leftc .share-img-mob {
    padding: 10px 30px; }
  .prod .rrssb-buttons li {
    height: 100% !important;
    padding: 0 2px !important; }
  .prod .rrssb-buttons.small-format {
    padding-top: 0; }
  .prod .rrssb-buttons.small-format li a .rrssb-icon svg {
    position: relative;
    top: 0; }
  .prod .sidebar-blue .copy ul li span {
    width: 89%; }
  .prod .titulo3 {
    font-size: 1.5rem !important;
    padding: 8.125rem 0 0 1.5rem; }
  .protec .rrssb-buttons.small-format {
    padding-top: 0; }
  .rrssb-buttons li a .rrssb-icon {
    padding-top: 9px !important; }
  .protec .rrssb-buttons li {
    height: 100% !important;
    padding: 0 2px !important; }
  .protec .leftc .share-img-mob {
    padding: 10px 20px; }
  .protec .rrssb-buttons li a {
    height: 100% !important;
    width: 100% !important; }
  .protec .rrssb-buttons.small-format li a .rrssb-icon svg {
    position: relative;
    top: 0; }
  .protec .sidebar h6 {
    margin: -4.5rem 0 0 -2.188rem; }
  .protec .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 2.1625rem !important; }
  .protec .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 1.2625rem; }
  .protec .sidebar .espacio {
    background-size: 17.56rem; }
  .about .leftc .share-img-mob {
    padding: 10px 20px; }
  .about .rrssb-buttons.small-format {
    padding-top: 0; }
  .about .rrssb-buttons li {
    height: 100% !important;
    padding: 0 2px !important; }
  .about .rrssb-buttons.small-format li a .rrssb-icon svg {
    position: relative;
    top: 0; }
  .about .sidebar .espacio {
    background-size: 16.56rem; }
  .about .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 1.2625rem; }
  .about .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 2.1625rem !important; }
  .about .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.5625rem; }
  .faqs .leftc .communicate h2 {
    font-size: 1.475rem; }
  .faqs .leftc .title h1 {
    font-size: 1.575rem; }
  .faqs .link-block h2 {
    font-size: 1.5rem; }
  .faqs .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 3.1625rem !important; }
  .faqs .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.2rem; }
  .faqs .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -1rem; }
  .faqs .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 1.5625rem; }
  .faqs .leftc .blue-box .form input[type=search] {
    font-size: 0.199rem;
    margin: -1.875rem 0 0 1.125rem; }
  .general .share-container {
    max-width: 600px;
    margin: auto; }
  .general .share-img-mob {
    padding: 4.375rem 0 6.25rem 0; }
  .general .rrssb-buttons.tiny-format {
    padding-top: 0; }
  .general .rrssb-buttons {
    height: 36px !important; }
  .general .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 -3rem; }
  .general .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 -2.4375rem; }
  .general .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 -1.4375rem; }
  .general .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 -0.8375rem !important; }
  .business .content-page .des-business .p-content {
    padding-left: 0;
    padding-right: 0; }
  .business .content-page .content-business .portal {
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0; }
    .business .content-page .content-business .portal img {
      float: none;
      width: 100%; }
    .business .content-page .content-business .portal .item-content {
      float: none;
      width: 100%;
      padding-left: 0;
      margin-top: 2rem; }
      .business .content-page .content-business .portal .item-content .btn {
        font-size: 0.8375rem;
        color: #fff;
        font-weight: 400;
        width: 100%;
        height: 3.125rem;
        text-align: center;
        box-shadow: none;
        text-transform: uppercase;
        border-radius: 0.3125rem;
        display: block;
        margin-top: 1.25rem;
        padding: 1rem 0.75rem; }
  .business .content-page .commercial-form h2 {
    font-size: 1.7rem; }
  .report .share-img-mob {
    padding: 10px 20px; }
  .report .rrssb-buttons li.rrssb-facebook a {
    margin: 0 0 0 0rem; }
  .report .rrssb-buttons li.rrssb-linkedin a {
    margin: 0 0 0 0.5625rem; }
  .report .rrssb-buttons li.rrssb-twitter a {
    margin: 0 0 0 1.5625rem; }
  .report .rrssb-buttons li.rrssb-googleplus a {
    margin: 0 0 0 2.1625rem !important; } }

.reveal-overlay {
  background-color: transparent; }
  .reveal-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #052675d9;
    backdrop-filter: blur(10px); }

#modal-leaving .title {
  font-size: 2.25rem;
  color: #052675;
  margin-bottom: 10px; }

#modal-leaving .spacer {
  margin-bottom: 40px; }

#modal-leaving p {
  margin-bottom: 20px; }

@media print, screen and (min-width: 40em) {
  #modal-leaving .title {
    font-size: 2.5rem; } }

@media print, screen and (min-width: 64em) {
  #modal-leaving {
    width: 40%; } }

.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 10px; }
  .embed-container.view16-9 {
    padding-bottom: 56.25%; }
  .embed-container.view4-3 {
    padding-bottom: 75%; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/gotham-bold-webfont.eot");
  src: url("../fonts/gotham-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-bold-webfont.woff") format("woff"), url("../fonts/gotham-bold-webfont.ttf") format("truetype"), url("../fonts/gotham-bold-webfont.svg#gotham_boldregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.reveal {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  outline: none; }
  .reveal h2 {
    font-size: 1.75rem;
    line-height: 1.2; }
  @media print, screen and (min-width: 40em) {
    .reveal h2 {
      font-size: 2.4rem; } }
  .reveal .close-button {
    color: #767676;
    font-size: 1.6rem;
    top: 1rem;
    right: 0.5rem;
    border-radius: 50%;
    background: #FFCB4F;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer; }
    @media print, screen and (min-width: 40em) {
      .reveal .close-button {
        right: 1rem; } }
    .reveal .close-button:active {
      opacity: 0.9; }
    .reveal .close-button span {
      display: block;
      padding-bottom: 2px;
      line-height: 1.2; }
    .reveal .close-button.circle-button {
      background: url(../images/close-icon-black.png) no-repeat center center;
      color: white;
      display: block;
      height: 36px;
      width: 36px;
      position: absolute;
      top: -15px;
      right: -15px;
      cursor: pointer;
      text-indent: -9999px;
      overflow: hidden; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #000; }
  .button.secondary {
    background-color: #767676;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #000; }
  .button.success {
    background-color: #3adb76;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000; }
  .button.warning {
    background-color: #ffae00;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000; }
  .button.alert {
    background-color: #cc4b37;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #000; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fff; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fff; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(254, 254, 254, 0.8);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #fefefe;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }
