@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, body {
  height: 100%; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-size: 112.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*----------FUENTES-------------*/
@font-face {
  font-family: 'FuturaBold';
  src: url("fonts/FuturaPTWeb-Boldd41d.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPTWeb-Bold.woff") format("woff"), url("fonts/FuturaPTWeb-Bold.ttf") format("truetype"), url("fonts/FuturaPTWeb-Bold.svg#FuturaPTWeb-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FuturaBook';
  src: url("fonts/FuturaPTWeb-Bookd41d.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPTWeb-Book.woff") format("woff"), url("fonts/FuturaPTWeb-Book.ttf") format("truetype"), url("fonts/FuturaPTWeb-Book.svg#FuturaPTWeb-Book") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FuturaDemi';
  src: url("fonts/FuturaPTWeb-Demid41d.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPTWeb-Demi.woff") format("woff"), url("fonts/FuturaPTWeb-Demi.ttf") format("truetype"), url("fonts/FuturaPTWeb-Demi.svg#FuturaPTWeb-Demi") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FuturaLight';
  src: url("fonts/FuturaPTWeb-Lightd41d.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPTWeb-Light.woff") format("woff"), url("fonts/FuturaPTWeb-Light.ttf") format("truetype"), url("http://www.think2win.es/#FuturaPTWeb-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  font-weight: 300; }

/*----------------------------------------*/
/*----------COOKIES----------------*/
#cookie-bar {
  background: rgba(17, 17, 17, 0.8);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 12px; }
  #cookie-bar p {
    margin: 0;
    padding: 0;
    font-family: 'FuturaBook',sans-serif;
    font-size: 14px; }
  #cookie-bar a {
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px; }
  #cookie-bar .cb-enable {
    border: 1px solid white; }
    #cookie-bar .cb-enable:hover {
      background: #0258b1; }
  #cookie-bar .cb-disable {
    background: #990000; }
    #cookie-bar .cb-disable:hover {
      background: #bb0000; }
  #cookie-bar .cb-policy {
    background: #0033bb; }
    #cookie-bar .cb-policy:hover {
      background: #0055dd; }

body {
  font-family: 'FuturaBook',sans-serif;
  font-size: 20px; }

.col-1 {
  width: 8.33333333333%;
  float: left; }

.col-2 {
  width: 16.6666666666%;
  float: left; }

.col-3 {
  width: 24.9999999999%;
  float: left; }

.col-4 {
  width: 33.3333333333%;
  float: left; }

.col-5 {
  width: 41.6666666666%;
  float: left; }

.col-6 {
  width: 49.9999999999%;
  float: left; }

.col-7 {
  width: 58.3333333333%;
  float: left; }

.col-8 {
  width: 66.6666666666%;
  float: left; }

.col-9 {
  width: 74.9999999999%;
  float: left; }

.col-10 {
  width: 83.3333333333%;
  float: left; }

.col-11 {
  width: 91.6666666666%;
  float: left; }

.col-12 {
  width: 100%;
  float: left; }

@media (min-width: 768px) {
  .container-tg {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px; } }
.container-fluid-tg {
  width: 100%;
  margin: 0; }

@media (min-width: 768px) {
  .flex {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap; }

  .flex .flex-elmt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flexbox; } }
@media (max-width: 991px) {
  .xs-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 992px) {
  .md-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 768px) {
  .sm-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 1200px) {
  .hidden-xl {
    display: none !important; } }
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.padding-0 {
  padding: 0; }

.margin-0 {
  margin: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #222; }

p {
  font-family: "Open Sans", sans-serif; }

.background-grey {
  background-color: #f8f8f8; }

div.to_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  cursor: pointer;
  z-index: 9;
  display: none; }
  div.to_top > img {
    width: 15px;
    transform: rotate(180deg); }
  div.to_top.to_top:hover {
    background: rgba(0, 0, 0, 0.8); }

/* MEN├Ü */
.site-wrap {
  opacity: 1; }
  .site-wrap.show-nav {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  .site-wrap.show-nav::before {
    content: '';
    position: fixed;
    background-color: rgba(23, 23, 23, 0.96);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .site-wrap nav {
    display: none;
    width: 100%; }
    .site-wrap nav ul {
      list-style: none;
      padding: 0; }
      .site-wrap nav ul.menu {
        padding-left: 90px;
        margin-top: 90px; }
        .site-wrap nav ul.menu li {
          font-family: 'FuturaDemi',sans-serif;
          font-size: 56px;
          text-transform: uppercase;
          line-height: 66px;
          padding: 20px 0;
          font-weight: 900; }
          .site-wrap nav ul.menu li a {
            text-decoration: none;
            color: white;
            padding-left: 25px;
            border-left: 5px solid transparent;
            transition: all 500ms ease; }
            .site-wrap nav ul.menu li a:hover {
              color: #75bcd8;
              border-left: 5px solid #75bcd8; }
            .site-wrap nav ul.menu li a.opcionActiva {
              color: #75bcd8; }
    .site-wrap nav .rrss_menu {
      display: inline-block;
      padding-top: 30px; }
      .site-wrap nav .rrss_menu ul {
        margin: 0;
        padding-left: 45px;
        border-left: 1px solid #75bcd8; }
        .site-wrap nav .rrss_menu ul li {
          line-height: 80px; }
          .site-wrap nav .rrss_menu ul li a {
            color: white;
            width: 20px; }
    .site-wrap nav .language {
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      padding-left: 120px;
      color: #888888; }
      .site-wrap nav .language a {
        color: #888888;
        text-transform: uppercase;
        text-decoration: none; }
      .site-wrap nav .language .active {
        color: #75bcd8;
        font-weight: 900; }
      .site-wrap nav .language span {
        margin: 0 7px; }
  .site-wrap.show-nav nav {
    display: block; }

.toggle-nav {
  position: absolute;
  right: 40px;
  top: 15px;
  color: #fff;
  display: block;
  z-index: 99;
  width: 30px;
  height: 30px; }
  .toggle-nav:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .toggle-nav .option {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    width: 80px;
    left: 125%;
    text-align: center;
    top: 20%; }
  .toggle-nav .icon-container {
    position: relative;
    border: none;
    cursor: pointer;
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    vertical-align: text-top; }
    .toggle-nav .icon-container i {
      cursor: pointer;
      height: 2px;
      width: 30px;
      position: absolute;
      top: 13px;
      margin: auto;
      left: 0;
      right: 0;
      display: block;
      content: '';
      background-color: white;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .toggle-nav .icon-container i:before {
        cursor: pointer;
        height: 2px;
        width: 30px;
        position: absolute;
        display: block;
        content: '';
        top: -8px;
        background-color: white;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .toggle-nav .icon-container i:after {
        cursor: pointer;
        height: 2px;
        width: 30px;
        position: absolute;
        display: block;
        content: '';
        bottom: -8px;
        background-color: white;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .toggle-nav:hover i:before {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  .toggle-nav:hover i:after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  .toggle-nav.active i {
    background-color: transparent; }
    .toggle-nav.active i:before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .toggle-nav.active i:after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .toggle-nav.active i:before, .toggle-nav.active i:after {
      top: 0; }

@media (max-width: 767px) {
  .site-wrap nav ul.menu {
    padding-left: 0;
    margin-top: 60px; }
    .site-wrap nav ul.menu > li {
      font-size: 40px;
      padding: 5px 0; }
      .site-wrap nav ul.menu > li > a {
        padding-left: 20px;
        line-height: 40px;
        display: inline-block; }
  .site-wrap .container-tg .row-tg > div {
    width: 100%; }
  .site-wrap .rrss_menu ul {
    margin: 0 7% !important;
    padding-left: 0 !important;
    border-top: 1px solid #75bcd8;
    border-left: none !important; }
    .site-wrap .rrss_menu ul > li {
      width: 20%;
      float: left;
      text-align: center; }
      .site-wrap .rrss_menu ul > li img {
        width: 35%;
        max-height: 35px; }
  .site-wrap .language {
    text-align: center;
    padding: 0 !important;
    margin-top: 20px; }

  .push-wrap {
    position: relative; }
    .push-wrap img.logo {
      left: 20px !important; }
    .push-wrap .toggle-nav {
      right: 20px !important; } }
.push-wrap {
  position: relative;
  top: 0; }
  .push-wrap img.logo {
    height: 70px;
    position: absolute;
    top: 26px;
    left: 45px;
    z-index: 105;
    cursor: pointer;
    transition: all 500ms ease; }
  .push-wrap nav {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1; }

.scroll-menu {
  background: rgba(0, 0, 0, 0.79);
  position: fixed;
  top: -45px;
  height: 45px;
  width: 100%;
  z-index: 105; }
  .scroll-menu img.logo {
    top: 13px; }
  .scroll-menu .toggle-nav {
    top: 8px; }

/*HOME*/
.meaningful {
  background-size: cover;
  overflow: hidden;
  min-height: 600px;
  height: 30vw;
  position: relative; }
  .meaningful .col-6.center {
    text-align: center; }
  .meaningful .col-6 .play {
    width: 110px;
    height: 110px;
    background-color: rgba(34, 34, 34, 0.4);
    border: solid 2px #ffffff;
    border-radius: 80px;
    margin: 240px 0 251px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all 500ms ease; }
    .meaningful .col-6 .play .triangle-play {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 0 25px 40px;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      left: calc(50% - 15px);
      top: calc(50% - 25px); }
    .meaningful .col-6 .play:hover {
      margin-top: 235px;
      width: 120px;
      height: 120px; }
  .meaningful .col-6 h1 {
    font-family: 'FuturaDemi';
    font-size: 76px;
    line-height: 76px;
    color: white;
    max-width: 495px;
    margin: 160px 0 130px; }
    .meaningful .col-6 h1 strong {
      color: #75bcd8; }
  .meaningful .titular-container {
    position: absolute;
    right: 0;
    z-index: 1; }
  .meaningful .play-container {
    position: absolute;
    left: 0;
    z-index: 2; }
  .meaningful #video_background {
    width: 100%; }
  .meaningful div#background-img {
    height: 100%;
    width: 100%; }

@media (max-width: 1080px) {
  #video_background {
    height: 100%;
    width: auto !important; } }
@media (max-width: 767px) {
  .meaningful {
    position: relative;
    min-height: 800px;
    height: 30vw; }
    .meaningful > .col-6 {
      width: 100%;
      clear: both; }
    .meaningful .play {
      margin: 0 !important;
      width: 80px !important;
      height: 80px !important;
      position: absolute !important;
      bottom: 70px;
      right: 50px; }
      .meaningful .play .triangle-play {
        border-width: 18px 0 18px 30px !important;
        left: calc(50% - 11px) !important;
        top: calc(50% - 19px) !important; }
    .meaningful h1 {
      font-size: 52px !important;
      line-height: 58px !important;
      margin: 160px 20px 205px !important; }
    .meaningful .play-container {
      bottom: 0; } }
.we_are {
  background-color: #75bcd8;
  
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: 119% 84%;
  padding: 120px 0;
  overflow: hidden; }
  .we_are .subtitle {
    font-size: 14px; }
  .we_are h2 {
    line-height: 1.22;
    font-size: 46px;
    font-family: 'FuturaDemi',sans-serif;
    max-width: 450px;
    margin: 0.83em 0;
    position: relative; }
  .we_are h2:after {
    content: url(./img/simbolo2.svg);
    position: absolute;
    left: -40px;
    top: -15px; }
  .we_are p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 30px; }
  .we_are a.more_arrow {
    position: relative; }
    .we_are a.more_arrow > span {
      font-size: 16px;
      color: #222;
      opacity: 0;
      transition: all 200ms ease; }
    .we_are a.more_arrow > img {
      position: absolute;
      top: calc(50% - 7px);
      left: 0;
      transition: all 500ms ease; }
  .we_are a.more_arrow.active {
    text-decoration: none;
    color: #222; }
    .we_are a.more_arrow.active > span {
      opacity: 1;
      transition: all 500ms ease; }
    .we_are a.more_arrow.active > img {
      left: 65px; }

@media (max-width: 767px) {
  .we_are {
    padding: 10% 6%; }
    .we_are .col-6 {
      float: none;
      width: 100%;
      padding: 0; }
    .we_are h2 {
      font-size: 34px;
      line-height: 44px; }
    .we_are h2:after {
      content: ''; }
    .we_are p {
      font-size: 14px;
      line-height: 25px; } }
.noticia {
  background-color: #222222;
  overflow: hidden; }
  .noticia .subtitle {
    font-size: 14px;
    color: #75bcd8; }
  .noticia h2 {
    line-height: 1.22;
    font-size: 20px;
    font-family: 'FuturaDemi',sans-serif;
    max-width: 100%;
margin: 0.83em 0;

    position: relative;
    color: #75bcd8; }
  
  .noticia p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 30px; }
  .noticia a.more_arrow {
    position: relative; }
    .noticia a.more_arrow > span {
      font-size: 16px;
      color: #75bcd8;
      opacity: 0 !important;
      transition: all 200ms ease !important; }
    .noticia a.more_arrow > img {
      position: absolute;
      top: calc(50% - 7px) !important;
      left: 0 !important;
      transition: all 500ms ease !important; }
  .noticia a.more_arrow.active {
    text-decoration: none;
    color: #75bcd8; }
    .noticia a.more_arrow.active > span {
      opacity: 1 !important;
      transition: all 500ms ease !important; }
    .noticia a.more_arrow.active > img {
      left: 65px !important; }
  .noticia .noticia_img img {
    margin-top: 40%;
    width: 80%; }
  .noticia .noticia_img_10 {
    margin-top: 10%; }
  .noticia .container-tg {
    width: 100%; }

@media (max-width: 767px) {
  .noticia {
    padding: 10% 6%; }
    .noticia .col-6 {
      float: none;
      width: 100%;
      padding: 0; }
    .noticia .col-4 {
      float: none;
      width: 100%;
      padding: 0; }
    .noticia .col-8 {
      float: none;
      width: 100%;
      padding: 0; }
    .noticia h2 {
      font-size: 16px;
      line-height: 16px; }
    .noticia h2:after {
      content: ''; }
    .noticia p {
      font-size: 14px;
      line-height: 25px; }
    .noticia .noticia_img {
      text-align: center; }
    .noticia .noticia_img img {
      margin-top: 10%;
      width: 80%; } }
.how_box {
  padding: 40px 0 0 40px;
  background-color: white;
  overflow: hidden; }
  .how_box > div {
    margin: 0 40px 40px 0; }
    .how_box > div .how_315 {
      height: 315px; }
    .how_box > div .how_670 {
      height: 670px; }
    .how_box > div [data-how="01"] {
      background-image: url("../img/web189A7362059.jpg"); }
      .how_box > div [data-how="01"] .num_img {
        width: 95px !important; }
    .how_box > div [data-how="02"] {
      background-image: url("../img/web189A7734107.jpg");
      background-position: 50% 12% !important; }
    .how_box > div [data-how="03"] {
      background-image: url("../img/brand189A7264047.jpg"); }
    .how_box > div [data-how="04"] {
      background-image: url("../img/web189A7415071.jpg"); }
    .how_box > div [data-how="05"] {
      background-image: url("../img/TBF03AB.jpg");
      background-position: center center !important; }
    .how_box > div [data-how="06"] {
      background-image: url("../img/TBF012_AB.jpg"); }
    .how_box > div [data-how="07"] {
      background-image: url("../img/TBF014AB.jpg"); }
    .how_box > div [data-how="08"] {
      background-image: url("../img/web189A7729110.jpg"); }
    .how_box > div .container_img:before {
      content: '';
      background: rgba(0, 0, 0, 0.2);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      transition: all 500ms ease;
      cursor: pointer; }
    .how_box > div .container_img:hover::before {
      content: '';
      background: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1; }
    .how_box > div .container_img:hover::after {
      content: url(.././img/flecha-azul.svg);
      position: absolute;
      z-index: 2;
      right: 30px;
      bottom: 30px;
      cursor: pointer; }
    .how_box > div .container_img::after {
      content: url(.././img/flecha-azul.svg);
      position: absolute;
      z-index: 2;
      right: 30px;
      bottom: -30px;
      transition: all 500ms ease; }
    .how_box > div .container_img {
      overflow: hidden;
      margin: 0 40px 0 0;
      background-position: center;
      background-size: cover;
      position: relative; }
      .how_box > div .container_img > div {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 2;
        cursor: pointer; }
        .how_box > div .container_img > div > .num_img {
          font-family: "FuturaBold";
          font-size: 90px;
          font-weight: bold;
          line-height: 0.7;
          color: #fff;
          display: inline-block;
          float: left;
          width: 110px; }
        .how_box > div .container_img > div > .txt_img {
          font-family: "FuturaBold";
          font-weight: bold;
          display: inline-block;
          color: #FFF;
          float: left;
          line-height: 1.1;
          font-size: 20px;
          letter-spacing: 1px;
          margin-left: 8px; }
    .how_box > div > div > .container_img:last-child {
      margin: 0; }
    .how_box > div .container_img.col-9 {
      width: calc(74.9999999999% - 40px); }
    .how_box > div .container_img.col-3 {
      width: calc(24.9999999999% - 40px); }
    .how_box > div .container_img.col-5 {
      width: calc(41.6666666666% - 40px); }
    .how_box > div .container_img.col-4 {
      width: calc(33.3333333333% - 40px); }
    .how_box > div .container_img.col-8 {
      width: calc(66.6666666666% - 40px); }
    .how_box > div .container_img.col-7 {
      width: calc(58.3333333333% - 40px); }
  .how_box > .col-9 {
    width: calc(74.9999999999% - 40px); }
  .how_box > .col-3 {
    width: calc(24.9999999999% - 40px); }
  .how_box > .col-5 {
    width: calc(41.6666666666% - 40px); }
  .how_box > .col-4 {
    width: calc(33.3333333333% - 40px); }
  .how_box > .col-8 {
    width: calc(66.6666666666% - 40px); }

@media (min-width: 768px) {
  .how_box > div > div > .col-5 {
    width: calc(41.6666666666%) !important; }
  .how_box > div > div > .col-4 {
    width: calc(33.3333333333%) !important; }
  .how_box > div > div + div > div {
    margin-top: 40px !important; }
  .how_box .container_img:hover::after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .how_box .container_img span.num_img {
    font-size: 70px !important; }
  .how_box .container_img span.txt_img {
    width: 100%;
    margin-top: 12px;
    font-size: 16px !important; }
  .how_box .container_img .container_img:hover::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px; } }
@media (max-width: 767px) {
  .how_box {
    padding: 20px 0 0 20px; }
    .how_box > div:nth-child(2) {
      margin-bottom: 0; }
    .how_box > div {
      width: calc(100% - 20px) !important;
      margin: 0 20px 20px 0; }
    .how_box .container_img {
      height: 315px !important;
      width: 100% !important; }
      .how_box .container_img span.txt_img {
        width: 100%;
        margin-top: 12px;
        font-size: 20px; }
      .how_box .container_img .container_img:hover::after {
        content: "";
        position: absolute;
        z-index: 2;
        right: 30px;
        bottom: 30px; }
    .how_box > div > div > .container_img {
      margin-bottom: 20px !important; }
    .how_box [data-how="05"] {
      margin-bottom: 0 !important; } }
.ready {
  background: url(../img/web189A7450083.jpg) 50% 35% no-repeat;
  background-size: cover;
  overflow: hidden;
  clear: both; }
  .ready h2 {
    font-size: 70px;
    color: #75bcd8;
    padding: 17% 40px 180px 10%;
    margin: 0;
    font-family: 'FuturaDemi', sans-serif; }
  .ready > div {
    position: relative; }
  .ready .hire_us {
    font-family: 'FuturaLight',sans-serif;
    font-size: 45px;
    font-weight: 300;
    color: #75bcd8;
    border: 2px solid;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    width: 260px;
    height: 260px;
    position: absolute;
    margin-top: 10%;
    right: 80px; 
  }
    .ready .hire_us > span {
      position: absolute;
      top: calc(50% - 100px);
      left: 15px;
      display: inline-block;
      right: 0;
      text-align: left; }
  @media (min-width: 768px) {
    .ready h2 > span {
      position: relative; }
    .ready h2 > span:after {
      content: '';
      width: 1px;
      height: 90px;
      background: #FFF;
      position: absolute;
      top: 0;
      left: 5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .ready .hire_us {
    width: 220px;
    height: 220px;
    font-size: 50px; } }
@media (max-width: 767px) {
  .ready > div {
    width: 100%; }
  .ready h2 {
    font-size: 40px;
    text-align: center;
    padding: 60px; }
  .ready .hire_us {
    margin: 0 0 80px;
    width: 200px;
    height: 200px;
    position: relative;
    left: 0; }
    .ready .hire_us > span {
      font-size: 40px;
      top: calc(50% - 100px); } }
/* FOOTER */
#footer {
  color: white;
  font-family: 'Open Sans', sans-serif; }
  #footer .top-bar {
    overflow: hidden; }
    #footer .top-bar > .col-8 {
      background-color: #222222;
      font-size: 16px; }
      #footer .top-bar > .col-8 > div {
        padding: 50px 30px 40px; }
        #footer .top-bar > .col-8 > div > img {
          width: 80px; }
        #footer .top-bar > .col-8 > div > p {
          max-width: 330px; }
    #footer .top-bar > .col-4 {
      background-color: #3a3a3a;
      font-size: 14px; }
      #footer .top-bar > .col-4 > div {
        padding: 50px 30px 40px; }
    #footer .top-bar ul + ul:not(.social-icon) {
      margin-left: 50px; }
    #footer .top-bar ul:not(.social-icon) {
      padding: 0;
      float: left;
      padding-left: 12px;
      margin: 20px 0; }
      #footer .top-bar ul:not(.social-icon) li {
        list-style: none; }
        #footer .top-bar ul:not(.social-icon) li a {
          text-decoration: none;
          color: #FFF;
          line-height: 28px;
          font-size: 14px;
          transition: all 500ms ease; }
        #footer .top-bar ul:not(.social-icon) li a:hover {
          color: #75bcd8; }
    #footer .top-bar ul.social-icon {
      padding: 0;
      list-style: none;
      display: inline-block;
      width: 100%;
      padding-left: 12px; }
      #footer .top-bar ul.social-icon li {
        display: inline-block;
        float: left;
        margin: 0 10px 10px 0;
        width: 40px;
        height: 40px;
        position: relative; }
        #footer .top-bar ul.social-icon li a {
          display: inline-block;
          width: 100%;
          height: 100%;
          background: #222;
          transition: all 500ms ease; }
          #footer .top-bar ul.social-icon li a img {
            height: 20px;
            width: 20px;
            position: absolute;
            left: calc(50% - 10px);
            top: calc(50% - 10px); }
        #footer .top-bar ul.social-icon li a:hover {
          background: #0e0e0e; }
    #footer .top-bar h4 {
      font-family: "FuturaDemi", "sans-serif";
      color: #75bcd8;
      font-size: 16px;
      line-height: 30px;
      margin: 0;
      padding-left: 10px;
      border-left: 2px solid;
      font-weight: 600;
      letter-spacing: 0.6px; }
  #footer .bottom-bar {
    background-color: black; }
    #footer .bottom-bar .language {
      background: #000;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      color: #888888; }
      #footer .bottom-bar .language a {
        color: #888888;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 500ms ease; }
      #footer .bottom-bar .language a:hover {
        color: #75bcd8; }
      #footer .bottom-bar .language .active {
        color: #75bcd8;
        font-weight: 900; }
      #footer .bottom-bar .language span {
        margin: 0 7px; }
      #footer .bottom-bar .language > div {
        padding: 25px 30px; }
    #footer .bottom-bar .links_footer {
      background: #000;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      color: #888888; }
      #footer .bottom-bar .links_footer > div {
        padding: 25px 30px; }
        #footer .bottom-bar .links_footer > div a {
          color: #888888;
          text-decoration: none;
          transition: all 500ms ease; }
        #footer .bottom-bar .links_footer > div a:hover {
          color: #75bcd8; }
        #footer .bottom-bar .links_footer > div span {
          margin: 0 7px; }
        #footer .bottom-bar .links_footer > div p {
          margin: 0;
          text-align: center;
          display: inline-block; }
  #footer .aviso-legal-modal {
    position: absolute;
    top: 0;
    z-index: 101;
    padding: 10% 8%; }
    #footer .aviso-legal-modal .container-aviso-legal {
      max-width: 900px;
      height: 100%;
      font-size: 16px;
      line-height: 20px; }
      #footer .aviso-legal-modal .container-aviso-legal h2 {
        font-size: 56px;
        line-height: 66px;
        color: #FFF;
        font-family: "FuturaDemi";
        margin-bottom: 45px; }
      #footer .aviso-legal-modal .container-aviso-legal h4 {
        line-height: 30px;
        font-size: 16px;
        color: #FFF; }
      #footer .aviso-legal-modal .container-aviso-legal p {
        font-size: 16px;
        line-height: 20px; }
      #footer .aviso-legal-modal .container-aviso-legal p:last-child {
        margin-top: 50px; }
      #footer .aviso-legal-modal .container-aviso-legal a {
        color: #75bcd8; }
    #footer .aviso-legal-modal .close-aviso {
      position: fixed;
      top: 19px;
      right: 40px;
      cursor: pointer; }
  #footer .politica-modal {
    position: absolute;
    top: 0;
    z-index: 101;
    padding: 10% 8%; }
    #footer .politica-modal .container-politica {
      max-width: 900px;
      height: 100%;
      font-size: 16px;
      line-height: 20px; }
      #footer .politica-modal .container-politica h2 {
        font-size: 56px;
        line-height: 66px;
        color: #FFF;
        font-family: "FuturaDemi";
        margin-bottom: 45px; }
      #footer .politica-modal .container-politica h4 {
        line-height: 30px;
        font-size: 16px;
        color: #FFF; }
      #footer .politica-modal .container-politica p {
        font-size: 16px;
        line-height: 20px; }
      #footer .politica-modal .container-politica p:last-child {
        margin-top: 50px; }
      #footer .politica-modal .container-politica a {
        color: #75bcd8; }
    #footer .politica-modal .close-politica {
      position: fixed;
      top: 19px;
      right: 40px;
      cursor: pointer; }

.aviso-legal-back {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.96);
  left: 0;
  top: 0; }

.aviso-legal-fade {
  display: none; }

.politica-back {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.96);
  left: 0;
  top: 0; }

.politica-fade {
  display: none; }

.container-politica td {
  border: 1px solid #FFF;
  padding: 15px; }

@media (min-width: 768px) and (max-width: 991px) {
  #footer .top-bar > .col-8 > div {
    padding: 35px; }
  #footer .top-bar > .col-8 div:first-child {
    width: 45%; }
  #footer .top-bar > .col-8 div:last-child {
    width: 55%;
    padding-left: 0; }
  #footer .top-bar > .col-4 > div {
    padding: 35px; } }
@media (max-width: 767px) {
  #footer .top-bar > .col-8 {
    text-align: center;
    width: 100%;
    display: block; }
    #footer .top-bar > .col-8 > .col-6 {
      width: 100%; }
    #footer .top-bar > .col-8 > div:first-child {
      border-bottom: 1px solid #888888;
      margin: 0 25px;
      padding-left: 0;
      padding-right: 0;
      width: calc(100% - 50px); }
    #footer .top-bar > .col-8 > div:last-child ul {
      width: calc(50% - 40px);
      padding-left: 0; }
  #footer .top-bar > .col-4 {
    width: 100%;
    text-align: center; }
    #footer .top-bar > .col-4 > div {
      padding: 35px;
      float: none; }
    #footer .top-bar > .col-4 div {
      max-width: 233px;
      margin: 0 auto; }
      #footer .top-bar > .col-4 div ul:not(.social-icon) {
        width: 100%;
        padding-left: 0; }
      #footer .top-bar > .col-4 div ul.social-icon {
        padding-left: 0;
        width: 40px; }
  #footer .top-bar h4 {
    padding-left: 0;
    border: none; }
  #footer .bottom-bar .language {
    width: 100%;
    text-align: center; }
    #footer .bottom-bar .language > div {
      width: 100%; }
  #footer .bottom-bar .links_footer {
    width: 100%;
    text-align: center; }
    #footer .bottom-bar .links_footer > div {
      padding-top: 20px; }
      #footer .bottom-bar .links_footer > div span {
        display: none; }
      #footer .bottom-bar .links_footer > div a {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 3px 0; }
      #footer .bottom-bar .links_footer > div a:last-child {
        padding-top: 20px; } }
/* MODAL */
.modal-body {
  padding: 0 !important; }

.modal-content {
  border-radius: 0; }

.modal-backdrop.in {
  opacity: 0.7 !important; }

.modal-header {
  display: block !important;
  background: transparent;
  padding: 0 !important;
  border: none; }
  .modal-header > h4 {
    display: none !important; }
  .modal-header > button.close {
    color: #FFF;
    opacity: 1;
    position: absolute;
    right: -33px;
    top: -33px;
    font-size: 45px;
    color: #75bcd8;
    text-shadow: none; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 3% auto; } }
@media (max-width: 767px) {
  .modal-header > button.close {
    right: 3px !important;
    top: -4px !important;
    z-index: 3; } }
.abrir-google {
  color: #75bcd8;
  font-size: 12px;
  font-family: "Open sans", sans-serif;
  text-align: right;
  width: 100%;
  display: inline-block; }

.abrir-google:hover {
  color: #75bcd8; }

.abrir-google:focus {
  color: #75bcd8; }

.oficina-map {
  margin-bottom: 3px; }
  .oficina-map img {
    width: 55px;
    margin-bottom: 7px; }
  .oficina-map span {
    color: #FFF;
    font-family: "FuturaDemi", sans-serif;
    display: inline-block;
    margin-left: 5px; }

/* Estilos generales */
/*   cabecera   */
.header_main {
  background-size: cover !important;
  overflow: hidden;
  min-height: 600px;
  height: 30vw;
  position: relative; }
  .header_main .to_bottom {
    position: absolute;
    right: 40px;
    bottom: 50px; }
  .header_main > div {
    position: relative;
    height: 100%; }
  .header_main div.titular {
    position: absolute;
    bottom: 50px;
    left: 40px; }
    .header_main div.titular > span {
      font-family: "FuturaLight", sans-serif;
      font-weight: lighter;
      font-size: 40px;
      color: #75bcd8;
      margin-bottom: -15px;
      display: inline-block; }
    .header_main div.titular > h1 {
      font-family: "FuturaDemi", sans-serif;
      margin: 0;
      font-size: 100px;
      line-height: 106px;
      color: #FFF;
      font-weight: bold;
      padding-left: 40px; }

.tick-animated {
  animation-name: tick;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: tick;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite; }

@-moz-keyframes tick {
  0% {
    opacity: 1.0; }
  30% {
    opacity: 0.0; }
  70% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
@-webkit-keyframes tick {
  0% {
    opacity: 1.0; }
  30% {
    opacity: 0.0; }
  70% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
@keyframes tick {
  0% {
    opacity: 1.0; }
  30% {
    opacity: 0.0; }
  70% {
    opacity: 0.0; }
  100% {
    opacity: 1.0; } }
@media (max-width: 767px) {
  .header_main .titular {
    bottom: 30% !important;
    left: 20px !important; }
    .header_main .titular > span {
      max-width: 270px;
      font-size: 24px !important; }
    .header_main .titular > h1 {
      font-size: 60px !important;
      line-height: 70px !important;
      max-width: 335px;
      padding-left: 0 !important; }
  .header_main .to_bottom {
    right: calc(50% - 15px) !important; } }
/* ------------ */
[data-header="about"] {
  background: url(../img/about_back.jpg) center center no-repeat; }

[data-header="contact"] {
  background: url(../img/contactanos_cabecera-web.jpg) center 35% no-repeat; }

[data-header="services"] {
  background: url(../img/servicios-back.jpg) center 35% no-repeat; }

.believe_in .block_grey {
  background: #f1f5f5;
  padding: 6% 5% 7% 10%; }
  .believe_in .block_grey h2 {
    font-family: "FuturaDemi", sans-serif;
    font-size: 70px;
    line-height: 70px;
    color: #222;
    max-width: 440px; }
  .believe_in .block_grey span.subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    display: inline-block; }
.believe_in .block_yellow {
  background: #75bcd8;
  background: #75bcd8;
  padding: 6% 10% 5% 5%; }
  .believe_in .block_yellow h3 {
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 1.7px;
    color: #222;
    font-family: "FuturaDemi", sans-serif; }
  .believe_in .block_yellow p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    position: relative;
    padding-left: 50px; }
  .believe_in .block_yellow p:first-child::after {
    content: url("./img/simbolo2.svg");
    position: absolute;
    top: 0;
    left: 0; }

@-moz-document url-prefix() {
  @media (min-width: 768px) {
    .believe_in .block_grey > div {
      padding: 10% 0 14%; }
    .believe_in .block_yellow > p {
      margin: 15% 0; }

    .bbs_future .col-lg-6:last-child > div {
      padding: 10% 0 14%; }

    .our_people .block_grey > div {
      padding: 10% 0 14%; }
    .our_people .block_yellow > p {
      margin: 15% 0; } }
  @media (min-width: 992px) {
    .bbs_future .col-lg-6:last-child > div {
      padding: 10% 0 14%; } }
  @media (max-width: 992px) {
    .bbs_future .col-lg-6:first-child > img {
      padding: 10% 0 0 !important; }
    .bbs_future .col-lg-6:last-child > div {
      padding: 0 !important; } }
  .info_careers > div h4 {
    margin-top: 20%; }
  .info_careers > div a {
    margin-bottom: 20%;
    display: inline-block; } }
@media (max-width: 767px) {
  .believe_in .block_grey {
    padding: 10% 6% 1px;
    background: #75bcd8; }
  .believe_in .block_yellow {
    padding: 10% 6%; }
    .believe_in .block_yellow p {
      padding: 0;
      font-size: 15px !important;
      line-height: 28px !important; }
      .believe_in .block_yellow p:after {
        content: "" !important; }

  .bbs_future .col-lg-6:first-child {
    min-height: 0 !important; }
    .bbs_future .col-lg-6:first-child img {
      padding: 10% 0 !important; }
  .bbs_future .col-lg-6:last-child {
    padding: 0% 6% 10% !important; }

  .our_people .block_grey {
    padding: 10% 6% 1px !important;
    background: #75bcd8 !important; }
  .our_people .block_yellow {
    padding: 10% 6% !important; }
    .our_people .block_yellow p {
      padding: 0 !important;
      font-size: 15px !important;
      line-height: 28px !important; }
      .our_people .block_yellow p:after {
        content: "" !important; }

  .the_group_services .container_service .logo_group img {
    max-width: 100% !important; }
  .the_group_services .container_service .txt_group {
    top: calc(50% - 35px) !important; }
    .the_group_services .container_service .txt_group span {
      font-size: 25px !important;
      line-height: 30px !important;
      margin-left: 35px;
      padding-right: 35px; } }
/* img section1 */
.section_img1 .block_lines {
  background-color: #3a3a3a;
  min-height: 295px;
  position: relative;
  cursor: default; }
  .section_img1 .block_lines > img {
    position: absolute;
    top: calc(50% - 24.5px);
    left: calc(50% - 73.5px); }
.section_img1 .block_text {
  background-color: #ffffff;
  min-height: 295px;
  position: relative;
  padding: 0; }
  .section_img1 .block_text > div {
    font-family: "open sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    max-width: 320px;
    position: absolute;
    right: 5%;
    bottom: 15%;
    padding: 0 20px; }
.section_img1 .block_img {
  background: url(../img/web189A7416072.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 375px; }

@media (max-width: 767px) {
  .section_img1 .block_text > div {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    padding: 17%; } }
/* future section */
.bbs_future .row > div:first-child {
  position: relative;
  min-height: 250px; }
  .bbs_future .row > div:first-child > img {
    max-width: 400px;
    width: 100%;
    padding: 19% 0; }
.bbs_future .row > div:last-child {
  padding: 7% 10% 7% 9%; }
  .bbs_future .row > div:last-child p {
    font-size: 15px;
    line-height: 26px; }

/* our people*/
.our_people .block_grey {
  background: #f1f5f5;
  padding: 6% 5% 7% 10%; }
  .our_people .block_grey h2 {
    font-family: "FuturaDemi", sans-serif;
    font-size: 70px;
    line-height: 70px;
    color: #222;
    max-width: 300px; }
  .our_people .block_grey span.subtitle {
    font-size: 14px;
    margin-bottom: 25px;
    display: inline-block; }
.our_people .block_yellow {
  background: #75bcd8;
  background: #75bcd8;
  padding: 6% 10% 5% 5%; }
  .our_people .block_yellow h3 {
    font-size: 20px;
    line-height: 60px;
    letter-spacing: 1.7px;
    color: #222;
    font-family: "FuturaDemi", sans-serif; }
  .our_people .block_yellow p {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    position: relative;
    padding-left: 50px; }
  .our_people .block_yellow p:after {
    content: url("./img/simbolo2.svg");
    position: absolute;
    top: 0;
    left: 0; }

/* img section2 */
.section_img2 .block_lines {
  background-color: #3a3a3a;
  min-height: 295px;
  position: relative;
  cursor: default; }
  .section_img2 .block_lines > img {
    position: absolute;
    top: calc(50% - 24.5px);
    left: calc(50% - 73.5px); }
.section_img2 .block_text {
  background-color: #ffffff;
  min-height: 295px;
  position: relative;
  padding: 0; }
  .section_img2 .block_text > div {
    font-family: "open sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    max-width: 320px;
    position: absolute;
    right: 5%;
    bottom: 15%;
    padding: 0 20px; }
.section_img2 .block_img {
  background: url(../img/web189A7444081.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 375px; }

@media (max-width: 767px) {
  .section_img2 .block_text > div {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    padding: 17%; } }
/* the group */
/* the group sercices */
.the_group_services .container_service {
  position: relative;
  cursor: pointer;
  transition: all 600ms ease; }
  .the_group_services .container_service > .logo_group {
    padding: 0 100px;
    opacity: 1;
    transition: opacity 700ms ease;
    width: 100%; }
    .the_group_services .container_service > .logo_group > img {
      height: 100%;
      width: 100%; }
  .the_group_services .container_service .white_arrow {
    position: absolute;
    right: 10%;
    bottom: 4%;
    transform: rotate(-90deg);
    opacity: 1;
    transition: opacity 700ms ease; }
  .the_group_services .container_service > .txt_group {
    position: absolute;
    max-width: 330px;
    top: calc(50% - 65px);
    left: 0;
    right: 0;
    margin: auto; }
    .the_group_services .container_service > .txt_group span {
      font-size: 34px;
      line-height: 45px;
      color: #3a3a3a;
      display: inline-block;
      position: relative;
      padding-right: 40px;
      margin-left: 38px; }
    .the_group_services .container_service > .txt_group span:before {
      content: url(./img/simbolo2.svg);
      position: absolute;
      top: -7px;
      left: -38px;
      z-index: 0; }
    .the_group_services .container_service > .txt_group span:after {
      content: url(./img/simbolo2.svg);
      position: absolute;
      bottom: 0;
      right: 10px;
      z-index: 0; }
.the_group_services .container_service.c_grey {
  background: #fbfafa; }
.the_group_services .container_service:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

[data-group] span {
  color: #FFF !important; }
[data-group] span:before {
  content: url(./img/comillas-blancas.svg) !important; }
[data-group] span:after {
  content: url(./img/comillas-blancas.svg) !important; }
[data-group] .logo_group {
  opacity: 1; }
[data-group] .white_arrow {
  opacity: 1; }

[data-group="think"] > .logo_group {
  padding: 0 50px !important; }

[data-group="meaning"], [data-group="next"], [data-group="earth"] {
  cursor: default !important; }

.the_group_services {
  display: flex;
  flex-wrap: wrap; }

@media (max-width: 767px) {
  .the_group_services {
    display: block !important; } }
.the_group_services div {
  display: flex; }

.the_group .group_empresas {
  min-height: 498px !important;
  height: auto !important; }

/* the group */
.the_group .group_img1 {
  background: url(../img/thegroup1.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 17vw;
  min-height: 295px; }
.the_group .group_img2 {
  background: url(../img/thegroup2.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 17vw;
  min-height: 295px; }
.the_group .group_img3 {
  background: url(../img/thegroup3.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 17vw;
  min-height: 295px; }
.the_group .group_img4 {
  background: url(../img/thegroup4.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 34vw;
  min-height: 590px; }
.the_group .group_img5 {
  background: url(../img/thegroup5.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 17vw;
  min-height: 295px; }
.the_group .group_img6 {
  background: url(../img/thegroup6.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 17vw;
  min-height: 295px; }

/*contact main */
.contact_main {
  display: flex;
  flex-wrap: wrap; }
  .contact_main > div:first-child {
    background: url(../img/web189A7377063.jpg) 0% center no-repeat;
    background-size: cover;
    overflow: hidden; }
  .contact_main .text-principal > div {
    padding: 7%; }
    .contact_main .text-principal > div .subtitle {
      font-size: 14px;
      display: inline-block;
      color: #222;
      margin-bottom: 12px; }
    .contact_main .text-principal > div h2 {
      font-size: 46px;
      font-family: "FuturaDemi", sans-serif;
      line-height: 56px;
      max-width: 680px; }
  .contact_main .info_careers {
    display: flex;
    flex-wrap: wrap; }
    .contact_main .info_careers > div {
      padding: 6% 7% 8%; }
      .contact_main .info_careers > div h4 {
        font-family: "FuturaBold",sans-serif;
        font-size: 20px;
        margin-bottom: 20px;
        letter-spacing: 1.7px;
        font-weight: bold;
        color: #222;
        position: relative;
        padding-left: 40px; }
      .contact_main .info_careers > div h4:after {
        content: url(.././img/simbolo2.svg);
        position: absolute;
        left: 0;
        top: 0; }
      .contact_main .info_careers > div p {
        font-size: 14px;
        line-height: 22px;
        color: #3a3a3a;
        max-width: 320px; }
        .contact_main .info_careers > div p strong {
          color: #000; }
      .contact_main .info_careers > div a {
        font-size: 14px;
        font-family: "OpenSans", sans-serif;
        font-weight: bold;
        text-decoration: underline;
        color: #3a3a3a; }
    .contact_main .info_careers > div:first-child {
      background: #ffe500; }
    .contact_main .info_careers > div:last-child {
      background: #75bcd8; }

@media (max-width: 767px) {
  .contact_main {
    display: flex;
    flex-wrap: wrap; }
    .contact_main > div:first-child {
      background: url(../img/contact_back.jpg) 0% center no-repeat;
      background-size: cover;
      overflow: hidden; }
    .contact_main .text-principal > div {
      padding: 6%; }
      .contact_main .text-principal > div .subtitle {
        font-size: 14px;
        display: inline-block;
        color: #222;
        margin-bottom: 12px; }
      .contact_main .text-principal > div h2 {
        font-size: 32px;
        font-family: "FuturaDemi", sans-serif;
        line-height: 46px;
        max-width: 334px; }

  .info_careers > div {
    padding: 15% !important; } }
/* contact sites*/
.contact_sites .container_contact {
  position: relative;
  transition: all 600ms ease;
  min-height: 390px; }
  .contact_sites .container_contact > .txt_group {
    position: absolute;
    max-width: 320px;
    top: calc(50% - 150px);
    left: 0;
    right: 0;
    margin: auto; }
    .contact_sites .container_contact > .txt_group span.subtitle {
      font-size: 14px;
      color: 222;
      display: inline-block;
      margin-bottom: 25px; }
    .contact_sites .container_contact > .txt_group h3 {
      font-size: 54px;
      line-height: 70px;
      margin: 0;
      font-family: "FuturaDemi", sans-serif; }
    .contact_sites .container_contact > .txt_group p {
      font-size: 16px;
      line-height: 24px;
      margin: 0; }
    .contact_sites .container_contact > .txt_group span.telefono {
      font-family: "Open Sans", sans-serif;
      font-size: 20px;
      line-height: 28px;
      color: #3a3a3a;
      margin-top: 17px;
      display: inline-block;
      font-weight: bold; }
  .contact_sites .container_contact a.contact_arrow {
    position: absolute;
    bottom: 13%;
    right: 20%;
    cursor: pointer; }
    .contact_sites .container_contact a.contact_arrow > span {
      font-size: 14px;
      color: #222;
      opacity: 0;
      transition: all 500ms ease; }
  .contact_sites .container_contact a.contact_arrow.active {
    text-decoration: none;
    color: #222; }
    .contact_sites .container_contact a.contact_arrow.active > span {
      opacity: 1; }
.contact_sites .c_grey {
  background: #f1f5f5; }
.contact_sites .block_lines {
  background-color: #3a3a3a;
  position: relative;
  cursor: default; }
  .contact_sites .block_lines > img {
    position: absolute;
    top: calc(50% - 24.5px);
    left: calc(50% - 73.5px); }
.contact_sites .container_contact:after {
  content: "";
  display: block;
  padding-bottom: 70%; }

@media (max-width: 767px) {
  .contact_sites a.contact_arrow {
    text-decoration: none;
    color: #222; }
    .contact_sites a.contact_arrow > span {
      opacity: 1 !important; }
    .contact_sites a.contact_arrow > img {
      display: none; } }
/* row servicios*/
.row_service {
  min-height: 500px;
  /*imagenes */ }
  .row_service .txt_service {
    padding: 4% 5% 6% 0;
    margin-left: 10%;
    padding-left: 125px;
    position: relative; }
    .row_service .txt_service .number_service {
      font-size: 90px;
      line-height: 72px !important;
      color: #75bcd8;
      line-height: .8px;
      display: inline-block;
      font-family: "FuturaBold", sans-serif;
      position: absolute;
      left: 0px;
      top: calc(5% + 70px); }
    .row_service .txt_service h2 {
      font-size: 42px;
      line-height: 56px !important;
      color: #222;
      line-height: 1.33px;
      font-family: "FuturaDemi", sans-serif;
      max-width: 520px; }
    .row_service .txt_service .subtitle {
      font-size: 14px;
      margin-bottom: 35px;
      display: inline-block; }
    .row_service .txt_service p {
      font-size: 16px;
      line-height: 28px;
      color: #3a3a3a;
      max-width: 600px; }
    .row_service .txt_service .arrow_black {
      max-width: 600px;
      text-align: right; }
    .row_service .txt_service .arrow_black a > span {
      font-size: 14px;
      color: #222;
      opacity: 0;
      transition: all 500ms ease; }
    .row_service .txt_service .arrow_black.active a {
      text-decoration: none;
      color: #222; }
      .row_service .txt_service .arrow_black.active a > span {
        opacity: 1; }
  .row_service.c_grey {
    background: #f8f8f8; }
  .row_service .img_service {
    min-height: 300px; }
  @media (min-width: 768px) {
    .row_service .img_service {
      min-height: 300px;
      filter: grayscale(60%) saturate(0);
      transition: all 300ms ease; }
    .row_service .img_service.active {
      filter: grayscale(0%) saturate(2); } }
  .row_service [data-service] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .row_service [data-service="01"] {
    background-image: url(../img/services/webcolor189A7362085.jpg); }
  .row_service [data-service="02"] {
    background-image: url(../img/services/webcolor189A7734108.jpg); }
  .row_service [data-service="03"] {
    background-image: url(../img/services/webcolor189A7264088.jpg); }
  .row_service [data-service="04"] {
    background-image: url(../img/services/webcolor189A7415090.jpg); }
  .row_service [data-service="05"] {
    background-image: url(../img/services/TBF03AB.jpg); }
  .row_service [data-service="06"] {
    background-image: url(../img/services/TBF012_AB.jpg); }
  .row_service [data-service="07"] {
    background-image: url(../img/services/TBF014AB.jpg); }
  .row_service [data-service="08"] {
    background-image: url(../img/services/webcolor189A7729109.jpg); }

@media (min-width: 768px) and (max-width: 991px) {
  .row_service .txt_service {
    margin-left: 5%; }
    .row_service .txt_service .number_service {
      top: calc(5% + 55px) !important; }
    .row_service .txt_service h2 {
      font-size: 32px;
      line-height: 34px !important; } }
@media (max-width: 767px) {
  .row_service .txt_service_container {
    padding: 50px 6% 10%; }
    .row_service .txt_service_container .txt_service {
      padding: 0;
      margin: 0; }
      .row_service .txt_service_container .txt_service .arrow_black {
        max-width: 600px;
        text-align: right;
        margin-top: 30px; }
      .row_service .txt_service_container .txt_service .number_service {
        top: -150px; } }
/* servicios */
.header_service {
  background-size: cover !important;
  overflow: hidden;
  min-height: 600px;
  height: 30vw;
  position: relative; }
  .header_service .all-services {
    position: absolute;
    right: 40px;
    top: 15%; }
  .header_service .all-services a {
    color: #75bcd8;
    font-size: 24px;
    font-family: "FuturaLight", sans-serif; }
  .header_service .to_bottom {
    position: absolute;
    right: 40px;
    bottom: 50px; }
  .header_service > div {
    position: relative;
    height: 100%; }
  .header_service div.titular {
    position: absolute;
    top: calc(50% - 135px);
    left: 40px; }
    .header_service div.titular > span {
      font-family: "FuturaBold", sans-serif;
      font-weight: lighter;
      font-size: 180px;
      line-height: 180px;
      color: #75bcd8;
      margin-bottom: -15px;
      display: inline-block; }
    .header_service div.titular > h1 {
      font-family: "FuturaDemi", sans-serif;
      margin: 0;
      font-size: 100px;
      line-height: 106px;
      color: #FFF;
      font-weight: bold;
      max-width: 1000px; }

[data-back-service="1"] {
  background: url(../img/grow-your-startup.jpg) center 30% no-repeat; }

[data-back-service="2"] {
  background: url(../img/cooperating-with-startups.jpg) center 29% no-repeat; }

[data-back-service="3"] {
  background: url(../img/brand189A7264047.jpg) center 30% no-repeat; }

[data-back-service="4"] {
  background: url(../img/accelerating-internal-change.jpg) center center no-repeat; }

[data-back-service="5"] {
  background: url(../img/future-business-models.jpg) center center no-repeat; }

[data-back-service="6"] {
  background: url(../img/experience-design.jpg) center center no-repeat; }

[data-back-service="7"] {
  background: url(../img/digital-experience.jpg) center center no-repeat; }

[data-back-service="8"] {
  background: url(../img/innovating-social.jpg) center center no-repeat; }

.service-description > div:first-child {
  background: #f8f8f8; }
  .service-description > div:first-child > p {
    font-size: 16px;
    line-height: 28px;
    color: #3a3a3a;
    max-width: calc(560px + 6%);
    margin-left: 18%;
    padding: 0 3% 6% 45px;
    margin-top: 6%;
    position: relative;
    margin-bottom: 0; }
  .service-description > div:first-child > p:after {
    content: url(./img/simbolo2.svg);
    position: absolute;
    top: 0;
    left: 0; }
.service-description > div:last-child {
  background: #75bcd8;
  position: relative; }
  .service-description > div:last-child > span {
    font-family: "FuturaBold", sans-serif;
    font-size: 180px;
    line-height: 1;
    color: #fdf8b1;
    display: inline-block;
    position: absolute;
    bottom: 17%;
    left: 6%; }

.titular_productos {
  padding: 60px 4% 0; }
  .titular_productos h2 {
    font-size: 42px;
    line-height: 50px;
    font-family: "futuraDemi", sans-serif; }

.container_productos {
  padding: 0 5%; }

.productos_servicio {
  padding: 2% 4% 1.5%; }
  .productos_servicio > div h3 {
    font-size: 30px;
    line-height: 50px;
    color: #000;
    max-width: 480px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px; }
  .productos_servicio > div h3:after {
    content: url(./img/simbolo2.svg);
    position: absolute;
    top: 0;
    left: -40px; }
  .productos_servicio > div p {
    max-width: 480px;
    font-size: 16px;
    line-height: 28px;
    color: #3a3a3a;
    margin: 0 auto; }

.services_pages {
  min-height: 90px;
  margin-top: 50px; }
  .services_pages > div {
    position: relative;
    background: #fff459; }
    .services_pages > div a {
      width: 100%;
      height: 100%;
      display: block;
      font-family: "FuturaLight"; }
      .services_pages > div a img {
        position: absolute;
        top: calc(50% - 13.5px);
        width: 60px;
        left: 0;
        margin: auto;
        right: 0; }
  .services_pages > div:nth-child(2) a {
    font-size: 24px;
    color: #3a3a3a;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 19px); }
  .services_pages > div:first-child {
    background: #75bcd8; }
    .services_pages > div:first-child img {
      transform: rotate(180deg); }
  .services_pages > div:last-child {
    background: #75bcd8; }

@media (max-width: 767px) {
  .header_service .titular {
    left: 20px !important; }
    .header_service .titular span {
      font-size: 120px !important;
      line-height: 120px !important; }
    .header_service .titular h1 {
      font-size: 40px !important;
      line-height: 40px !important;
      max-width: calc(100% - 20px) !important; }
  .header_service .to_bottom {
    right: calc(50% - 25.5px) !important; }
  .header_service .all-services {
    right: 20px !important;
    top: 13% !important; }

  .service-description > div:first-child {
    padding: 0; }
    .service-description > div:first-child p {
      margin: 0;
      padding: 10% 6%; }
    .service-description > div:first-child p:after {
      content: ''; }
  .service-description > div:last-child {
    min-height: 250px; }

  .productos_servicio h3:after {
    content: "" !important; }
  .productos_servicio > div {
    margin-bottom: 30px; }

  .services_pages > div {
    min-height: 90px; } }
.engagement-block {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f8f8f8;
  margin-top: 40px; }
  .engagement-block > div p, .engagement-block > div h3 {
    max-width: 620px; }
  .engagement-block .btn-engagement {
    padding-top: 50px; }
    .engagement-block .btn-engagement h4 {
      font-family: "Open Sans";
      font-style: italic;
      margin-bottom: 30px; }
      .engagement-block .btn-engagement h4 span {
        display: block;
        margin-left: 23%; }
    .engagement-block .btn-engagement .btn-yellow {
      background-color: #75bcd8;
      border-color: #e6d700;
      border-radius: 0;
      color: #000; }

@media (max-width: 767px) {
  .btn-engagement h4 span {
    display: inline !important;
    margin-left: 0 !important; } }
@media (max-width: 1400px) {
  .the_group_services .container_service .txt_group span {
    font-size: 25px !important; } }
.clients {
  background: #222222;
  padding: 40px 0;
  text-align: center; }

.titular_derecha {
  right: 40px !important;
  text-align: right !important;
  left: initial !important; }

.carousel {
  background: #222222;
  padding: 50px 120px 120px 120px; }

.carousel .item {
  min-height: 280px;
  /* Prevent carousel from being distorted if for some reason image doesn't load */ }

.bs-example {
  margin: 20px; }

.carousel-indicators .active {
  background-color: #75bcd8 !important; }

.carousel-indicators li {
  border: 1px solid #75bcd8 !important; }

@media (max-width: 767px) {
  .carousel {
    padding: 40px; } }
