/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;

    /* 1 */
    -ms-text-size-adjust: 100%;

    /* 2 */
    -webkit-text-size-adjust: 100%;

    /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers (opinionated).
   */

body {
    margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
   * Add the correct margin in IE 8.
   */

figure {
    margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;

    /* 1 */
    height: 0;

    /* 1 */
    overflow: visible;

    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;

    /* 1 */
    font-size: 1em;

    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
    background-color: transparent;

    /* 1 */
    -webkit-text-decoration-skip: objects;

    /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;

    /* 1 */
    text-decoration: underline;

    /* 2 */
    text-decoration: underline dotted;

    /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
    font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;

    /* 1 */
    font-size: 1em;

    /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
    font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */

mark {
    background-color: #ff0;
    color: #000;
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

audio,
video {
    display: inline-block;
}

video:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

/**
   * Add the correct display in iOS 4-7.
   */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */

img {
    border-style: none;
    width: 100%
}

/**
   * Hide the overflow in IE.
   */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;

    /* 1 */
    font-size: 100%;

    /* 1 */
    line-height: 1.15;

    /* 1 */
    margin: 0;

    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;

    /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;

    /* 1 */
    color: inherit;

    /* 2 */
    display: table;

    /* 1 */
    max-width: 100%;

    /* 1 */
    padding: 0;

    /* 3 */
    white-space: normal;

    /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    display: inline-block;

    /* 1 */
    vertical-align: baseline;

    /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;

    /* 1 */
    padding: 0;

    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;

    /* 1 */
    outline-offset: -2px;

    /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;

    /* 1 */
    font: inherit;

    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details,
menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Scripting
     ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

canvas {
    display: inline-block;
}

/**
   * Add the correct display in IE.
   */

template {
    display: none;
}

/* Hidden
     ========================================================================== */

/**
   * Add the correct display in IE 10-.
   */

[hidden] {
    display: none;
}

@font-face {
    font-family: 'Neris-Thin';
    src: url("../fonts/Neris-Thin.otf"), url("../fonts/Neris-Thin.woff") format("woff"), url("../fonts/Neris-Thin.woff2") format("woff2"), url("../fonts/Neris-Thin.ttf") format("truetype");
}

@font-face {
    font-family: 'Neris-SemiBold';
    src: url("../fonts/Neris-SemiBold.otf"), url("../fonts/neris-semibold.eot") format("embedded-opentype"), url("../fonts/Neris-SemiBold.ttf") format("ttf"), url("../fonts/Neris-SemiBold.woff") format("woff"), url("../fonts/Neris-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: 'Neris-Black';
    src: url("../fonts/Neris-Black.otf"), url("../fonts/Neris-Black.ttf") format("ttf"), url("../fonts/Neris-Black.woff") format("woff"), url("../fonts/Neris-Black.woff2") format("woff2");
}

body {
    font-family: "Neris-Thin";
}

.columns-3 {
    -webkit-column-count: 3;

    /* Chrome, Safari, Opera */
    -moz-column-count: 3;

    /* Firefox */
    column-count: 3;
}

.columns-2 {
    -webkit-column-count: 2;

    /* Chrome, Safari, Opera */
    -moz-column-count: 2;

    /* Firefox */
    column-count: 2;
}

.columns-1 {
    -webkit-column-count: 1;

    /* Chrome, Safari, Opera */
    -moz-column-count: 1;

    /* Firefox */
    column-count: 1;
}

.gradient-type-1 {
    /* fallback/image non-cover color */
    background-color: #00A6B9;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#00A6B9, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#00A6B9, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A6B9), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#00A6B9, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#00A6B9, #6644CC);
}

.gradient-type-2 {
    /* fallback/image non-cover color */
    background-color: #D63084;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#D63084, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#D63084, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D63084), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#D63084, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#D63084, #6644CC);
}

.gradient-type-3 {
    /* fallback/image non-cover color */
    background-color: #005F63;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#005F63, #003c4f);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#005F63, #003c4f);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005F63), to(#003c4f));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#005F63, #003c4f);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#005F63, #003c4f);
}

.gradient-type-4 {
    /* fallback/image non-cover color */
    background-color: #003c4f;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#003c4f, #00A6B9);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#003c4f, #00A6B9);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#003c4f), to(#00A6B9));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#003c4f, #00A6B9);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#003c4f, #00A6B9);
}

.gradient-type-5 {
    /* fallback/image non-cover color */
    background-color: #1a868b;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#1a868b, #78e753);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#1a868b, #78e753);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a868b), to(#78e753));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#1a868b, #78e753);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#1a868b, #78e753);
}

.gradient-type-6 {
    /* fallback/image non-cover color */
    background-color: white;

    /* IE 10+ */
    background-image: -ms-linear-gradient(white, #ffffff);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(white, #ffffff);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#ffffff));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(white, #ffffff);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(white, #ffffff);
}

.gradient-type-7 {
    /* fallback/image non-cover color */
    background-color: #E82E82;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#E82E82, #EF7A23);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#E82E82, #EF7A23);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E82E82), to(#EF7A23));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#E82E82, #EF7A23);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#E82E82, #EF7A23);
}

.reverse {
    flex-direction: row-reverse;
}

.unir + .unir {
    padding-top: 10px;
    padding-bottom: 0;
}

/*
    Header Component
*/

.cmp-cabecera {
  height: 150px;
  border-bottom: 1px solid #818181;
  background-color: white;
  /*Media Query*/
}

.cmp-cabecera a.active {
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}

.cmp-cabecera > nav:first-child {
  background-color: white;
  height: 150px;
  border-bottom: 1px solid #818181;
}

@media only screen and (max-width: 767px) {
  .cmp-cabecera > nav:first-child {
    height: initial;
  }
}

@media only screen and (max-width: 767px) {
  .cmp-cabecera {
    height: 70px;
  }
}

.cmp-cabecera .top-navbar-header {
  min-height: 10px;
  background-color: #005F63;
}

.cmp-cabecera .top-navbar-header .hidden-xs.navbar-right {
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; 
  margin: 0 -15px;
  border: 0;
  padding: 0;
}

.cmp-cabecera .top-navbar-header li {
  border: 0;
  margin: 0 -1px;
  width: 150px;
  text-align: center;
  height: 40px;
  padding: 9px 0;
}

.cmp-cabecera .top-navbar-header li a {
  text-transform: uppercase;
  background: none;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}

.cmp-cabecera .top-navbar-header li:nth-child(1) {
  background: #005F63;
  color: white;
}

.cmp-cabecera .top-navbar-header li.btn {
  background: #00A6B9;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.cmp-cabecera .top-navbar-header li.btn:hover {
  background-color: #003c4f;
}

.cmp-cabecera .top-navbar-header li.btn img {
  height: 18px;
  vertical-align: bottom;
  margin-right: 5px;
}

.cmp-cabecera .navbar-header {
  height: 60px;
}

.cmp-cabecera .navbar-header .btn-login {
  float: right;
  padding: 12px 0;
  margin: 0 10px;
}

.cmp-cabecera .navbar-header .btn-login a {
  color: #007A8C;
  font-weight: bold;
}

.cmp-cabecera .navbar-header .btn-login a img {
  height: 28px;
  margin-right: 5px;
  vertical-align: bottom;
}

.cmp-cabecera .navbar-header .btn-login a:hover {
  text-decoration: none;
}

.cmp-cabecera .navbar-header .navbar-toggle {
  padding: 19px;
}

.cmp-cabecera .navbar-header .navbar-toggle .icon-bar {
  width: 20px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #007A8C !important;
}

.cmp-cabecera .navbar-header .navbar-toggle:hover {
  background-color: #FFF;
  color: #007A8C;
}

.cmp-cabecera .navbar-header .navbar-brand {
  color: #007A8C;
  padding: 40px 40px;
}

.cmp-cabecera .navbar-header .navbar-brand img {
  /*width: 104px;*/
  width: auto;
  padding-bottom: 2px;
  max-width: 125px;
}

.cmp-cabecera .listmenu {
  padding-top: 42px;
}

.cmp-cabecera .listmenu ul.nav > li.nav-item > a {
  padding: 5px 10px;
}

.cmp-cabecera .listmenu ul.nav > li.nav-item > a:hover {
  background-color: inherit;
}

@media only screen and (max-width: 767px) {
  .cmp-cabecera .listmenu {
    padding-top: 10px;
    width: 100%;
    margin: inherit;
    background-color: white;
  }

  .cmp-cabecera .listmenu ul .nav-item a {
    padding-top: 0;
  }
}

.cmp-cabecera .navbar-collapse ul.nav.navbar-right li.nav-item {
  text-transform: uppercase;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 10px;
  color: #007A8C;
}

.cmp-cabecera .navbar-collapse ul.nav.navbar-right li.nav-item:last-child a {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 1.3px;
}

.cmp-cabecera .navbar-collapse ul.nav.navbar-right li.nav-item:last-child a + span {
  padding: 7px 0px 7px 7px;
}

.cmp-cabecera .navbar-collapse ul.nav.navbar-right li.nav-item.active {
  border-bottom: 2px solid;
}

@media only screen and (max-width: 767px) {
  .cmp-cabecera .navbar-collapse ul.nav.navbar-right li.nav-item {
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
  }
}

.cmp-cabecera .navbar-collapse ul.nav.navbar-right li.nav-item a {
  color: #007A8C;
  font-size: 16px;
  font-weight: bold;
}

.cmp-cabecera .navbar-collapse ul.nav.navbar-right li.nav-item a:focus {
  background-color: inherit;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .cmp-cabecera .navbar-header .navbar-brand {
    padding: 30px 0 0 28px;
  }

  .cmp-cabecera .navbar-header .navbar-brand img {
    width: 104px;
  }
}

@media only screen and (max-width: 767px) {
  .cmp-cabecera .navbar-header {
    height: 60px;
    background-color: white;
  }

  .cmp-cabecera .navbar-header .navbar-toggle {
    margin: 0;
    padding: 17px;
  }

  .cmp-cabecera .navbar-header .navbar-toggle .icon-bar {
    width: 20px;
    height: 2px;
    margin-bottom: 6px;
    background-color: #00A6B9;
  }

  .cmp-cabecera .navbar-header .navbar-toggle:hover {
    background-color: #FFF;
    color: #007A8C;
  }

  .cmp-cabecera .navbar-header .navbar-brand {
    color: #007A8C;
    padding: 22px 31px;
  }

  .cmp-cabecera .navbar-header .navbar-brand img {
    width: 70px;
  }
}

/*
    Accordion Component
*/
.cmp-acordeon1 > .desktop:first-child {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.cmp-acordeon1 > .desktop:first-child .tab {
    position: relative;
    color: #fff;
    overflow: hidden;
}

.cmp-acordeon1 > .desktop:first-child .tab .wrapper-tab .item.gradient-type1 {
    /* fallback/image non-cover color */
    background-color: #00A6B9;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#00A6B9, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#00A6B9, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A6B9), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#00A6B9, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#00A6B9, #6644CC);
}

.cmp-acordeon1 > .desktop:first-child .tab .wrapper-tab {
    position: relative;
    display: flex;
    flex-direction: row;
    background: #005F63;
    cursor: pointer;
    height: 100%;
}

.cmp-acordeon1 > .desktop:first-child .tab .wrapper-tab > .item {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    border: 1px solid white;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    position: relative;
    -ms-writing-mode: tb-rl;
    opacity: 0.55;
    height: auto;
}

.cmp-acordeon1 > .desktop:first-child .tab .wrapper-tab > .item div {
    color: white;
    position: absolute;
    bottom: 0;
    left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 15px 0;
}

@media screen and (min-width: 0\0) {
    .cmp-acordeon1 > .desktop:first-child .tab .wrapper-tab > .item div {
        transform: inherit;
    }
}

.cmp-acordeon1 > .desktop:first-child .tab .wrapper-tab > .item div:before {
    content: "";
    padding: 15px 5px;
    background-image: url(../img/square-boton-arrowiz.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.cmp-acordeon1 > .desktop:first-child .tab-content {
    overflow: hidden;
    position: relative;
    width: 0;
    opacity: 0.6;
    transition: opacity 0.5s linear 0s;
    cursor: initial;
}

.cmp-acordeon1 > .desktop:first-child .tab-content.activo {
    opacity: 1;
    width: 100vw;
}

.cmp-acordeon1 > .desktop:first-child .tab-content.activo + .item {
    opacity: 1;
}

.cmp-acordeon1 > .desktop:first-child .tab-content .box-img {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;

    /* fallback/image non-cover color */
    background-color: #00A6B9;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#00A6B9, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#00A6B9, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A6B9), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#00A6B9, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#00A6B9, #6644CC);
}

@media (min-width: 1921px) {
    .cmp-acordeon1 > .desktop:first-child .tab-content .box-img img {
        width: 100%;
    }
}

.cmp-acordeon1 > .desktop:first-child .tab-content .box-content {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 2;
}

@media (min-width: 544px) and (max-width: 769px) {
    .cmp-acordeon1 > .desktop:first-child .tab-content .box-content {
        top: 5%;
        left: 5%;
    }
}

.cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info {
    width: 275px;
    padding: 25px;
}

@media (min-width: 544px) and (max-width: 769px) {
    .cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info {
        padding: 10px;
    }
}

@media only screen and (max-width: 420px) {
    .cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info {
        margin: 120px 50px;
        background-image: none !important;
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info.gradient-type-1 {
        background-image: none !important;
        background-color: transparent !important;
    }
}

.cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info .category {
    font-size: 14px;
    text-transform: uppercase;
}

.cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info .title {
    font-size: 34px;
    text-transform: uppercase;
    width: calc(275px + 350px);
    font-family: "Neris-SemiBold";
    line-height: 1.12;
    padding: 10px 0 25px 0;
}

@media (max-width: 769px) {
    .cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info .title {
        font-size: 18px;
        width: calc(275px + 100px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info .title {
        font-size: 24px;
        width: calc(275px + 250px);
    }
}

.cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info .resum {
    font-size: 12px;
    font-family: "Neris-Thin";
}

.cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info .next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 25px 10px;
    transition: all 0.5s ease;
}

.cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info .next:hover {
    transition: all 0.5s ease;
    padding: 25px 0;
}

@media (min-width: 544px) and (max-width: 769px) {
    .cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info .next {
        padding: 10px;
    }

    .cmp-acordeon1 > .desktop:first-child .tab-content .box-content .box-info .next:hover {
        padding: 10px 0;
    }
}

.cmp-acordeon1 > .desktop:first-child label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
}

.cmp-acordeon1 > .mobile {
    height: 532px;
    overflow: hidden;
    position: relative;

    /* fallback/image non-cover color */
    background-color: #00A6B9;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#00A6B9, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#00A6B9, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A6B9), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#00A6B9, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#00A6B9, #6644CC);
}

.cmp-acordeon1 > .mobile .item .box-img {
    overflow: hidden;
}

.cmp-acordeon1 > .mobile .item .box-img img {
    min-height: 100%;
    width: 100%;
}

.cmp-acordeon1 > .mobile .item .box-content {
    padding: 25px;
    height: 320px;
}

@media only screen and (max-width: 420px) {
    .cmp-acordeon1 > .mobile .item .box-content .box-info {
        background-image: none !important;
        background-color: transparent !important;
    }
}

.cmp-acordeon1 > .mobile .item .box-content .category {
    font-size: 12px;
    color: white;
    text-transform: uppercase;
}

.cmp-acordeon1 > .mobile .item .box-content .title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Neris-SemiBold";
    padding: 10px 0 25px 0;
    color: white;
}

.cmp-acordeon1 > .mobile .item .box-content .resum {
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 64px;
}

.cmp-acordeon1 > .mobile .item .box-content .next {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cmp-acordeon1 > .mobile .owl-nav div {
    height: 80px;
    width: 81.01px;
    border: 1px solid #3DB9BF;
    position: relative;
    bottom: 200px;
    background: #FFFFFF;
}

.cmp-acordeon1 > .mobile .owl-nav div.owl-prev {
    float: right;
}

.cmp-acordeon1 > .mobile .owl-nav div.owl-next {
    float: left;
}

.cmp-acordeon1 > .mobile .owl-nav div.disabled {
    display: none;
}

.cmp-acordeon1 > .mobile .owl-dots {
    display: block;
    text-align: left;
    margin-top: -45px;
    padding: 0 25px;
}

.cmp-acordeon1 > .mobile .owl-dots .owl-dot {
    margin: auto;
    height: 17.86px;
    width: 12.6px;
    margin: 2px;
    display: inline-flex;
    background: #3DB9BF;
    opacity: 0.8;
}

.cmp-acordeon1 > .mobile .owl-dots .owl-dot.active {
    background: #3DB9BF;
    opacity: 1;
}

.cmp-acordeon1 .icon-arrow:before {
    content: "";
    padding: 10px 18px;
    background-image: url(../img/square-boton-arrowder.png);
    background-repeat: no-repeat;
    background-position: center;
}

/*
    Carousel Component
*/

.cmp-carousel .noticias .rectangle-gradiant .line, 
.cmp-carousel .servicios .rectangle-gradiant .content-panel .date, 
.cmp-carousel .servicios .rectangle-gradiant .img, 
.cmp-carousel .servicios .rectangle-gradiant .rectangle.disabled {
    display: none;
}

.cmp-carousel {
    height: 700px;
    padding: 126px 49px;
    position: relative;
    max-width: 1920px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .cmp-carousel {
        height: 550px;
        padding: 80px 28px 32px 28px;
    }
}

.cmp-carousel .servicios.color-type-0 .rectangle-gradiant {
    background: linear-gradient(135deg, #E82E82 0, #EF7A23 100%);
}

.cmp-carousel .servicios.color-type-1 .rectangle-gradiant {
    background-color: #00A6B9;
    background-image: -ms-linear-gradient(#00A6B9, #64C);
    background-image: -moz-linear-gradient(#00A6B9, #64C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00A6B9), to(#64C));
    background-image: -webkit-linear-gradient(#00A6B9, #64C);
    background-image: -o-linear-gradient(#00A6B9, #64C);
}

.cmp-carousel .servicios.color-type-2 .rectangle-gradiant {
    background-color: #003c4f;
    background-image: -ms-linear-gradient(#003c4f, #00A6B9);
    background-image: -moz-linear-gradient(#003c4f, #00A6B9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003c4f), to(#00A6B9));
    background-image: -webkit-linear-gradient(#003c4f, #00A6B9);
    background-image: -o-linear-gradient(#003c4f, #00A6B9);
}

.cmp-carousel .servicios.color-type-3 .rectangle-gradiant {
    background-color: #00A6B9;
}

.cmp-carousel .servicios.color-type-4 .rectangle-gradiant {
    background-color: #005F63;
}

.cmp-carousel .servicios.color-type-5 .rectangle-gradiant {
    background-color: #000000;
}

.cmp-carousel .servicios.color-type-6 .rectangle-gradiant {
    background-color: #818181;
}

.cmp-carousel .servicios.color-type-7 .rectangle-gradiant {
    background-color: #ffffff;
}

.cmp-carousel .servicios.color-type-7 .rectangle-gradiant .content-panel .date, .cmp-carousel .servicios.color-type-7 .rectangle-gradiant .content-panel .text, .cmp-carousel .servicios.color-type-7 .rectangle-gradiant .content-panel .title {
    color: gray;
}

.cmp-carousel .servicios.color-type-8 .rectangle-gradiant {
    background-color: #E82E82;
}

.cmp-carousel .servicios.color-type-9 .rectangle-gradiant {
    background-color: #EF7A23;
}

.cmp-carousel .servicios.color-type-10 .rectangle-gradiant {
    background-color: #D63084;
    background-image: -ms-linear-gradient(#D63084, #64C);
    background-image: -moz-linear-gradient(#D63084, #64C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D63084), to(#64C));
    background-image: -webkit-linear-gradient(#D63084, #64C);
    background-image: -o-linear-gradient(#D63084, #64C);
}

.cmp-carousel .servicios.color-type-11 .rectangle-gradiant {
    background-color: #1a868b;
    background-image: -ms-linear-gradient(#1a868b, #78e753);
    background-image: -moz-linear-gradient(#1a868b, #78e753);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a868b), to(#78e753));
    background-image: -webkit-linear-gradient(#1a868b, #78e753);
    background-image: -o-linear-gradient(#1a868b, #78e753);
}

.cmp-carousel .servicios.color-type-12 .rectangle-gradiant {
    background-color: #005F63;
    background-image: -ms-linear-gradient(#005F63, #003c4f);
    background-image: -moz-linear-gradient(#005F63, #003c4f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005F63), to(#003c4f));
    background-image: -webkit-linear-gradient(#005F63, #003c4f);
    background-image: -o-linear-gradient(#005F63, #003c4f);
}

.cmp-carousel .servicios .rectangle-gradiant {
    height: 350px;
    width: 250px;
    margin: auto;
    position: relative;
}

.cmp-carousel .servicios .rectangle-gradiant.item {
    width: 285px;
}

.cmp-carousel .servicios .rectangle-gradiant .img {
    display: none;
}

.cmp-carousel .servicios .rectangle-gradiant .line {
    padding-top: 44.5px;
    padding-left: 32px;
}

.cmp-carousel .servicios .rectangle-gradiant .line div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 3px;
    width: 32px;
    border: 2.5px solid #FFFFFF;
    background: #FFFFFF;
    margin-bottom: 19.5px;
}

.cmp-carousel .servicios .rectangle-gradiant .content-panel {
    padding: 0 32px;
    position: relative;
    z-index: 1;
    font-weight: bold;
}

.cmp-carousel .servicios .rectangle-gradiant .content-panel .date {
    display: none;
}

.cmp-carousel .servicios .rectangle-gradiant .content-panel .title {
    color: #FFFFFF;
    font-size: 24px;
    font-family: Neris-SemiBold;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -0.2px;
    text-align: left;
    margin-bottom: 40px;
}

.cmp-carousel .servicios .rectangle-gradiant .content-panel .text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
}

.cmp-carousel .servicios .rectangle-gradiant .rectangle {
    height: 80px;
    width: 80px;
    background-image: url(../img/square-boton-arrow.png);
    background-color: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.cmp-carousel .servicios .rectangle-gradiant .rectangle.disabled {
    display: none;
}

.cmp-carousel .servicios .rectangle-gradiant .rectangle-background {
    height: 364px;
    width: 250px;
    position: absolute;
    top: 0;
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: bottom left;
    opacity: .6;
}

.cmp-carousel .servicios.visible-owl .owl-nav .owl-prev.disabled {
    display: block;
}

.cmp-carousel .servicios.visible-owl .owl-nav .owl-next.disabled {
    display: block;
}

.cmp-carousel .servicios.visible-owl .owl-nav.disabled {
    display: block;
}

.cmp-carousel .servicios.visible-owl .owl-dots.disabled {
    display: block;
}





.cmp-carousel .noticias.color-type-0 .rectangle-gradiant {
    background: linear-gradient(135deg, #E82E82 0, #EF7A23 100%);
}

.cmp-carousel .noticias.color-type-1 .rectangle-gradiant {
    background-color: #00A6B9;
    background-image: -ms-linear-gradient(#00A6B9, #64C);
    background-image: -moz-linear-gradient(#00A6B9, #64C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00A6B9), to(#64C));
    background-image: -webkit-linear-gradient(#00A6B9, #64C);
    background-image: -o-linear-gradient(#00A6B9, #64C);
}

.cmp-carousel .noticias.color-type-2 .rectangle-gradiant {
    background-color: #003c4f;
    background-image: -ms-linear-gradient(#003c4f, #00A6B9);
    background-image: -moz-linear-gradient(#003c4f, #00A6B9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003c4f), to(#00A6B9));
    background-image: -webkit-linear-gradient(#003c4f, #00A6B9);
    background-image: -o-linear-gradient(#003c4f, #00A6B9);
}

.cmp-carousel .noticias.color-type-3 .rectangle-gradiant {
    background-color: #00A6B9;
}

.cmp-carousel .noticias.color-type-4 .rectangle-gradiant {
    background-color: #005F63;
}

.cmp-carousel .noticias.color-type-5 .rectangle-gradiant {
    background-color: #000000;
}

.cmp-carousel .noticias.color-type-6 .rectangle-gradiant {
    background-color: #818181;
}

.cmp-carousel .noticias.color-type-7 .rectangle-gradiant {
    background-color: #fff;
}

.cmp-carousel .noticias.color-type-7 .rectangle-gradiant .content-panel .date, .cmp-carousel .noticias.color-type-7 .rectangle-gradiant .content-panel .text, .cmp-carousel .noticias.color-type-7 .rectangle-gradiant .content-panel .title {
    color: gray;
}

.cmp-carousel .noticias.color-type-8 .rectangle-gradiant {
    background-color: #E82E82;
}

.cmp-carousel .noticias.color-type-9 .rectangle-gradiant {
    background-color: #EF7A23;
}

.cmp-carousel .noticias.color-type-10 .rectangle-gradiant {
    background-color: #D63084;
    background-image: -ms-linear-gradient(#D63084, #64C);
    background-image: -moz-linear-gradient(#D63084, #64C);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D63084), to(#64C));
    background-image: -webkit-linear-gradient(#D63084, #64C);
    background-image: -o-linear-gradient(#D63084, #64C);
}

.cmp-carousel .noticias.color-type-11 .rectangle-gradiant {
    background-color: #1a868b;
    background-image: -ms-linear-gradient(#1a868b, #78e753);
    background-image: -moz-linear-gradient(#1a868b, #78e753);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a868b), to(#78e753));
    background-image: -webkit-linear-gradient(#1a868b, #78e753);
    background-image: -o-linear-gradient(#1a868b, #78e753);
}

.cmp-carousel .noticias.color-type-12 .rectangle-gradiant {
    background-color: #005F63;
    background-image: -ms-linear-gradient(#005F63, #003c4f);
    background-image: -moz-linear-gradient(#005F63, #003c4f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#005F63), to(#003c4f));
    background-image: -webkit-linear-gradient(#005F63, #003c4f);
    background-image: -o-linear-gradient(#005F63, #003c4f);
}

.cmp-carousel .noticias .rectangle-gradiant {
    height: 400px;
    width: 300px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
    margin: auto;
    position: relative;
}

.cmp-carousel .noticias .rectangle-gradiant .line {
    display: none;
}

.cmp-carousel .noticias .rectangle-gradiant .content-panel {
    padding: 24px 30px;
}

.cmp-carousel .noticias .rectangle-gradiant .content-panel .date {
    height: 16px;
    width: 117.64px;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
}

.cmp-carousel .noticias .rectangle-gradiant .content-panel .title {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0 20px;
    padding: 0;
}

.cmp-carousel .noticias .rectangle-gradiant .content-panel .text {
    color: #FFF;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
    text-align: justify;
    max-height: 83px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.cmp-carousel .noticias .rectangle-gradiant .rectangle {
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 12px;
    display: block;
    background-image: url(../img/square-boton-arrow.png);
}

.cmp-carousel .noticias .rectangle-gradiant .rectangle.disabled, .cmp-carousel .owl-nav div.disabled {
    display: none;
}

.cmp-carousel .noticias.visible-owl .owl-nav .owl-prev.disabled {
    display: block;
}

.cmp-carousel .noticias.visible-owl .owl-nav .owl-next.disabled {
    display: block;
}

.cmp-carousel .noticias.visible-owl .owl-nav.disabled {
    display: block;
}

.cmp-carousel .noticias.visible-owl .owl-dots.disabled {
    display: block;
}

.cmp-carousel .owl-nav div {
    height: 80px;
    width: 80px;
    position: relative;
    bottom: 200px;
    background: #FFF;
}

.cmp-carousel .owl-nav div.owl-prev {
    float: right;
    background-image: url(../img/r-arrow-circle.png);
    background-size: contain;
    opacity: .4;
}

.cmp-carousel .owl-nav div.owl-prev:hover {
    opacity: .9;
}

.cmp-carousel .owl-nav div.owl-next {
    float: left;
    background-image: url(../img/l-arrow-circle.png);
    background-size: contain;
    opacity: .4;
}

.cmp-carousel .owl-nav div.owl-next:hover {
    opacity: 0.9;
}

.cmp-carousel .owl-nav div.disabled {
    display: none;
}

.cmp-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .cmp-carousel .owl-dots {
        margin-top: 32px;
    }
}

.cmp-carousel .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border: .5px solid #3DB9BF;
    background-color: #3db9bf;
    opacity: .25;
    margin: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cmp-carousel .owl-dots .owl-dot.active {
    background: #3DB9BF;
    opacity: 1;
}

.cmp-carousel .carousel-title {
    font-size: 100px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    font-family: Neris-SemiBold;
    line-height: 1;
    letter-spacing: -1px;
    text-align: left;
    color: #f7f7f7;
    position: absolute;
    top: 258px;
    left: 150px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .cmp-carousel .carousel-title {
        position: absolute;
        top: 20px;
        left: 23px;
        font-family: Neris-Thin;
        font-size: 22px;
        color: #005F63;
        margin: 0 0 21px 0;
        width: 50%;
    }
}

.cmp-carousel .noticias + .carousel-title {
    padding-top: 0;
}

.cmp-carousel .servicio + .carousel-title {
    padding-top: 50px;
}

/*
    Footer Component
*/

.cmp-footer-inv {
    background-color: #003c4f;
    padding: 70px 100px 40px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .cmp-footer-inv {
        padding: 40px 30px 20px 30px;
    }
}

.cmp-footer-inv > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
}


@media only screen and (max-width: 767px){
.cmp-footer-inv>div:first-child{
    flex-wrap: wrap;
	}
}

.cmp-footer-inv > div:first-child ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .cmp-footer-inv > div:first-child ul {
        width: 100%;
        position: relative;
    }
}

.cmp-footer-inv > div:first-child ul::before {    
    background-color: #005F63;
    width: 30px;
    height: 3px;
    position: absolute;
    margin-top: -15px;
}

@media only screen and (max-width: 767px){
	.cmp-footer-inv > div:first-child ul::before {
	    content: "";
	    background-color: transparent;	    
	}
	.cmp-footer-inv > div:first-child ul:first-child::before {
    	content: " ";
    	background-color: #005F63;
    	width: 30px;
    	height: 3px;
    	position: absolute;
    	margin-top: -15px;
	}	
}


.cmp-footer-inv > div:first-child ul li a {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .cmp-footer-inv > div:first-child ul li {
        border-bottom: 1px solid #005F63;
    }

    .cmp-footer-inv > div:first-child ul li:after {
        content: "";
        position: absolute;
        right: 0;
        padding: 14px;
        background-image: url("../img/square-boton-arrow.png");
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

.cmp-footer-inv > div:first-child .ir-arriba {
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width:90px;
    height:90px;
}

.cmp-footer-inv > div:first-child .ir-arriba:hover {
    -webkit-box-shadow: 0px 0px 8px 0px white;
    box-shadow: 0px 0px 8px 0px white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .cmp-footer-inv > div:first-child .ir-arriba {
        display: none !important;
    }
}

.cmp-footer-inv .copyright {
    color: white;
    padding-top: 30px;
}

.cmp-footer-inv .copyright img {
    padding: 10px 0;
}

.cmp-footer-inv .copyright a {
    color: white;
}

.unir + .unir + .cmp-footer-inv {
    margin-top: 90px;
}

/*
    Video Component
*/

.cmp-video-columna {
    height: 500px;
}

.cmp-video-columna .wrapper-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.cmp-video-columna .wrapper-video.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .cmp-video-columna .wrapper-video {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.cmp-video-columna .wrapper-video .container-video {
    width: 50%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .cmp-video-columna .wrapper-video .container-video {
        width: 100%;
        height: 280px;
        overflow: hidden;
    }
}

.cmp-video-columna .wrapper-video .container-video .box-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.cmp-video-columna .wrapper-video .container-video .box-image .play-button {
    width: 80px;
    height: 80px;
}

.cmp-video-columna .wrapper-video .container-video .box-image .play-button:hover {
    -webkit-box-shadow: 0px 0px 8px 0px white;
    box-shadow: 0px 0px 8px 0px white;
    border: 1px solid white;
}

@media only screen and (max-width: 767px) {
    .cmp-video-columna .wrapper-video .container-video .box-image {
        height: 100%;
        overflow: hidden;
    }
}

.cmp-video-columna .wrapper-video .container-text {
    width: 50%;
    padding: 6% 12% 6% 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;

    /* fallback/image non-cover color */
    background-color: #D63084;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#D63084, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#D63084, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D63084), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#D63084, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#D63084, #6644CC);
}

@media only screen and (max-width: 767px) {
    .cmp-video-columna .wrapper-video .container-text {
        width: 100%;
        height: calc(100% - 280px);
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
    }
}

.cmp-video-columna .wrapper-video .container-text .title {
    color: white;
    font-family: 'Neris-SemiBold';
    font-size: 28px;
}

.cmp-video-columna .wrapper-video .container-text .title::before {
    content: " ";
    background-color: white;
    width: 32px;
    height: 4px;
    position: absolute;
    margin-top: -15px;
}

@media only screen and (max-width: 767px) {
    .cmp-video-columna .wrapper-video .container-text .title {
        font-size: 18px;
    }
}

.cmp-video-columna .wrapper-video .container-text .text {
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    max-height: 215px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .cmp-video-columna .wrapper-video .container-text .text {
        font-size: 12px;
    }
}

.cmp-video-columna .wrapper-video .container-text .next {
    position: absolute;
    bottom: 50px;
    right: 10%;
    padding: 0 10px;
}

@media only screen and (max-width: 767px) {
    .cmp-video-columna .wrapper-video .container-text .next {
        bottom: 20px;
    }
}

.cmp-video-columna .wrapper-video .container-text .next .icon-arrow:before {
    content: "";
    padding: 10px 18px;
    background-image: url(../img/square-boton-arrowder.png);
    background-repeat: no-repeat;
    background-position: center;
}

.cmp-video-columna .wrapper-video .container-text .next:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px 0;
}

.cmp-video-columna .modal-video {
    position: fixed;
    height: 100%;
    display: block;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    top: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cmp-video-columna .modal-video .modal-dialog-video {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.cmp-video-columna .modal-video .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    text-align: center;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FAFAFA;
    position: relative;
}

.cmp-video-columna .modal-video .modal-content .modal-close {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: rgba(0,0,0,0.6);
    border: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 22px;
    z-index: 100005;
}
.cmp-video-columna .modal-video .modal-content .modal-close:hover {
    background-color: rgba(255,255,255,0.1);
}
.cmp-video-columna .modal-video .modal-content .modal-close:focus,
.cmp-video-columna .modal-video .modal-content .modal-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.95);
    border-radius: 22px;
}

.cmp-video-info .modal-video-info .modal-content { position: relative; }
.cmp-video-info .modal-video-info .modal-content .modal-close {
    top: 8px;
    right: 8px;
    position: absolute;
    z-index: 100005;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 22px;
    font-size: 32px;
}
.cmp-video-info .modal-video-info .modal-content .modal-close:focus,
.cmp-video-info .modal-video-info .modal-content .modal-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.95);
}

.cmp-video-columna .modal-video .modal-content video {
    height: 100%;
}

.unir + .unir + .cmp-video-columna {
    margin-top: 90px;
}

/* 
  Video three columns component
*/

.cmp-video-info .modal-video-info {
    position: fixed;
    height: 100%;
    display: block;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.cmp-video-info .modal-video-info .modal-dialog-video {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
}

.cmp-video-info .modal-video-info .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
    text-align: center;
    /*height: 480px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    background-color: #FAFAFA;
}

.cmp-video-info .modal-video-info .modal-content video {
    max-height: 90vh;
}

.cmp-video-info .wrapper-videoinfo {
    height: 680px;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 220px 90px 200px;
    display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-video-info .wrapper-videoinfo {
        padding: 80px 120px 80px 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-video-info .wrapper-videoinfo {
        padding: 75px 80px 75px 60px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-video-info .wrapper-videoinfo {
        padding: 60px 25px 60px 5px;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-video-info .wrapper-videoinfo {
        height: 420px;
    }
}

.cmp-video-info .wrapper-videoinfo .play-button-video-info {
    display: block;
    width: 80px;
    height: 80px;
    min-height: 80px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 0; /* ensure no inline line-height affects height */
}

.cmp-video-info .wrapper-videoinfo .play-button-video-info:hover {
    -webkit-box-shadow: 0 0 8px 0 white;
    -moz-box-shadow: 0 0 8px 0 white;
    box-shadow: 0 0 8px 0 white;
    border: 1px solid white;
}

.cmp-video-info .wrapper-videoinfo .content-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .cmp-video-info .wrapper-videoinfo .content-text {
        padding: 47px 42px 100px 42px;
    }
}

.cmp-video-info .wrapper-videoinfo .content-text .title {
    font-size: 34px;
    color: white;
    font-weight: bold;
    font-family: Neris-SemiBold;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .cmp-video-info .wrapper-videoinfo .content-text .title {
        font-size: 24px;
    }
}

.cmp-video-info .wrapper-videoinfo .content-text .resumen {
    font-size: 18px;
    color: white;
}

@media only screen and (max-width: 767px) {
    .cmp-video-info .wrapper-videoinfo .content-text .resumen {
        font-size: 12px;
    }
}

.cmp-video-info .wrapper-videoinfo .content-text .info {
    display: flex;
    justify-content: space-between;
    color: white;
}

.cmp-video-info .wrapper-videoinfo .content-text .info .title {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 15px;
}

.cmp-video-info .wrapper-videoinfo .content-text .info > div {
    padding: 25px;
    width: 32%;
    text-align: left;
    max-height: 210px;
    overflow: hidden;
    flex-grow: 1;
}

.unir + .unir + .cmp-video-info {
    margin-top: 90px;
}

/*
    Menu secondary component
*/

.cmp-menu-secundario {
    background-color: #E2F2F4;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 25px;
    box-sizing: border-box;
}

.cmp-menu-secundario ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.cmp-menu-secundario ul > li {
    padding: 0 35px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-menu-secundario ul > li {
        padding: 0 8px;
    }
}

.cmp-menu-secundario ul > li > a {
    color: #003C4F;
    font-size: 16px;
    text-decoration: none;
}

.cmp-menu-secundario ul > li > a:hover {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .cmp-menu-secundario {
        height: auto;
    }

    .cmp-menu-secundario ul > li {
        width: 100%;
        border-bottom: 1px solid #005F63;
        padding: 0 10px;
    }

    .cmp-menu-secundario ul > li:after {
        content: "";
        position: absolute;
        right: 0;
        padding: 14px 40px;
        background-image: url("../img/square-boton-arrow.png");
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/*
  Header Banner
*/

.cmp-banner-principal .type-1 {
    height: 300px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-1 {
        height: 150px;
    }
}

@media only screen and (max-width: 420px) {
    .cmp-banner-principal .type-1 {
        height: 86px;
    }
}

.cmp-banner-principal .type-1 .box-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    background-color: #818181;
}

.cmp-banner-principal .type-1 .box-img img {
    min-height: 100%;
    width: 100%;
}

.cmp-banner-principal .type-1 .box-img .img {
    min-height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.cmp-banner-principal .type-1 .box-content {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 220px;
    padding-left: 220px;
    position: relative;
    z-index: 2;
    padding-top: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-banner-principal .type-1 .box-content {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-banner-principal .type-1 .box-content {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-1 .box-content {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-1 .box-content {
        padding-top: 12px;
    }
}

.cmp-banner-principal .type-1 .box-content img {
    display: none;
}

.cmp-banner-principal .type-1 .box-content .box-info {
    width: 213px;
    height: 200px;
    padding: 25px;
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-1 .box-content .box-info {
        width: 66px;
        height: 113px;
        padding: 12px;
    }
}

@media only screen and (max-width: 420px) {
    .cmp-banner-principal .type-1 .box-content .box-info {
        width: 42px;
        height: 67px;
        padding: 10px;
    }
}

.cmp-banner-principal .type-1 .box-content .box-info.gradient-type1 {
    /* fallback/image non-cover color */
    background-color: #00A6B9;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#00A6B9, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#00A6B9, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A6B9), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#00A6B9, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#00A6B9, #6644CC);
}

.cmp-banner-principal .type-1 .box-content .box-info ul {
    list-style: none;
}

.cmp-banner-principal .type-1 .box-content .box-info ul.migas {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    padding: 0;
    display: flex;
}

@media only screen and (max-width: 420px) {
    .cmp-banner-principal .type-1 .box-content .box-info ul.migas {
        display: none;
    }
}

.cmp-banner-principal .type-1 .box-content .box-info ul.migas li {
    padding-right: 3px;
    white-space: nowrap;
}

.cmp-banner-principal .type-1 .box-content .box-info ul.migas li a {
    color: white;
}

.cmp-banner-principal .type-1 .box-content .box-info ul.migas li:after {
    content: "|";
    padding: 0 1px 0 3px;
}

.cmp-banner-principal .type-1 .box-content .box-info ul.migas li:last-child:after {
    content: "";
    padding: 0;
}

.cmp-banner-principal .type-1 .box-content .box-info .category {
    display: none;
}

.cmp-banner-principal .type-1 .box-content .box-info .title {
    font-size: 44px;
    text-transform: uppercase;
    width: 500px;
    font-family: "Neris-SemiBold";
    color: white;
    padding: 25px 0 25px 0;
}

.cmp-banner-principal .type-1 .box-content .box-info .title::before {
    content: " ";
    background-color: white;
    width: 30px;
    height: 4px;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-1 .box-content .box-info .title {
        font-size: 22px;
        padding: 12px 0 12px 0;
    }

    .cmp-banner-principal .type-1 .box-content .box-info .title::before {
        content: " ";
        background-color: white;
        width: 20px;
        height: 3px;
        position: absolute;
    }
}

.cmp-banner-principal .type-1 .box-content .box-info .extract {
    display: none;
}

.cmp-banner-principal .type-1 .box-content .box-info .next {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 25px 10px;
    transition: all 0.5s ease;
}

.cmp-banner-principal .type-1 .box-content .box-info .next:hover {
    transition: all 0.5s ease;
    padding: 25px 0;
}

.cmp-banner-principal .type-2 {
    height: 450px;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 {
        height: auto;
    }
}

.cmp-banner-principal .type-2 .box-img {
    width: 100%;
    height: 300px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    background-color: #818181;
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 .box-img {
        height: 107px;
    }
}

.cmp-banner-principal .type-2 .box-img img {
    min-height: 100%;
    width: 100%;
}

.cmp-banner-principal .type-2 .box-img .img {
    min-height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.cmp-banner-principal .type-2 .box-content {
    position: relative;
    z-index: 2;
    padding-top: 38px;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 220px;
    padding-left: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-banner-principal .type-2 .box-content {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-banner-principal .type-2 .box-content {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 .box-content {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 .box-content {
        padding-top: 12px;
    }
}

.cmp-banner-principal .type-2 .box-content > img {
    position: absolute;
    max-width: 240px;
    bottom: 0;
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 .box-content > img {
        max-width: 70px;
    }
}

.cmp-banner-principal .type-2 .box-content .box-info {
    width: 239px;
    height: 350px;
    padding: 25px;
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 .box-content .box-info {
        width: 82px;
        height: 125px;
        padding: 10px;
    }
}

.cmp-banner-principal .type-2 .box-content .box-info.gradient-type1 {
    /* fallback/image non-cover color */
    background-color: #00A6B9;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#00A6B9, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#00A6B9, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A6B9), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#00A6B9, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#00A6B9, #6644CC);
}

.cmp-banner-principal .type-2 .box-content .box-info ul {
    list-style: none;
}

.cmp-banner-principal .type-2 .box-content .box-info ul.migas {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 1px;
    padding: 0;
    display: flex;
}

.cmp-banner-principal .type-2 .box-content .box-info ul.migas li {
    padding-right: 3px;
    white-space: nowrap;
}

.cmp-banner-principal .type-2 .box-content .box-info ul.migas li a {
    color: white;
}

.cmp-banner-principal .type-2 .box-content .box-info ul.migas li:after {
    content: "|";
    padding: 0 1px 0 3px;
}

.cmp-banner-principal .type-2 .box-content .box-info ul.migas li:last-child:after {
    content: "";
    padding: 0;
}

.cmp-banner-principal .type-2 .box-content .box-info .category {
    text-transform: uppercase;
    color: white;
    padding: 5px 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 .box-content .box-info .category {
        font-size: 10px;
        padding: 2px 0;
    }
}

.cmp-banner-principal .type-2 .box-content .box-info .title {
    font-size: 44px;
    text-transform: uppercase;
    width: 75vw;
    font-family: "Neris-SemiBold";
    color: white;
    padding: 25px 0 25px 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 .box-content .box-info .title {
        font-size: 22px;
        padding: 8px 0 8px 0;
    }
}

.cmp-banner-principal .type-2 .extract {
    margin-top: -70px;
    max-height: 100px;
    height: auto;
    overflow: hidden;
    color: #007A8C;
    font-size: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 220px;
    padding-left: calc(220px + 250px);
    margin-top: -70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-banner-principal .type-2 .extract {
        padding-right: 120px;
        padding-left: calc(120px + 250px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-banner-principal .type-2 .extract {
        padding-right: 80px;
        padding-left: calc(80px + 250px);
    }
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 .extract {
        padding-right: 25px;
        padding-left: calc(25px + 100px);
        padding-top: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-banner-principal .type-2 .extract {
        font-size: 10px;
        margin-top: -25px;
        max-height: 80px;
        margin-bottom: 10px;
        height: auto;
    }
}

/*
    List component::box-info
*/

.cmp-box-info {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 220px;
    padding-left: 220px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-box-info {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-box-info {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-box-info {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.cmp-box-info .wrapper-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cmp-box-info .wrapper-info.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-box-info .wrapper-info {
        padding: 35px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-box-info .wrapper-info {
        padding: 25px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-box-info .wrapper-info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px 0px;
    }

    .cmp-box-info .wrapper-info.reverse {
        align-items: initial;
    }
}

.cmp-box-info .wrapper-info .box-img {
    margin: 0 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 767px) {
    .cmp-box-info .wrapper-info .box-img {
        margin: 20px 0px;
        width: 100%;
    }
}

.cmp-box-info .wrapper-info .box-img img {
    max-width: 316px;
    width: 316px;
    padding: 10%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-box-info .wrapper-info .box-img img {
        max-width: 247px;
        padding: 5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-box-info .wrapper-info .box-img img {
        max-width: 192px;
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-box-info .wrapper-info .box-img img {
        max-width: 166px;
        padding: 0;
    }
}

.cmp-box-info .wrapper-info .box-info {
    width: 500px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (max-width: 767px) {
    .cmp-box-info .wrapper-info .box-info {
        width: auto;
    }
}

.cmp-box-info .wrapper-info .box-info .title {
    font-size: 28px;
    font-family: "Neris-SemiBold";
    color: white;
    text-transform: uppercase;
}

.cmp-box-info .wrapper-info .box-info .title::before {
    content: " ";
    border: 2px solid;
    width: 30px;
    position: absolute;
    margin: -10px 0 0 0;
}

.cmp-box-info .wrapper-info .box-info .title span::before {
    content: " ";
    border: 2px solid;
    width: 30px;
    position: absolute;
    margin: -10px 0 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-box-info .wrapper-info .box-info .title {
        font-size: 24px;
    }

    .cmp-box-info .wrapper-info .box-info .title::before {
        width: 25px;
        margin: -5 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-box-info .wrapper-info .box-info .title {
        font-size: 22px;
    }

    .cmp-box-info .wrapper-info .box-info .title::before {
        width: 20px;
        margin: 0 0 0 0;
    }
}

.cmp-box-info .wrapper-info .box-info .intro {
    font-size: 28px;
    color: white;
    padding: 16px 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-box-info .wrapper-info .box-info .intro {
        padding: 6px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-box-info .wrapper-info .box-info .intro {
        padding: 4px 0;
        font-size: 16px;
    }
}

.cmp-box-info .wrapper-info .box-info p {
    font-size: 14px;
    display: block;
    color: white;
    display: -webkit-box;
    max-height: 70px;
    margin: 0 auto;
    font-size: 14px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

@media only screen and (max-width: 767px) {
    .cmp-box-info .wrapper-info .box-info p {
        font-size: 12px;
    }
}

.cmp-box-info .wrapper-link {
    width: 100%;
    text-align: right;
}

.cmp-box-info .wrapper-link .arrow {
    padding-right: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cmp-box-info .wrapper-link .arrow:hover {
    padding-right: 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cmp-box-info .wrapper-link .arrow span {
    background-image: url("../img/square-boton-arrow.png");
    padding: 30px 28px;
    background-size: cover;
    background-position: center;
}

.cmp-box-info .ancla-footer {
    position : absolute;
    top: -100px !important;
}
    
@media only screen and (max-width:767px){
  .cmp-box-info  .ancla-footer {
      position : absolute;
      bottom: 300px !important;
  } 
}

/*
  List component::fondo-lista
*/

.cmp-fondo-lista {
    background-color: #818181;
    padding-top: 25px;
    padding-bottom: 25px;
}

.cmp-fondo-lista.gradient-type-1 {
    /* fallback/image non-cover color */
    background-color: #00A6B9;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#00A6B9, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#00A6B9, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A6B9), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#00A6B9, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#00A6B9, #6644CC);
}

.cmp-fondo-lista.gradient-type-2 {
    /* fallback/image non-cover color */
    background-color: #D63084;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#D63084, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#D63084, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D63084), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#D63084, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#D63084, #6644CC);
}

.unir + .unir + .cmp-fondo-lista {
    margin-top: 90px;
}

/*
    Texto-imagen component
*/

.cmp-textoimagen {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cmp-textoimagen {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.cmp-textoimagen .rrss {
  text-align: right;
  display: none;
  padding-top: 5px;
}

.cmp-textoimagen .rrss.active {
  display: block;
}

.cmp-textoimagen .rrss a.icon {
  margin-left: 10px;
}

.cmp-textoimagen .inv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 220px;
    padding-left: 220px;
    display: flex;
    justify-content: space-between;
}

.cmp-textoimagen .inv-container.reverse {
    flex-direction: row-reverse;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-textoimagen .inv-container {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-textoimagen .inv-container {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-textoimagen .inv-container {
        padding-right: 25px;
        padding-left: 25px;
        flex-direction: column-reverse;
    }

    .cmp-textoimagen .inv-container.reverse {
        flex-direction: row-reverse;
    }
}

.cmp-textoimagen .inv-container .wrapper-img {
    width: 290px;
    height: 345px;
}

.cmp-textoimagen .inv-container .wrapper-img .img-mobile {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-textoimagen .inv-container .wrapper-img {
        width: 240px;
        height: 330px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-textoimagen .inv-container .wrapper-img {
        width: 240px;
        height: 330px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-textoimagen .inv-container .wrapper-img {
        width: calc(100% + 50px);
        height: 170px;
        overflow: hidden;
        margin-bottom: 25px;
        margin-left: -25px;
    }

    .cmp-textoimagen .inv-container .wrapper-img .img-desk {
        display: none;
    }

    .cmp-textoimagen .inv-container .wrapper-img .img-mobile {
        display: inline;
    }
}

.cmp-textoimagen .inv-container .wrapper-img img {
    width: 100%;
}

.cmp-textoimagen .inv-container .wrapper-text {
    width: calc(96% - 290px);
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-textoimagen .inv-container .wrapper-text {
        width: calc(96% - 240px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-textoimagen .inv-container .wrapper-text {
        width: calc(96% - 240px);
    }
}

@media only screen and (max-width: 767px) {
    .cmp-textoimagen .inv-container .wrapper-text {
        width: calc(100%);
    }
}

.cmp-textoimagen .inv-container .wrapper-text .title {
    font-size: 28px;
    font-family: Neris-Black;
    color: #003c4f;
}

@media only screen and (max-width: 767px) {
    .cmp-textoimagen .inv-container .wrapper-text .title {
        font-size: 16px;
    }
}

.cmp-textoimagen .inv-container .wrapper-text .intro {
    font-size: 28px;
    color: #007A8C;
}

@media only screen and (max-width: 767px) {
    .cmp-textoimagen .inv-container .wrapper-text .intro {
        font-size: 16px;
    }
}

.cmp-textoimagen .inv-container .wrapper-text .description {
    color: #5A5A5A;
    font-size: 14px;
}

/*
    Two columns text + image component
*/

.cmp-twocolumns-img {
    position: relative;
}

.cmp-twocolumns-img .inv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 220px;
    padding-left: 220px;
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cmp-twocolumns-img .inv-container.reverse {
    flex-direction: row-reverse;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-twocolumns-img .inv-container {
        padding-right: 120px;
        padding-left: 120px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-twocolumns-img .inv-container {
        padding-right: 80px;
        padding-left: 80px;
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-twocolumns-img .inv-container {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 60px;
        padding-bottom: 60px;
        flex-direction: column-reverse;
    }

    .cmp-twocolumns-img .inv-container.reverse {
        flex-direction: row-reverse;
    }
}

.cmp-twocolumns-img .inv-container > div {
    width: 49%;
}

.cmp-twocolumns-img .inv-container > div:last-child .title {
    font-size: 28px;
    font-family: "Neris-SemiBold";
    color: white;
}

.cmp-twocolumns-img .inv-container > div:last-child .resumen {
    font-size: 16px;
    color: white;
    padding: 15px 0;
}

.cmp-twocolumns-img .inv-container > div:last-child .resumen .intro {
    display: block;
    font-size: 16px;
    font-family: "Neris-SemiBold";
    color: #007A8C;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .cmp-twocolumns-img .inv-container > div:last-child {
        width: 100%;
        -webkit-column-count: 1;

        /* Chrome, Safari, Opera */
        -moz-column-count: 1;

        /* Firefox */
        column-count: 1;
    }
}

.cmp-twocolumns-img .inv-container > div.box-img {
    margin-left: -15%;
}

.cmp-twocolumns-img .inv-container > div.box-img img {
    width: calc(100% + 19%);
}

.unir + .unir + .cmp-twocolumns-img {
    margin-top: 90px;
}

/*
    Rich Text Component
*/


.cmp-textoenriquecido-inv {
  position: relative;
}

.cmp-textoenriquecido-inv .inv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 220px 90px 200px;
  display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cmp-textoenriquecido-inv .inv-container {
    padding: 80px 120px 80px 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cmp-textoenriquecido-inv .inv-container {
    padding: 75px 80px 75px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .cmp-textoenriquecido-inv .inv-container {
    padding: 60px 25px 60px 5px;
    flex-direction: column-reverse;
  }
}

.cmp-textoenriquecido-inv .inv-container .col-1 {
  width: calc(100% - 20px);
}

.cmp-textoenriquecido-inv .inv-container .col-2 {
  width: calc(50% - 20px);
}

.cmp-textoenriquecido-inv .inv-container .col-3 {
  width: calc(33% - 20px);
}

.cmp-textoenriquecido-inv .inv-container .wrapper-text {
  margin-left: 20px;
}

.cmp-textoenriquecido-inv .inv-container .wrapper-text ul li {
  margin-bottom: 10px;
}


.cmp-textoenriquecido-inv .inv-container .wrapper-text .title {
  font-size: 28px;
  font-family: Neris-Black;
  color: #003c4f;
}

@media only screen and (max-width: 767px) {
  .cmp-textoenriquecido-inv .inv-container .wrapper-text .title {
    font-size: 22px;
  }
}

.cmp-textoenriquecido-inv .inv-container .wrapper-text .intro {
  font-size: 28px;
  color: #007A8C;
  padding: 50px 0 42px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cmp-textoenriquecido-inv .inv-container .wrapper-text .intro {
    padding: 35px 0 28px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cmp-textoenriquecido-inv .inv-container .wrapper-text .intro {
    padding: 28px 0 42px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cmp-textoenriquecido-inv .inv-container .wrapper-text .intro {
    padding: 14px 0 40px 0;
    font-size: 16px;
  }
}

.cmp-textoenriquecido-inv .inv-container .wrapper-text .destacado {
  font-size: 24px;
  color: #5A5A5A;
}

@media only screen and (max-width: 767px) {
  .cmp-textoenriquecido-inv .inv-container .wrapper-text .destacado {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .cmp-textoenriquecido-inv .inv-container .wrapper-text {
    width: 100% !important;
    margin: 0;
  }
}

.cmp-textoenriquecido-inv .rrss {
  text-align: right;
  display: none;
  padding-top: 5px;
  position: relative;
  z-index: 99;
}

.cmp-textoenriquecido-inv .rrss.active {
  display: block;
  min-width: 140px;
}

.cmp-textoenriquecido-inv .rrss a.icon {
  margin-left: 10px;
}

.cmp-textoenriquecido-inv .ancla-footer {
  position: absolute;
  top: -150px !important;
}

@media only screen and (max-width: 767px) {
  .cmp-textoenriquecido-inv .ancla-footer {
    position: absolute;
    bottom: 300px !important;
  }
}

@media only screen and (max-width: 767px) {
  .cmp-textoenriquecido-inv.columns .inv-container {
    flex-direction: column;
  }
}

.cmp-textoenriquecido-inv + .cmp-textoenriquecido-inv > .inv-container {
  padding-top: 0;
  margin-top: -90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cmp-textoenriquecido-inv + .cmp-textoenriquecido-inv > .inv-container {
    margin-top: -80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cmp-textoenriquecido-inv + .cmp-textoenriquecido-inv > .inv-container {
    margin-top: -75px;
  }
}

@media only screen and (max-width: 767px) {
  .cmp-textoenriquecido-inv + .cmp-textoenriquecido-inv > .inv-container {
    margin-top: -60px;
  }
}

.cmp-textoenriquecido-inv ~ .inversis-separator + .cmp-textoenriquecido-inv > .inv-container {
  padding-top: 0;
  margin-top: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cmp-textoenriquecido-inv ~ .inversis-separator + .cmp-textoenriquecido-inv > .inv-container {
    margin-top: -30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cmp-textoenriquecido-inv ~ .inversis-separator + .cmp-textoenriquecido-inv > .inv-container {
    margin-top: -25px;
  }
}

@media only screen and (max-width: 767px) {
  .cmp-textoenriquecido-inv ~ .inversis-separator + .cmp-textoenriquecido-inv > .inv-container {
    margin-top: -10px;
  }
}

.icon.linkedin {
  background-image: url("../img/linkedin.svg");
  padding: 4px 14px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.icon.twitter {
  background-image: url("../img/twitter.svg");
  padding: 4px 14px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

/*
  List Two Columns
*/

.cmp-columnas-tipos {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 220px;
    padding-left: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-columnas-tipos {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-columnas-tipos {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-columnas-tipos {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.cmp-columnas-tipos .title {
    font-family: Neris-Black;
    font-size: 28px;
    padding: 15px 0;
    color: #003c4f;
}

.cmp-columnas-tipos > .description {
    font-size: 18px;
    color: #5A5A5A;
    line-height: 28px;
}

.cmp-columnas-tipos .wrapper-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cmp-columnas-tipos .wrapper-box .box {
    display: flex;
    width: 100%;
    padding: 30px 0;
}

.cmp-columnas-tipos .wrapper-box .box .box-img {
    width: 100px;
    min-width: 100px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmp-columnas-tipos .wrapper-box .box .box-img > img {
    width: 100%;
}

.cmp-columnas-tipos .wrapper-box .box .box-img.gradient-type-1 {
    background-color: #00A6B9;
    background-image: -ms-linear-gradient(#00A6B9, #6644CC);
    background-image: -moz-linear-gradient(#00A6B9, #6644CC);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A6B9), to(#6644CC));
    background-image: -webkit-linear-gradient(#00A6B9, #6644CC);
    background-image: -o-linear-gradient(#00A6B9, #6644CC);
}

.cmp-columnas-tipos .wrapper-box .box .box-img.gradient-type-1 > img {
    width: 60px;
}

.cmp-columnas-tipos .wrapper-box .box .box-img.gradient-type-2 {
    background-color: #D63084;
    background-image: -ms-linear-gradient(#D63084, #6644CC);
    background-image: -moz-linear-gradient(#D63084, #6644CC);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D63084), to(#6644CC));
    background-image: -webkit-linear-gradient(#D63084, #6644CC);
    background-image: -o-linear-gradient(#D63084, #6644CC);
}

.cmp-columnas-tipos .wrapper-box .box .box-img.gradient-type-2 > img {
    width: 60px;
}

.cmp-columnas-tipos .wrapper-box .box .box-img.gradient-type-3 {
    background-color: #005F63;
    background-image: -ms-linear-gradient(#005F63, #003c4f);
    background-image: -moz-linear-gradient(#005F63, #003c4f);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005F63), to(#003c4f));
    background-image: -webkit-linear-gradient(#005F63, #003c4f);
    background-image: -o-linear-gradient(#005F63, #003c4f);
}

.cmp-columnas-tipos .wrapper-box .box .box-img.gradient-type-3 > img {
    width: 60px;
}

.cmp-columnas-tipos .wrapper-box .box .box-text {
    font-size: 20px;
    padding: 6px 50px 6px 25px;
    box-sizing: border-box;
}

.cmp-columnas-tipos .wrapper-box .box .box-text > div {
    text-transform: uppercase;
    color: #007A8C;
    padding: 5px 0;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .cmp-columnas-tipos .wrapper-box .box .box-text > div {
        font-size: 14px;
    }
}

.cmp-columnas-tipos .wrapper-box .box .box-text p {
    color: #5A5A5A;
    line-height: 24px;
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .cmp-columnas-tipos .wrapper-box .box .box-text p {
        font-size: 12px;
    }
}

.cmp-columnas-tipos .wrapper-box .box .box-text li {
    color: #5A5A5A;
    line-height: 24px;
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .cmp-columnas-tipos .wrapper-box .box .box-text li {
        font-size: 12px;
    }
}

.cmp-columnas-tipos .wrapper-box.col-1 .box {
    width: 100%;
}

.cmp-columnas-tipos .wrapper-box.col-2 .box {
    width: 50%;
}

/*
  List Four Columns
*/

.cmp-ourteam .inv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 220px 90px 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-ourteam .inv-container {
        padding: 80px 120px 80px 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-ourteam .inv-container {
        padding: 75px 80px 75px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-ourteam .inv-container {
        padding: 60px 25px 60px 25px;
        flex-direction: column-reverse;
    }

    .cmp-ourteam .inv-container.reverse {
        flex-direction: row-reverse;
    }
}

.cmp-ourteam .inv-container > div:first-child {
    width: 100%;
    padding-bottom: 15px;
}

.cmp-ourteam .inv-container > div:first-child .title {
    font-size: 28px;
    font-family: Neris-Black;
    color: #003c4f;
}

@media only screen and (max-width: 767px) {
    .cmp-ourteam .inv-container > div:first-child .title {
        font-size: 22px;
    }
}

.cmp-ourteam .inv-container > div:first-child .intro {
    font-size: 28px;
    color: #007A8C;
    padding: 50px 0 42px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-ourteam .inv-container > div:first-child .intro {
        padding: 35px 0 28px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-ourteam .inv-container > div:first-child .intro {
        padding: 28px 0 42px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-ourteam .inv-container > div:first-child .intro {
        padding: 14px 0 40px 0;
        font-size: 16px;
    }
}

.cmp-ourteam .inv-container .wrapper-team {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
}

.cmp-ourteam .inv-container .wrapper-team .box {
    width: 25%;
    overflow: hidden;
    padding: 20px 10px 20px 10px;
}

@media only screen and (max-width: 767px) {
    .cmp-ourteam .inv-container .wrapper-team .box {
        width: 50%;
    }
}

.cmp-ourteam .inv-container .wrapper-team .box img {
    width: 100%;
}

.cmp-ourteam .inv-container .wrapper-team .box > div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cmp-ourteam .inv-container .wrapper-team .box > div .title {
    font-size: 14px;
    color: #003c4f;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.cmp-ourteam .inv-container .wrapper-team .box > div .sub-title {
    font-size: 14px;
    color: #5A5A5A;
}

/*
  Download
*/

.cmp-descarga-documento {
    height: 502px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-descarga-documento {
        height: 414px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-descarga-documento {
        height: 341px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento {
        height: 303px;
    }
}

.cmp-descarga-documento .box-img {
    position: absolute;
    width: 100%;
}

.cmp-descarga-documento .box-img img {
    width: 100%;
}

.cmp-descarga-documento .wrapper-descargas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}

.cmp-descarga-documento .wrapper-descargas > div:first-child {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 220px;
    padding-left: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .title {
    font-size: 28px;
    font-family: Neris-Black;
    color: #003c4f;
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .title {
        font-size: 22px;
    }
}

.cmp-descarga-documento .wrapper-descargas > div:first-child p {
    color: white;
    font-family: Neris-thin;
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child p {
        display: none;
    }
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .intro {
    font-size: 28px;
    color: #007A8C;
    padding: 5px 0 5px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .intro {
        padding: 2px 0 2px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .intro {
        padding: 2px 0 2px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .intro {
        padding: 2px 0 2px 0;
        font-size: 16px;
    }
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .intro:first-child {
    font-size: 22px;
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .box-descarga {
    min-width: 190px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .box-descarga {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 20px 60px 20px;
        width: 100%;
    }
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .box-descarga .btn-downloader {
    height: 129px;
    min-height: 129px;
    width: 98px;
    min-width: 98px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .box-descarga .btn-downloader {
        height: 100px;
        min-height: 100px;
        width: 68px;
    }
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .box-descarga .btn-downloader .icon-arrow:before {
    content: "";
    padding: 10px 18px;
    background-image: url(../img/download.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .box-descarga .btn-downloader .icon-arrow-black:before {
    content: "";
    padding: 10px 18px;
    background-image: url(../img/download-black.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .box-descarga .btn-downloader.gradient-type-1 {
    /* fallback/image non-cover color */
    background-color: #00A6B9;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#00A6B9, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#00A6B9, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00A6B9), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#00A6B9, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#00A6B9, #6644CC);
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .box-descarga .btn-downloader.gradient-type-2 {
    /* fallback/image non-cover color */
    background-color: #D63084;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#D63084, #6644CC);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#D63084, #6644CC);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D63084), to(#6644CC));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#D63084, #6644CC);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#D63084, #6644CC);
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .box-descarga .btn-downloader.gradient-type-3 {
    /* fallback/image non-cover color */
    background-color: #005F63;

    /* IE 10+ */
    background-image: -ms-linear-gradient(#005F63, #003c4f);

    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(#005F63, #003c4f);

    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005F63), to(#003c4f));

    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(#005F63, #003c4f);

    /* Opera 11.10+ */
    background-image: -o-linear-gradient(#005F63, #003c4f);
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title {
        width: 100%;
    }
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title .description {
    font-size: 14px;
    color: #005F63;
    text-transform: uppercase;
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title .title {
    font-size: 28px;
    font-family: Neris-Black;
    color: #003c4f;
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title .title {
        font-size: 22px;
    }
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title p {
    color: white;
    font-family: Neris-thin;
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title-black p {
    color: black;
    font-family: Neris-thin;
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title .intro {
    font-size: 28px;
    color: #007A8C;
    padding: 5px 0 5px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title .intro {
        padding: 2px 0 2px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title .intro {
        padding: 2px 0 2px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title .intro {
        padding: 2px 0 2px 0;
        font-size: 16px;
    }
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .info .text-title .intro:first-child {
    font-size: 22px;
}

.cmp-descarga-documento .wrapper-descargas > div:first-child .info .resumen {
    font-size: 14px;
    color: #5A5A5A;
    width: 90%;
    max-height: 145px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

.unir + .unir + .cmp-descarga-documento {
    margin-top: 90px;
}

/*
  Timeline
*/

.cmp-timeline {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 220px 90px 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-timeline {
        padding: 80px 120px 80px 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-timeline {
        padding: 75px 80px 75px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-timeline {
        padding: 60px 25px 60px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .cmp-timeline.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.cmp-timeline .wrapper-text .title {
    font-size: 28px;
    font-family: Neris-Black;
    color: #003c4f;
}

@media only screen and (max-width: 767px) {
    .cmp-timeline .wrapper-text .title {
        font-size: 22px;
    }
}

.cmp-timeline .wrapper-text .intro {
    font-size: 28px;
    color: #007A8C;
    padding: 50px 0 42px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-timeline .wrapper-text .intro {
        padding: 35px 0 28px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-timeline .wrapper-text .intro {
        padding: 28px 0 42px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-timeline .wrapper-text .intro {
        padding: 14px 0 40px 0;
        font-size: 16px;
    }
}

.cmp-timeline .wrapper-timeline {
    margin-top: 25px;
}

.cmp-timeline .wrapper-timeline ul.timeline {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.cmp-timeline .wrapper-timeline li {
    position: relative;
    width: 25%;
}

.cmp-timeline .wrapper-timeline li .timestamp {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}

.cmp-timeline .wrapper-timeline li .timestamp .date {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 10px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cmp-timeline .wrapper-timeline li .status {
    padding: 15px 0px 15px 0px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #003c4f;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.cmp-timeline .wrapper-timeline li .status .description {
    font-size: 12px;
    color: #5A5A5A;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 150px;
    font-family: 'Neris-thin';
}

.cmp-timeline .wrapper-timeline li .status:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #3db9bf;
    border-radius: 25px;
    border: 6px solid #fff;
    position: absolute;
    top: -11px;
    left: 10px;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.cmp-timeline .wrapper-timeline li.destacado .description {
    font-size: 14px;
    color: #005F63;
    font-weight: bold;
}

.cmp-timeline .wrapper-timeline li.destacado:before {
    content: " ";
    background-color: #F2F5F6;
    padding: 11px 36px;
    height: 160px;
    width: 100px;
    top: -20px;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .cmp-timeline .wrapper-timeline li.destacado:before {
        content: " ";
        background-color: #F2F5F6;
        padding: 11px 36px;
        height: calc(100% + 20px);
        width: 100px;
        top: -20px;
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-timeline .wrapper-timeline ul.timeline {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cmp-timeline .wrapper-timeline li {
        position: relative;
        width: 65%;
    }

    .cmp-timeline .wrapper-timeline li .timestamp {
        margin-bottom: 0px;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: -12px;
        left: 15px;
    }

    .cmp-timeline .wrapper-timeline li .timestamp .date {
        -webkit-transform: inherit;
        transform: inherit;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .cmp-timeline .wrapper-timeline li .status {
        padding: 15px 0px 15px 0px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        border-top: 0px solid #003c4f;
        border-left: 1px solid #003c4f;
        position: relative;
    }

    .cmp-timeline .wrapper-timeline li .status .description {
        font-size: 12px;
        color: #5A5A5A;
        padding-right: 0px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 200px;
        font-family: 'Neris-thin';
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .cmp-timeline .wrapper-timeline li .status .description {
        max-width: 250px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-timeline .wrapper-timeline li .status:before {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #3db9bf;
        border-radius: 25px;
        border: 6px solid #fff;
        position: absolute;
        top: -11px;
        left: -10px;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .cmp-timeline .wrapper-timeline li.destacado .description {
        font-size: 14px;
        color: #005F63;
        font-weight: bold;
    }

    .cmp-timeline .wrapper-timeline li.destacado:before {
        content: " ";
        background-color: #F2F5F6;
        padding: 11px 36px;
        height: 160px;
        width: 100px;
        top: -20px;
        position: absolute;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .cmp-timeline .wrapper-timeline li.destacado:before {
        content: " ";
        background-color: #F2F5F6;
        padding: 11px 36px;
        height: 100%;
        width: 100px;
        top: -20px;
        position: absolute;
    }
}

.cmp-timeline + .cmp-timeline {
    padding-top: 0;
    margin-top: -90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-timeline + .cmp-timeline {
        margin-top: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-timeline + .cmp-timeline {
        margin-top: -75px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-timeline + .cmp-timeline {
        margin-top: -60px;
    }
}

/*
  Business Figures
*/

.cmp-cifras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 220px 90px 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-cifras {
        padding: 80px 120px 80px 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-cifras {
        padding: 75px 80px 75px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-cifras {
        padding: 60px 25px 60px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .cmp-cifras.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.cmp-cifras .wrapper-cifras {
    height: 224px;
    max-width: 250px;
    width: 245px;
}

.cmp-cifras .wrapper-cifras .box {
    position: relative;
    background-color: #F2F5F6;
    width: 110px;
    height: 170px;
}

.cmp-cifras .wrapper-cifras .box > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cmp-cifras .wrapper-cifras .box > div:first-child .cant {
    font-size: 144px;
    font-family: Neris-Black;
    color: #007A8C;
    line-height: 125px;
}

.cmp-cifras .wrapper-cifras .box > div:first-child .type {
    font-size: 16px;
    font-family: Neris-Thin;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: -7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-transform: uppercase;
    font-weight: bold;
}

.cmp-cifras .wrapper-cifras .box .description {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 205px;
    padding-left: 18px;
    padding-top: 10px;
    color: #5A5A5A;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
    Form Component
*/

.cmp-formulario .inv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 220px 90px 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-formulario .inv-container {
        padding: 80px 120px 80px 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-formulario .inv-container {
        padding: 75px 80px 75px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-formulario .inv-container {
        padding: 60px 25px 60px 25px;
        flex-direction: column-reverse;
    }

    .cmp-formulario .inv-container.reverse {
        flex-direction: row-reverse;
    }
}

.cmp-formulario .inv-container .wrapper-text .title {
    font-size: 28px;
    font-family: Neris-Black;
    color: white;
    position: relative;
    padding-left: 70px;
}

.cmp-formulario .inv-container .wrapper-text .title:before {
    content: "";
    background-image: url("../img/chat-bubble.svg");
    padding: 35px 41px;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
}

@media only screen and (max-width: 767px) {
    .cmp-formulario .inv-container .wrapper-text .title {
        font-size: 22px;
    }

    .cmp-formulario .inv-container .wrapper-text .title:before {
        content: "";
        background-image: url("../img/chat-bubble.svg");
        padding: 35px 41px;
        background-repeat: no-repeat;
        position: absolute;
        top: -20px;
        left: 0;
    }
}

.cmp-formulario .inv-container .wrapper-text .intro {
    font-size: 28px;
    color: #007A8C;
    padding: 50px 0 42px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-formulario .inv-container .wrapper-text .intro {
        padding: 35px 0 28px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-formulario .inv-container .wrapper-text .intro {
        padding: 28px 0 42px 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-formulario .inv-container .wrapper-text .intro {
        padding: 14px 0 40px 0;
        font-size: 16px;
    }
}

.cmp-formulario .inv-container .wrapper-text p {
    font-size: 12px;
    color: white;
}

.cmp-formulario .inv-container .wrapper-text p.description {
    font-size: 12px;
    color: white;
}

.cmp-formulario .inv-container .form .text.error {
    display: flex;
    flex-direction: column;
    color: red;
    background-color: white;
    border-radius: 2px;
    padding: 10px;
    border: 2px solid red;
}

.cmp-formulario .inv-container .form .text.error h1 {
    margin: 5px 0;
}

.cmp-formulario .inv-container .form .text.error a {
    color: red;
}

.cmp-formulario .inv-container .form .text.success {
    display: flex;
    flex-direction: column;
    color: #007A8C;
    background-color: white;
    border-radius: 2px;
    padding: 10px;
    border: 2px solid #00A6B9;
}

.cmp-formulario .inv-container .form .text.success h1 {
    margin: 5px 0;
    color: #007A8C;
}

.cmp-formulario .inv-container .form .text.success a {
    color: #007A8C;
}

.cmp-formulario .inv-container .form .form-wrapper fieldset {
    padding: 0;
    margin-left: -20px;
}

.cmp-formulario .inv-container .form .form-wrapper fieldset .form-row {
    width: calc(33% - 20px);
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .cmp-formulario .inv-container .form .form-wrapper fieldset .form-row {
        width: calc(100% - 20px);
    }
}

.cmp-formulario .inv-container .form .form-wrapper fieldset .form-row > label {
    display: none;
}

.cmp-formulario .inv-container .form .form-wrapper fieldset .form-row > input {
    width: 100%;
    padding: 0 10px;
    height: 50px;
    color: #5A5A5A;
    font-family: "Neris-thin";
}

.cmp-formulario .inv-container .form .form-wrapper fieldset .form-row > textarea {
    width: 100%;
    resize: none;
    padding: 10px 10px;
    color: #5A5A5A;
    font-family: "Neris-thin";
}

.cmp-formulario .inv-container .form .form-wrapper fieldset .form-row:nth-last-of-type(3) {
    width: calc(100% - 20px);
}

.cmp-formulario .inv-container .form .form-wrapper fieldset .button-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    position: relative;
}

.cmp-formulario .inv-container .form .form-wrapper fieldset .button-wrapper input[type="submit"] {
    height: 50px;
    width: 190px;
    background-color: #00A6B9;
    color: white;
    text-transform: uppercase;
    font-family: "Neris-thin";
    border: 0;
}

@media only screen and (max-width: 767px) {
    .cmp-formulario .inv-container .form .form-wrapper fieldset .button-wrapper input[type="submit"] {
        height: 36px;
        width: 144px;
        background-color: #00A6B9;
        color: white;
        text-transform: uppercase;
        font-family: "Neris-thin";
        border: 0;
    }
}

.cmp-formulario .inv-container .form .form-wrapper fieldset .button-wrapper + .form-row {
    width: 100%;
    margin: 0;
}

.cmp-formulario .inv-container .form .form-wrapper fieldset .button-wrapper + .form-row #readonly {
    text-align: right;
    height: 16px;
    font-size: 10px;
    border: none;
    background-color: transparent;
    color: #5A5A5A;
    font-family: "Neris-thin";
    font-size: 10px;
}

/*
  Google Maps
*/

.cmp-contactar {
    padding: 90px 0 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-contactar {
        padding: 80px 0 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-contactar {
        padding: 75px 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-contactar {
        padding: 60px 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.cmp-contactar .inv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 220px 0 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-contactar .inv-container {
        padding: 0 120px 0 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-contactar .inv-container {
        padding: 0 80px 0 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-contactar .inv-container {
        padding: 0 25px 0 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.cmp-contactar .inv-container > .title {
    font-size: 28px;
    font-family: Neris-Black;
    color: #003c4f;
}

@media only screen and (max-width: 767px) {
    .cmp-contactar .inv-container > .title {
        font-size: 22px;
    }
}

.cmp-contactar .inv-container .wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 74px 0;
    margin-left: -40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cmp-contactar .inv-container .wrapper-box .box {
    width: calc(33% - 40px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .cmp-contactar .inv-container .wrapper-box .box {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.cmp-contactar .inv-container .wrapper-box .box .img {
    height: 87px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .cmp-contactar .inv-container .wrapper-box .box .img {
        width: 88px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-contactar .inv-container .wrapper-box .box .content {
        width: 66%;
    }
}

.cmp-contactar .inv-container .wrapper-box .box .content .title {
    font-size: 18px;
    color: #003c4f;
    padding: 10px 0;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .cmp-contactar .inv-container .wrapper-box .box .content .title {
        padding: 0 0 10px 0px;
    }
}

.cmp-contactar .inv-container .wrapper-box .box .content .text {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #5A5A5A;
}

.cmp-contactar .inv-container .wrapper-box .box .content .text p {
    margin: 0 0 5px;
}

.cmp-contactar .map {
    max-height: 500px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.cmp-contactar .map img {
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.cmp-textoenriquecido-inv + .cmp-contactar {
    padding: 0 0 0 0;
    margin-top: -90px;
}

/*
  List Three Columns
*/

.cmp-fondoculumns {
    position: relative;
}

.cmp-fondoculumns .inv-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 220px 90px 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-fondoculumns .inv-container {
        padding: 80px 120px 80px 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-fondoculumns .inv-container {
        padding: 75px 80px 75px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-fondoculumns .inv-container {
        padding: 60px 25px 60px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .cmp-fondoculumns .inv-container.reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.cmp-fondoculumns .inv-container .wrapper-text .title {
    font-size: 28px;
    font-family: Neris-Black;
    color: white;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .cmp-fondoculumns .inv-container .wrapper-text .title {
        font-size: 22px;
    }
}

.cmp-fondoculumns .inv-container .wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cmp-fondoculumns .inv-container .wrapper-box .box {
    width: calc(33% - 25px);
    padding-left: 25px;
    padding-top: 25px;
}

@media only screen and (max-width: 767px) {
    .cmp-fondoculumns .inv-container .wrapper-box .box {
        width: 100%;
    }
}

.cmp-fondoculumns .inv-container .wrapper-box .box .title {
    font-size: 28px;
    color: #007A8C;
    padding: 25px 0;
}

@media only screen and (max-width: 767px) {
    .cmp-fondoculumns .inv-container .wrapper-box .box .title {
        font-size: 22px;
    }
}

.cmp-fondoculumns .inv-container .wrapper-box .box .description {
    color: white;
}

/*
  Solvency
*/

.cmp-solvencia {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 220px;
}

.cmp-solvencia .wrapper-text .intro {
    font-size: 28px;
    color: #007A8C;
    padding: 50px 0 42px;
}

.cmp-solvencia .graphic-cifra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cmp-solvencia .graphic-cifra .wrapper-cifras.xl {
    max-width: 250px;
    width: 245px;
    margin: 0 auto;
}

.cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box {
    position: relative;
    background-color: #F2F5F6;
    width: 193px;
    height: 297px;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 176px;
}

.cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box > div:first-child .cant {
    font-size: 100px;
    font-family: Neris-Black;
    color: #007A8C;
    line-height: 210px;
    letter-spacing: -6px;
}

.cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box > div:first-child .type {
    font-size: 16px;
    font-family: Neris-Thin;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: -7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-transform: uppercase;
    font-weight: 700;
}

.cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box .description {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    padding-left: 18px;
    color: #5A5A5A;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
}

.cmp-solvencia .graphic-cifra .wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.cmp-solvencia .graphic-cifra .wrapper-box:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.cmp-solvencia .graphic-cifra .wrapper-box img {
    position: relative;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-1 {
    position: relative;
    animation: botar 3s 250ms normal;
    -webkit-animation: botar 3s 250ms normal;
    -moz-animation: botar 3s 250ms normal;
    -ms-animation: botar 3s 250ms normal;
    -o-animation: botar 3s 250ms normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-2 {
    position: relative;
    animation: botar 3s .5s normal;
    -webkit-animation: botar 3s .5s normal;
    -moz-animation: botar 3s .5s normal;
    -ms-animation: botar 3s .5s normal;
    -o-animation: botar 3s .5s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-3 {
    position: relative;
    animation: botar 3s 2s normal;
    -webkit-animation: botar 3s 2s normal;
    -moz-animation: botar 3s 2s normal;
    -ms-animation: botar 3s 2s normal;
    -o-animation: botar 3s 2s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-4 {
    position: relative;
    animation: botar 3s 1s normal;
    -webkit-animation: botar 3s 1s normal;
    -moz-animation: botar 3s 1s normal;
    -ms-animation: botar 3s 1s normal;
    -o-animation: botar 3s 1s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-5 {
    position: relative;
    animation: botar 3s .5s normal;
    -webkit-animation: botar 3s .5s normal;
    -moz-animation: botar 3s .5s normal;
    -ms-animation: botar 3s .5s normal;
    -o-animation: botar 3s .5s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-6 {
    position: relative;
    animation: botar 3s .2s normal;
    -webkit-animation: botar 3s .2s normal;
    -moz-animation: botar 3s .2s normal;
    -ms-animation: botar 3s .2s normal;
    -o-animation: botar 3s .2s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-7 {
    position: relative;
    animation: botar 3s 1s normal;
    -webkit-animation: botar 3s 1s normal;
    -moz-animation: botar 3s 1s normal;
    -ms-animation: botar 3s 1s normal;
    -o-animation: botar 3s 1s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-8 {
    position: relative;
    animation: botar 3s .7s normal;
    -webkit-animation: botar 3s .7s normal;
    -moz-animation: botar 3s .7s normal;
    -ms-animation: botar 3s .7s normal;
    -o-animation: botar 3s .7s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-9 {
    position: relative;
    animation: botar 3s 250ms normal;
    -webkit-animation: botar 3s 250ms normal;
    -moz-animation: botar 3s 250ms normal;
    -ms-animation: botar 3s 250ms normal;
    -o-animation: botar 3s 250ms normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-10 {
    position: relative;
    animation: botar 3s .8s normal;
    -webkit-animation: botar 3s .8s normal;
    -moz-animation: botar 3s .8s normal;
    -ms-animation: botar 3s .8s normal;
    -o-animation: botar 3s .8s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-11 {
    position: relative;
    animation: botar 3s .5s normal;
    -webkit-animation: botar 3s .5s normal;
    -moz-animation: botar 3s .5s normal;
    -ms-animation: botar 3s .5s normal;
    -o-animation: botar 3s .5s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-12 {
    position: relative;
    animation: botar 3s 1s normal;
    -webkit-animation: botar 3s 1s normal;
    -moz-animation: botar 3s 1s normal;
    -ms-animation: botar 3s 1s normal;
    -o-animation: botar 3s 1s normal;
}

.cmp-solvencia .graphic-cifra .wrapper-box img.img-graphic-13 {
    position: relative;
    animation: botar 3s .3s normal;
    -webkit-animation: botar 3s .3s normal;
    -moz-animation: botar 3s .3s normal;
    -ms-animation: botar 3s .3s normal;
    -o-animation: botar 3s .3s normal;
}

.cmp-solvencia .graphic-cifra + div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
}

.cmp-solvencia > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


@media only screen and (max-width: 767px) {
	.cmp-solvencia > div:last-child {
	    margin-top: 0;
	}
}

.cmp-solvencia > div:last-child .item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 25px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 10px;
}

.cmp-solvencia > div:last-child .item .title {
    width: 16px;
    height: 100px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    position: absolute;
    left: -25px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #003c4f;
}

.cmp-solvencia > div:last-child .item .cifra {
    font-size: 34px;
    color: #007A8C;
    font-family: Neris-SemiBold;
    width: 100%;
}

.cmp-solvencia > div:last-child .item .cifra:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.cmp-solvencia > div:last-child .item .description {
    font-size: 14px;
    color: #5A5A5A;
    width: 100%;
}

.cmp-solvencia + .cmp-solvencia > .inv-container {
    padding-top: 0;
    margin-top: -90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-solvencia {
        padding: 80px 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-solvencia {
        padding: 75px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-fondoculumns .inv-container .wrapper-box .box {
        width: 100%;
    }

    .cmp-fondoculumns .inv-container .wrapper-box .box .title {
        font-size: 22px;
    }

    .cmp-solvencia {
        padding: 20px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-solvencia .wrapper-text .intro {
        padding: 35px 0 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-solvencia .wrapper-text .intro {
        padding: 28px 0 42px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-solvencia .wrapper-text .intro {
        padding: 14px 0 40px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-solvencia .graphic-cifra .wrapper-cifras.xl {
        height: 224px;
        max-width: 250px;
        width: 245px;
    }

    .cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box {
        position: relative;
        background-color: #F2F5F6;
        width: 110px;
        height: 170px;
    }

    .cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box > div:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box > div:first-child .cant {
        font-size: 90px;
        font-family: Neris-Black;
        color: #007A8C;
        line-height: 125px;
    }
    
    
	@media only screen and (max-width: 767px) {
		 .cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box > div:first-child .cant {
			font-size: 70px;
		 }
	}

    .cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box > div:first-child .type {
        font-size: 16px;
        font-family: Neris-Thin;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        margin-left: -7px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        text-transform: uppercase;
        font-weight: 700;
    }

    .cmp-solvencia .graphic-cifra .wrapper-cifras.xl .box .description {
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 205px;
        padding-left: 18px;
        padding-top: 10px;
        color: #5A5A5A;
        font-weight: 700;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-solvencia + .cmp-solvencia > .inv-container {
        margin-top: -80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-solvencia + .cmp-solvencia > .inv-container {
        margin-top: -75px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-solvencia + .cmp-solvencia > .inv-container {
        margin-top: -60px;
    }
}

/*
  Conditions
*/
.cmp-condiciones {
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (max-width: 767px) {
	.cmp-condiciones {
	    padding-left: 15px;
	    padding-right: 15px;
	    word-break: break-word;
	}
}

.cmp-condiciones a {
    font-weight: bold;
}

/*
  Mapa Web
*/

.cmp-mapaweb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 220px 90px 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cmp-mapaweb {
        padding: 80px 120px 80px 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .cmp-mapaweb {
        padding: 75px 80px 75px 80px;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-mapaweb {
        padding: 60px 25px 60px 25px;
        flex-direction: column-reverse;
    }
}

.cmp-mapaweb .wrapper-mapaweb {
    margin-top: 50px;
}

.cmp-mapaweb .wrapper-mapaweb .tree {
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

.cmp-mapaweb .wrapper-mapaweb .tree li {
    position: relative;
    padding-bottom: 8px;
    align-items: flex-start;
}

.cmp-mapaweb .wrapper-mapaweb .tree li [id^='n1'] + label {
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #3db9bf;
    font-family: Neris-SemiBold;
    color: #007A8C;
}

.cmp-mapaweb .wrapper-mapaweb .tree li [id^='n1'] + label:after {
    content: " ";
    padding: 10px;
    position: absolute;
    background-image: url(../img/icon_flecha_up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
}

.cmp-mapaweb .wrapper-mapaweb .tree label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #003c4f;
    font-weight: initial;
}

.cmp-mapaweb .wrapper-mapaweb .tree label a {
    color: inherit;
}

.cmp-mapaweb .wrapper-mapaweb .tree .tree_label {
    cursor: pointer;
}

.cmp-mapaweb .wrapper-mapaweb .tree input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.cmp-mapaweb .wrapper-mapaweb .tree input ~ ul {
    display: none;
    list-style: none;
}

.cmp-mapaweb .wrapper-mapaweb .tree input:checked ~ ul {
    display: block;
    list-style: none;
}

.cmp-mapaweb .wrapper-mapaweb .tree input:checked + label[for=n1]:after {
    content: "-";
}

.cmp-mapaweb .wrapper-mapaweb .tree input:checked + [for^=n1] {
    border-bottom: 1px solid white !important;
}

.cmp-mapaweb .wrapper-mapaweb .tree input:checked + [for^=n1]:after {
    content: " ";
    padding: 10px;
    position: absolute;
    background-image: url(../img/icon_flecha_up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.cmp-mapaweb .wrapper-mapaweb .tree button.tree_toggle {
    display: inline-block;
    width: 100%;
    height: 28px;
    margin-right: 6px;
    background: none;
    border: none;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    align-items: center;
}

.cmp-mapaweb .wrapper-mapaweb .tree .tree_label_link {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #007A8C;
    font-weight: initial;
    text-decoration: none;
}

.cmp-mapaweb .wrapper-mapaweb .tree > li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 8px;
    border-top: 1px solid #007A8C;
    font-family: Neris-SemiBold;
    color: #007A8C;
}

.cmp-mapaweb .wrapper-mapaweb .tree button.tree_toggle:after {
    content: "";
    padding: 8px;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 16px;
    height: 16px;
    background-image: url(../img/icon_flecha_up.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.18s ease;
}

.cmp-mapaweb .wrapper-mapaweb .tree button.tree_toggle[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(180deg);
}

.cmp-mapaweb .wrapper-mapaweb .tree button.tree_toggle ~ ul {
    display: none;
    list-style: none;
}

.cmp-mapaweb .wrapper-mapaweb .tree button.tree_toggle[aria-expanded="true"] ~ ul {
    display: block;
}

.cmp-mapaweb .wrapper-mapaweb .tree button.tree_toggle:focus,
.cmp-mapaweb .wrapper-mapaweb .tree .tree_label_link:focus {
    outline: 2px solid #005a6b;
    outline-offset: 2px;
}

.cmp-mapaweb .wrapper-mapaweb .tree .tree_item_head {
    display: flex;
    align-items: center;
}

.cmp-mapaweb .wrapper-mapaweb .tree .tree_item_head .tree_label_link {
    flex: 1 1 auto;
    display: inline-block;
}

.cmp-mapaweb .wrapper-mapaweb .tree .tree_item_head .tree_toggle {
    margin-left: 8px;
}

.cmp-mapaweb .wrapper-mapaweb .tree li > ul {
    display: none;
    list-style: none;
    width: 100%;
    margin-top: 6px;
    padding-left: 40px;
}

.cmp-mapaweb .wrapper-mapaweb .tree li.open > ul {
    display: block;
}

.cmp-mapaweb .without-after:after {
    content: none !important;
}

/*
  Volver
*/

.cmp-volver {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 80px;
    right: 50px;
    z-index: 999;
    opacity: 1;
}

.cmp-volver img {
    transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
    .cmp-volver {
        display: none;
    }
}

.ancla-footer {
	position : absolute;
	top: -100px;
}

@media only screen and (max-width:767px){
  .ancla-footer {
	position : absolute;
	bottom: 300px;
	} 
}

.cmp-footer-inv>div:first-child ul li a > img {
	width: 16px;
    padding-right: 4px;
    margin-right: 2px;
}

/*
Card component
*/

.cmp-card-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 220px;
    padding-left: 220px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 25px;
}

.cmp-card {
    background-color: black;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


.cmp-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transform: scale(1.05);
}


.cmp-card.small {
    width: 30%;
}

.cmp-card.medium {
    width: 48%;
}

.cmp-card.large {
    width: 100%;
}

.cmp-card .content-img {
    height: 275px;
    overflow: hidden;
    background-size: cover;
}
.cmp-card .content-text{
    position: relative;
}

.cmp-card .content-text span.subtittle {
    position: absolute;
    top: 35px;
    left: 10px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cmp-card .content-img img {
    width: 100%;
}

.cmp-card .content-img img:hover {}

.cmp-card .content-text {
    background-color: white;
    color: #5A5A5A;
    padding: 5px 10px;
    font-family: Neris-SemiBold;
}

.cmp-card .content-text h2 {
    font-size: 20px;
    font-family: Neris-SemiBold;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    color: #5A5A5A;
    display: inline-flex;
    margin: 5px 25px 25px 0;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cmp-card .content-text p {
    font-size: 16px;
    font-family: Neris-Thin;
    color: #333;
}

@media (max-width: 992px) {
    .cmp-card-wrapper .cmp-card.small {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .cmp-card-wrapper .cmp-card.medium {
        width: 100%;
    }
}

@media only screen and (max-width: 767px){
    .cmp-card-wrapper {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px){
    .cmp-card-wrapper {
        padding-right: 80px;
        padding-left: 80px;
    }
}


@media only screen and (max-width: 1199px) and (min-width: 992px){
    .cmp-card-wrapper {
        padding-right: 120px;
        padding-left: 120px;
    }
}

.cmp-card-wrapper .card-accordion {
    cursor:pointer;
    position: absolute;
    top: 4px;
    right: 20px;
    transform: scaleX(0.5);
    font-size: 20px;
}

.cmp-card-wrapper .card-accordion.active {
    cursor:pointer;
    position: absolute;
    top: 8px;
    right: 20px;
    transform: rotate(90deg) scaleX(0.5);
    font-size: 20px;
}

.cmp-card-video {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.cmp-card-video .card-video-wrapper {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.4);
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    border: 5px solid white;
    box-sizing: content-box;
    border-radius: 6px;    
    margin:15px;
}

@media only screen and (min-width: 767px) {
    .cmp-card-video .card-video-wrapper {       
        height: 480px;
    }
}


.cmp-card-video video {
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .cmp-card-video video {
        height: 100%;
        width: auto;
    }
}

.cmp-card-wrapper a.play-card{
    position: absolute;
    top: 90px;
    left: calc(50% - 40px);
}

        


/*
Carrousel component (video)
*/

.cmp-carousel-video {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.cmp-carousel-video .carousel-video-wrapper {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.4);
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    border: 5px solid white;
    box-sizing: content-box;
    border-radius: 6px;    
    margin:15px;
}

@media only screen and (min-width: 767px) {
    .cmp-carousel-video .carousel-video-wrapper {       
        height: 480px;
    }
}


.cmp-carousel-video video {
    width: 100%;
}

@media only screen and (min-width: 767px) {
    .cmp-carousel-video video {
        height: 100%;
        width: auto;
    }
}

.noticias a.play-button {
    position: absolute;
    top: 45px;
    left: calc(50% - 40px);
}

/*
Componente encuesta (modal pregunta)
*/

.cmp-encuesta{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

.cmp-encuesta .cmp-encuesta-wrapper {
     -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.4);
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
    border: 5px solid white;
    box-sizing: content-box;
    border-radius: 6px;
    max-height: 300px;
    background-color: white;
    padding: 25px;
    min-width: 225px;
}

.cmp-encuesta .cmp-encuesta-wrapper .panel-button {    
    display: flex;
    justify-content: space-around;
}

.cmp-encuesta .cmp-encuesta-wrapper .panel-button>a {
    margin-top: 15px;
    width: 75px;
    background-color: blue;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
    color: white;
    background-color: #007A8C;    
    margin:5px;
}

.cmp-encuesta .cmp-encuesta-wrapper .wrapper-image{ 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:5px;
}

.cmp-encuesta .cmp-encuesta-wrapper .wrapper-image img{
	width: unset;
	
}