html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* VARIABLES */
/* FONTS */
/* MAIN WIDTH */
/* MAIN COLORS */
@media (max-width: 960px) {
  .user-logged-in .snap-content {
    top: 38px; }

  .snap-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #FFFFFF; }

  .snap-drawers {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto; }

  .snap-drawer {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: auto;
    width: 265px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; }

  .snap-drawer-left {
    left: 0;
    z-index: 1; }

  .snap-drawer-right {
    right: 0;
    z-index: 1; }

  .snapjs-left .snap-drawer-right,
  .snapjs-right .snap-drawer-left {
    display: none; }

  .snapjs-expand-left .snap-drawer-left,
  .snapjs-expand-right .snap-drawer-right {
    width: 100%; } }
/* MIXINS */
body {
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "Arial"; }

p {
  margin: 15px 0;
  color: #4F4F4F; }
  p br {
    line-height: 2em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

h2 {
  font-family: "Arial";
  font-size: 16px;
  font-weight: bold;
  color: #4F4F4F;
  line-height: 22px; }

h3 {
  font-family: "Arial";
  font-weight: bold;
  font-size: 14px;
  color: #A6A6A6;
  line-height: 22px; }

ul {
  list-style: none; }
  ul li {
    list-style: none; }

blockquote {
  opacity: 0.5;
  font-family: "Arial";
  font-weight: bold;
  font-size: 24px;
  color: #A6A6A6;
  line-height: 26px;
  border-left: 1px solid #A6A6A6;
  padding-left: 20px;
  margin-left: 20px; }

ol {
  list-style: initial;
  padding-left: 20px;
  list-style-type: decimal; }

ul {
  list-style: initial;
  padding-left: 20px; }

a {
  color: #CF142B;
  text-decoration: none;
  outline: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

#block-adveo-local-tasks ul {
  list-style: none;
  padding-left: 0px; }
  #block-adveo-local-tasks ul li {
    display: inline-block; }

/* COMMON DISPLAY */
.vertical-align {
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.vertical-parent {
  display: table; }

.vertical-table {
  display: table-cell;
  vertical-align: middle; }

.center-container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%; }

.big-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%; }

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.only-desktop {
  display: block; }

.only-mobile {
  display: none; }

.no-decoration {
  text-decoration: none; }

.red-line {
  display: block;
  width: 42px;
  height: 2px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/red_bottom.png?1464115337') no-repeat;
  margin: 0 auto; }

.form-input {
  padding: 18px;
  background: #FFFFFF;
  border: 1px solid #EEECEC;
  box-shadow: inset 0px 1px 3px 0px #EEECEC;
  font-family: "Arial";
  font-size: 15px;
  color: #A6A6A6; }

.message-error {
  font-family: "Arial";
  text-align: left;
  font-size: 11px;
  color: #CF142B;
  padding: 5px 0px; }

.button-grey {
  background: #C9C9C9;
  color: #CF142B;
  text-align: center;
  font-family: "Arial";
  cursor: pointer; }
  .button-grey a {
    display: block;
    width: 100%;
    height: 100%;
    color: #CF142B;
    text-decoration: none; }

.button-red {
  background: #CF142B;
  color: white;
  text-align: center;
  font-family: "Arial";
  cursor: pointer; }
  .button-red a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none; }

.button-transparent {
  background: transparent;
  color: white;
  text-align: center;
  font-family: "Arial";
  cursor: pointer;
  border: 1px solid #FFFFFF; }
  .button-transparent a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none; }

.container-full-width {
  width: 960px;
  display: table;
  margin: 0 auto; }

.block-margin-bottom {
  margin-bottom: 70px !important; }

/*BASIC MOBILE*/
@media (max-width: 960px) {
  .container-full-width {
    width: 100%;
    display: table; }

  .vertical-parent {
    display: block; }

  .block-margin-bottom {
    margin-bottom: 40px !important; } }
/*BASIC TABLET*/
@media (min-width: 961px) and (max-width: 1399px) {
  html {
    /*zoom: .7;*/ }

  .container-full-width {
    max-width: 910px;
    /*border: 1px solid blue;*/ }

  .vertical-parent {
    display: block; } }
/* BODY OF ESTRUCTURA ORGANIZATIVA */
.responsive-table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
  border-bottom: 1px solid #EEECEC; }
  .responsive-table-container table thead th {
    background: #EEECEC;
    padding: 25px 10px;
    opacity: 0.6;
    font-family: "Arial";
    font-size: 11px;
    color: #4F4F4F;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    width: 145px;
    border-right: 1px solid #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .responsive-table-container table thead th:last-child {
      border-right: none; }
    .responsive-table-container table thead th.name-position {
      width: 215px; }
    .responsive-table-container table thead th .superscript {
      vertical-align: super;
      font-size: 8px; }
  .responsive-table-container table tbody tr td {
    text-align: center;
    background: #FFFFFF;
    padding: 25px 10px;
    font-family: "Arial";
    font-size: 12px;
    color: #4F4F4F;
    line-height: 19px;
    border-bottom: 1px solid #EEECEC;
    border-right: 1px solid #EEECEC; }
    .responsive-table-container table tbody tr td.name-position {
      text-align: left;
      color: #CF142B;
      font-weight: bold; }
      .responsive-table-container table tbody tr td.name-position .representation {
        font-weight: normal; }
      .responsive-table-container table tbody tr td.name-position .position {
        display: block;
        font-weight: normal;
        font-size: 12px;
        color: #A6A6A6; }
    .responsive-table-container table tbody tr td:last-child {
      border-right: none; }
  .responsive-table-container table tbody tr:nth-child(even) td {
    background: #F9F9F9; }
  .responsive-table-container .legend {
    padding: 30px 0;
    font-family: "Arial";
    font-size: 10px;
    color: #A6A6A6; }
    .responsive-table-container .legend .superscript {
      vertical-align: super;
      font-size: 8px;
      font-size: 8px; }

.wrapper-spin {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 10001; }

/* Webfont: apex_newbook */
@font-face {
  font-family: 'apex_newbook';
  src: url("../fonts/apex_new_book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/apex_new_book.eot?#iefix") format("embedded-opentype"), url("../fonts/apex_new_book.woff2") format("woff2"), url("../fonts/apex_new_book.woff") format("woff"), url("../fonts/apex_new_book.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
/* Webfont: apex_newbold */
@font-face {
  font-family: 'apex_newbold';
  src: url("../fonts/apex_new_bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/apex_new_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/apex_new_bold.woff2") format("woff2"), url("../fonts/apex_new_bold.woff") format("woff"), url("../fonts/apex_new_bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }
header {
  position: fixed;
  z-index: 3;
  width: 100%;
  max-width: 1400px; }
  header .sub-header-container {
    background: #A70E21;
    min-height: 40px; }
  header .header-container {
    background: #CF142B; }
    header .header-container .center-container {
      padding-top: 30px;
      min-height: 100px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      header .header-container .center-container #block-adveo-branding {
        float: left; }
        header .header-container .center-container #block-adveo-branding .country-name {
          font-family: "apex_newbold";
          color: #A70E21;
          font-size: 19px;
          display: inline-block;
          margin-left: 10px; }
      header .header-container .center-container #block-paises {
        float: left; }
        header .header-container .center-container #block-paises .sf-menu-countries li a {
          color: #820C1B;
          opacity: 0.69;
          font-family: ApexNew-Bold;
          font-size: 19px;
          line-height: 19px; }
      header .header-container .center-container #block-adveo-main-menu, header .header-container .center-container #block-navegacionprincipal {
        float: right;
        clear: right; }
        header .header-container .center-container #block-adveo-main-menu .main-menu li, header .header-container .center-container #block-adveo-main-menu .sf-main li, header .header-container .center-container #block-navegacionprincipal .main-menu li, header .header-container .center-container #block-navegacionprincipal .sf-main li {
          padding: 0 0 0 23px;
          line-height: 38px;
          display: inline-block; }
          header .header-container .center-container #block-adveo-main-menu .main-menu li a, header .header-container .center-container #block-adveo-main-menu .sf-main li a, header .header-container .center-container #block-navegacionprincipal .main-menu li a, header .header-container .center-container #block-navegacionprincipal .sf-main li a {
            text-decoration: none;
            color: #FFFFFF;
            text-transform: uppercase;
            font-family: "Arial";
            font-weight: bold;
            font-size: 11px;
            letter-spacing: 1px;
            line-height: 12px;
            padding: 0;
            display: inline-block; }
            header .header-container .center-container #block-adveo-main-menu .main-menu li a:hover, header .header-container .center-container #block-adveo-main-menu .sf-main li a:hover, header .header-container .center-container #block-navegacionprincipal .main-menu li a:hover, header .header-container .center-container #block-navegacionprincipal .sf-main li a:hover {
              color: #820C1B; }
            header .header-container .center-container #block-adveo-main-menu .main-menu li a.is-active, header .header-container .center-container #block-adveo-main-menu .sf-main li a.is-active, header .header-container .center-container #block-navegacionprincipal .main-menu li a.is-active, header .header-container .center-container #block-navegacionprincipal .sf-main li a.is-active {
              color: #FFFFFF;
              border-bottom: 3px solid #B81226;
              padding-bottom: 8px; }
          header .header-container .center-container #block-adveo-main-menu .main-menu li ul, header .header-container .center-container #block-adveo-main-menu .sf-main li ul, header .header-container .center-container #block-navegacionprincipal .main-menu li ul, header .header-container .center-container #block-navegacionprincipal .sf-main li ul {
            background: #FFFFFF; }
            header .header-container .center-container #block-adveo-main-menu .main-menu li ul li a, header .header-container .center-container #block-adveo-main-menu .sf-main li ul li a, header .header-container .center-container #block-navegacionprincipal .main-menu li ul li a, header .header-container .center-container #block-navegacionprincipal .sf-main li ul li a {
              color: #4F4F4F; }
          header .header-container .center-container #block-adveo-main-menu .main-menu li.active-trail a.sf-depth-1, header .header-container .center-container #block-adveo-main-menu .sf-main li.active-trail a.sf-depth-1, header .header-container .center-container #block-navegacionprincipal .main-menu li.active-trail a.sf-depth-1, header .header-container .center-container #block-navegacionprincipal .sf-main li.active-trail a.sf-depth-1 {
            color: #FFFFFF;
            border-bottom: 3px solid #B81226;
            padding-bottom: 8px; }
  header .block-external-login {
    float: right;
    line-height: 38px;
    border-left: 1px solid #820C1B;
    padding: 0 24px;
    height: 40px; }
    header .block-external-login a {
      display: block;
      width: 108px;
      height: 16px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url('../img/adveovision.png?1481274716') no-repeat;
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
  header .burger-mobile .block-external-login {
    border-left: 0px;
    line-height: 0;
    border-right: 1px solid white;
    padding: 0 15px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: auto; }
    header .burger-mobile .block-external-login a {
      line-height: initial;
      height: auto; }
  header .burger-mobile img {
    display: inline-block;
    vertical-align: middle; }
  header .language-switcher-language-url,
  header .language-switcher-language-country,
  header .block-countryblock {
    float: right;
    border-left: 1px solid #820C1B;
    line-height: 38px; }
    header .language-switcher-language-url ul.links,
    header .language-switcher-language-country ul.links,
    header .block-countryblock ul.links {
      display: none; }
    header .language-switcher-language-url .sod_select,
    header .language-switcher-language-country .sod_select,
    header .block-countryblock .sod_select {
      border: 0;
      box-shadow: none;
      background: none;
      width: 49px;
      margin: 0 9px;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      line-height: normal; }
      header .language-switcher-language-url .sod_select .sod_label,
      header .language-switcher-language-country .sod_select .sod_label,
      header .block-countryblock .sod_select .sod_label {
        font-family: "Arial";
        font-weight: normal;
        font-size: 12px;
        color: #FFFFFF;
        text-overflow: initial;
        line-height: 40px;
        background: url('../img/arrow_dropdown.png?1463499650') center right no-repeat;
        padding-right: 33px;
        cursor: pointer; }
      header .language-switcher-language-url .sod_select:before, header .language-switcher-language-url .sod_select:after,
      header .language-switcher-language-country .sod_select:before,
      header .language-switcher-language-country .sod_select:after,
      header .block-countryblock .sod_select:before,
      header .block-countryblock .sod_select:after {
        display: none; }
      header .language-switcher-language-url .sod_select.focus,
      header .language-switcher-language-country .sod_select.focus,
      header .block-countryblock .sod_select.focus {
        box-shadow: none;
        cursor: pointer; }
      header .language-switcher-language-url .sod_select .sod_list_wrapper,
      header .language-switcher-language-country .sod_select .sod_list_wrapper,
      header .block-countryblock .sod_select .sod_list_wrapper {
        background-image: linear-gradient(26deg, #A70E21 0%, #A70E21 100%);
        color: #FFFFFF;
        font-family: "Arial";
        font-size: 12px;
        border: 0;
        width: 60px;
        z-index: 500; }
      header .language-switcher-language-url .sod_select .sod_option.active,
      header .language-switcher-language-country .sod_select .sod_option.active,
      header .block-countryblock .sod_select .sod_option.active {
        background: #FFFFFF;
        color: #A70E21; }
        header .language-switcher-language-url .sod_select .sod_option.active:before,
        header .language-switcher-language-country .sod_select .sod_option.active:before,
        header .block-countryblock .sod_select .sod_option.active:before {
          color: #A70E21; }
  header .block-countryblock {
    border-left: none;
    border-right: 1px solid #820C1B; }
    header .block-countryblock .sod_select {
      width: auto; }
      header .block-countryblock .sod_select .sod_list_wrapper {
        width: auto; }

.portal-BE .block-external-login a {
  display: block;
  width: 100px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/adveonet.png?1481274716') no-repeat;
  height: 40px;
  line-height: 40px;
  background-position: center; }

.portal-IT .block-external-login a, .portal-DE .block-external-login a, .portal-FR .block-external-login a {
  display: block;
  width: 101px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/marketpoint.png?1521126685') no-repeat;
  height: 40px;
  line-height: 40px;
  background-position: center; }

@media (min-width: 961px) and (max-width: 1399px) {
  header .header-container .center-container {
    width: 90%;
    margin: 0 auto; }
  header .sub-header-container .center-container {
    width: 90%;
    margin: 0 auto; } }
.header-mobile-container {
  background: #CF142B;
  height: 55px;
  padding: 20px;
  box-sizing: border-box; }
  .header-mobile-container img {
    cursor: pointer; }
  .header-mobile-container .adveo-image {
    width: 80px; }

.block {
  display: block; }
  .block .middle-container {
    width: 50%;
    text-align: center;
    float: left; }
    .block .middle-container.float-right {
      float: right; }
  .block .orientation-derecha, .block .orientation-right {
    float: right; }
  .block .orientation-izquierda, .block .orientation-left {
    float: left; }
  .block .text-derecha, .block .text-right {
    text-align: right; }
  .block .text-izquierda, .block .text-left {
    text-align: left; }
  .block .text-center {
    text-align: center; }
  .block .color-grey {
    background: #F9F9F9; }
  .block .color-white {
    background: #FFFFFF; }

.form-select .sod_select {
  background: #F6F6F6;
  border: none;
  border-radius: 4px;
  text-transform: none;
  font-family: "Arial";
  font-size: 15px;
  color: rgba(79, 79, 79, 0.6);
  line-height: 19px;
  cursor: pointer; }
  .form-select .sod_select:after {
    display: block;
    width: 11px;
    height: 7px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/icon-form-select-arrow-down.png?1468000252') no-repeat;
    bottom: 20px; }
  .form-select .sod_select.open:after {
    display: block;
    width: 11px;
    height: 7px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/icon-form-select-arrow-up.png?1468000252') no-repeat;
    bottom: 20px; }
  .form-select .sod_select:before {
    content: ''; }
  .form-select .sod_select .sod_list_wrapper {
    margin: 0;
    border: none; }
    .form-select .sod_select .sod_list_wrapper .sod_option {
      background: #F6F6F6;
      border-bottom: 1px solid rgba(166, 166, 166, 0.21);
      line-height: 23px;
      height: 45px;
      color: rgba(79, 79, 79, 0.6); }
      .form-select .sod_select .sod_list_wrapper .sod_option:last-child {
        border-bottom: none; }
      .form-select .sod_select .sod_list_wrapper .sod_option.selected {
        font-weight: 100; }
      .form-select .sod_select .sod_list_wrapper .sod_option.active {
        background-image: linear-gradient(-180deg, #BC1428 0%, #E21837 12%, rgba(255, 255, 255, 0) 100%);
        background: #CF142B;
        border: 1px solid #B81226;
        box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.12);
        font-size: 15px;
        color: #FFFFFF;
        line-height: 23px; }
.form-select.form-select-white .sod_select {
  background: #FFFFFF;
  border: 1px solid #EEECEC;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.form-item .form-text {
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  box-shadow: inset 0px 1px 3px 0px #EEECEC;
  border-radius: 100px;
  opacity: 0.6;
  font-family: "Arial";
  font-size: 15px;
  color: #4F4F4F;
  line-height: 19px;
  height: 45px;
  padding-left: 25px; }

.btn {
  font-family: "Arial";
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border: none;
  padding: 10px 30px; }
  .btn.btn-red {
    background: #CF142B;
    color: #FFFFFF;
    cursor: pointer; }

.checkbox-wrapper {
  text-align: left;
  clear: both; }
  .checkbox-wrapper input[type="checkbox"] {
    display: none; }
  .checkbox-wrapper label {
    background: url('../img/checkbox.png?1467039995') left center no-repeat transparent;
    padding-left: 24px;
    cursor: pointer; }
    .checkbox-wrapper label a {
      font-family: "Arial";
      font-size: 11px;
      color: #A6A6A6; }
  .checkbox-wrapper input[type="checkbox"]:checked + label {
    background: url('../img/checkbox_active.png?1467039920') left center no-repeat transparent; }

.webform-confirmation {
  border: 2px solid #CF142B;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  text-align: center; }
  .webform-confirmation .webform-confirmation__message {
    position: relative;
    width: 70%;
    margin: 0 auto; }
    .webform-confirmation .webform-confirmation__message:before {
      content: '';
      background: url('../img/check-green.png?1521126685') center no-repeat transparent;
      width: 21px;
      height: 17px;
      position: absolute;
      left: 0; }

.breadcrumbs {
  padding: 15px 0px;
  border-bottom: 1px solid #EEECEC;
  margin-bottom: 40px; }
  .breadcrumbs ul.breadcrumb-list {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 0; }
    .breadcrumbs ul.breadcrumb-list li {
      display: inline-block;
      font-size: 13px;
      line-height: 17px;
      color: #4F4F4F;
      max-width: 430px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .breadcrumbs ul.breadcrumb-list li:last-child .separator {
        display: none; }

/*BREADCRUMB MOBILE*/
@media (max-width: 960px) {
  .breadcrumbs {
    padding: 15px 20px; } }
/* BLOCK AGREEMENT */
.block--agreement {
  width: 165px;
  margin-right: 29px;
  float: none;
  display: inline-block;
  vertical-align: top; }
  .block--agreement:last-child {
    margin-right: 0; }
  .block--agreement .image-container img {
    display: block;
    margin: 30px auto 0; }
  .block--agreement .body-container, .block--agreement .body-container p {
    font-family: "Arial";
    font-size: 14px;
    color: #A6A6A6;
    line-height: 20px;
    padding: 5px 0;
    text-align: center; }

.color-white .block--agreement {
  width: 200px;
  margin-right: 110px; }

@media (min-width: 961px) and (max-width: 1399px) {
  .color-white .block--agreement {
    margin-right: 100px; } }
/* BLOCK AGREEMENT MOBILE*/
@media (max-width: 960px) {
  .block--agreement {
    display: block;
    margin: 0 auto; }
    .block--agreement:last-child {
      margin: 0 auto; }

  .color-white .block--agreement {
    margin: 0 auto; } }
/* BLOCK BACKGROUND */
.block--background {
  max-width: 639px;
  float: right;
  border: 1px solid #EEECEC; }
  .block--background .block-background-container {
    width: 100%;
    min-height: 350px;
    min-width: 640px; }
    .block--background .block-background-container .block-container {
      padding: 40px; }
      .block--background .block-background-container .block-container .title-container {
        font-family: "apex_newbook";
        font-size: 40px;
        color: #4F4F4F;
        line-height: 48px;
        padding-bottom: 4px; }
      .block--background .block-background-container .block-container .body-container {
        font-family: "Arial";
        font-size: 16px;
        color: #777777;
        line-height: 23px;
        max-width: 333px; }

/*BLOCK BACKGROUND MOBILE*/
@media (max-width: 960px) {
  .block--background {
    float: none; }
    .block--background .float-left, .block--background .float-right {
      float: none; }
    .block--background .block-background-container {
      min-width: 0;
      min-height: 280px; }
      .block--background .block-background-container .block-container {
        padding: 30px 20px; }
        .block--background .block-background-container .block-container .title-container {
          font-size: 28px;
          line-height: 36px; }
        .block--background .block-background-container .block-container .body-container {
          font-size: 14px; } }
/* BLOCK B BACKGROUND */
.block--b-background {
  max-width: 720px;
  float: right;
  border: 1px solid #EEECEC; }
  .block--b-background .block-b-background-container {
    width: 100%;
    min-height: 450px;
    min-width: 720px; }
    .block--b-background .block-b-background-container .block-background-shadow-container {
      background: rgba(29, 40, 52, 0.5);
      min-height: 450px; }
      .block--b-background .block-b-background-container .block-background-shadow-container .block-container {
        padding-top: 90px;
        max-width: 380px; }
        .block--b-background .block-b-background-container .block-background-shadow-container .block-container .title-container {
          font-family: "apex_newbook";
          font-size: 25px;
          color: #FFFFFF;
          padding-bottom: 5px; }
        .block--b-background .block-b-background-container .block-background-shadow-container .block-container .body-container {
          opacity: 1;
          font-family: "Arial";
          font-size: 16px;
          color: #FFFFFF;
          line-height: 21px; }
        .block--b-background .block-b-background-container .block-background-shadow-container .block-container.orientation-derecha {
          padding-right: 90px; }
        .block--b-background .block-b-background-container .block-background-shadow-container .block-container.orientation-izquierda {
          padding-left: 90px; }

/* BLOCK BENEFIT */
.block--benefit {
  width: 100%;
  max-width: 250px;
  height: 150px;
  margin-right: 105px; }
  .block--benefit:nth-child(3n) {
    margin-right: 0; }
  .block--benefit .image-container img {
    display: block; }
  .block--benefit .body-container {
    font-family: "Arial";
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    padding: 5px 0;
    text-align: left; }

@media (min-width: 961px) and (max-width: 1399px) {
  .block--benefit {
    margin-right: 74px; } }
/*BLOCK CONSULT MOBILE*/
@media (max-width: 960px) {
  .wrapper-field-nested .block--benefit {
    width: 50%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    height: 200px; } }
/* BLOCK BRAND */
.block--brand {
  width: 100%;
  float: left; }
  .block--brand .block-brand-container {
    width: 100%;
    min-height: 125px;
    max-width: 444px; }
    .block--brand .block-brand-container .block-container {
      width: 100%; }
      .block--brand .block-brand-container .block-container .image-container {
        width: 123px;
        height: 123px;
        border: 1px solid #EEECEC;
        position: relative; }
        .block--brand .block-brand-container .block-container .image-container img {
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .block--brand .block-brand-container .block-container .container-middle {
        padding-left: 19px; }
        .block--brand .block-brand-container .block-container .container-middle .title-container {
          font-family: "Arial";
          font-weight: bold;
          font-size: 22px;
          color: #CF142B; }
        .block--brand .block-brand-container .block-container .container-middle .body-container {
          font-family: "Arial";
          font-size: 16px;
          color: #777777;
          line-height: 21px; }

#adveo-block-category {
  width: 100%;
  text-align: center;
  height: 70px;
  line-height: 70px;
  font-size: 0px;
  overflow: hidden; }
  #adveo-block-category .main-category {
    float: left;
    width: 20%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border-right: 1px solid #EEECEC;
    border-bottom: 1px solid #EEECEC; }
    #adveo-block-category .main-category .icon-category {
      width: 36px;
      height: 36px;
      background-position: top;
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px;
      background-position-y: 0px; }
    #adveo-block-category .main-category .name-category {
      display: inline-block;
      vertical-align: middle; }
      #adveo-block-category .main-category .name-category h2 {
        opacity: 0.69;
        font-family: "apex_newbook";
        font-size: 14px;
        color: #4F4F4F;
        letter-spacing: 0.93px;
        line-height: 17px;
        text-transform: uppercase;
        text-align: left;
        max-width: 191px; }
    #adveo-block-category .main-category.hover, #adveo-block-category .main-category.active {
      /* Rectangle 134: */
      background: #F9F9F9;
      border-bottom: none;
      cursor: pointer; }
      #adveo-block-category .main-category.hover .icon-category, #adveo-block-category .main-category.active .icon-category {
        background-position-y: -43px !important; }
      #adveo-block-category .main-category.hover .name-category h2, #adveo-block-category .main-category.active .name-category h2 {
        color: #CF142B; }
    #adveo-block-category .main-category:last-child {
      border-right: 0; }

#block-categoryblock .sub-category .bx-viewport {
  border: 0; }

.sub-category {
  overflow: hidden;
  padding: 40px 0;
  background: #F9F9F9; }
  .sub-category .bx-wrapper .bx-prev {
    background: url('../img/arrow-left.png?1467378220') left center no-repeat;
    left: -115px;
    z-index: 2; }
    .sub-category .bx-wrapper .bx-prev:hover {
      background: url('../img/arrow-left.png?1467378220') left center no-repeat;
      left: -115px;
      z-index: 2; }
  .sub-category .bx-wrapper .bx-next {
    background: url('../img/arrow-right.png?1467378230') left center no-repeat;
    right: -115px;
    z-index: 2; }
    .sub-category .bx-wrapper .bx-next:hover {
      background: url('../img/arrow-right.png?1467378230') left center no-repeat;
      right: -115px;
      z-index: 2; }

/*BLOCK SUB CATEGORY MOBILE*/
@media (min-width: 961px) and (max-width: 1399px) {
  #adveo-block-category .main-category .name-category h2 {
    font-size: 10px;
    max-width: 106px;
    line-height: 14px; }

  #block-categoryblock .sub-category .bx-viewport {
    width: 90% !important;
    margin: 0 auto; } }
@media (max-width: 960px) {
  #adveo-block-category .main-category .icon-category {
    padding: 0; }
  #adveo-block-category .main-category .name-category {
    display: none; }

  .sub-category .bx-wrapper .bx-prev {
    left: -40px; }
    .sub-category .bx-wrapper .bx-prev:hover {
      left: -40px; }
  .sub-category .bx-wrapper .bx-next {
    right: -40px; }
    .sub-category .bx-wrapper .bx-next:hover {
      right: -40px; } }
#category-all-products .adveo-block-category-all {
  width: 100%;
  text-align: center;
  line-height: 70px;
  font-size: 0;
  padding-bottom: 40px; }
  #category-all-products .adveo-block-category-all .main-category {
    display: inline-block;
    min-width: 287px;
    vertical-align: middle; }
    #category-all-products .adveo-block-category-all .main-category .wrapper-icon-name-category {
      padding-top: 65px; }
    #category-all-products .adveo-block-category-all .main-category .icon-category {
      width: 36px;
      height: 36px;
      background-position: top;
      display: inline-block;
      vertical-align: middle;
      padding-right: 10px;
      background-position-y: 0; }
    #category-all-products .adveo-block-category-all .main-category .name-category {
      display: inline-block;
      vertical-align: middle; }
      #category-all-products .adveo-block-category-all .main-category .name-category h2 {
        margin-top: 0;
        opacity: 0.69;
        font-family: "apex_newbook";
        color: #4F4F4F;
        text-transform: uppercase;
        text-align: left;
        font-size: 25px;
        letter-spacing: 1.66px;
        line-height: 20px;
        margin-bottom: 0; }
#category-all-products .adveo-block-category-all:nth-child(odd) {
  background: #F9F9F9; }
#category-all-products .adveo-block-category-all:nth-child(even) {
  background: #FFFFFF; }
#category-all-products .sub-category {
  overflow: visible;
  padding: 0 0;
  background: none; }
  #category-all-products .sub-category .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    margin-left: 5px; }
    #category-all-products .sub-category .bx-wrapper .bx-viewport .block--block-subcategory {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  #category-all-products .sub-category .bx-wrapper .bx-prev {
    background: url('../img/arrow-left.png?1467378220') left center no-repeat;
    left: -115px;
    z-index: 2; }
    #category-all-products .sub-category .bx-wrapper .bx-prev:hover {
      background: url('../img/arrow-left.png?1467378220') left center no-repeat;
      left: -115px;
      z-index: 2; }
  #category-all-products .sub-category .bx-wrapper .bx-next {
    background: url('../img/arrow-right.png?1467378230') left center no-repeat;
    right: -115px;
    z-index: 2; }
    #category-all-products .sub-category .bx-wrapper .bx-next:hover {
      background: url('../img/arrow-right.png?1467378230') left center no-repeat;
      right: -115px;
      z-index: 2; }

/*CATEGORY ALL PRODUCTS MOBILE*/
@media (min-width: 961px) and (max-width: 1399px) {
  .sub-category .bx-wrapper .bx-next {
    right: -3px; }
    .sub-category .bx-wrapper .bx-next:hover {
      right: -3px; }
  .sub-category .bx-wrapper .bx-prev {
    left: 13px; }
    .sub-category .bx-wrapper .bx-prev:hover {
      left: 13px; } }
@media (min-width: 961px) and (max-width: 1399px) {
  #category-all-products .sub-category .bx-wrapper .bx-next {
    right: -6px; }
    #category-all-products .sub-category .bx-wrapper .bx-next:hover {
      right: -6px; }
  #category-all-products .sub-category .bx-wrapper .bx-prev {
    left: -8px; }
    #category-all-products .sub-category .bx-wrapper .bx-prev:hover {
      left: -8px; } }
@media (max-width: 960px) {
  #category-all-products .adveo-block-category-all .main-category .name-category h2 {
    margin-top: 0; }
  #category-all-products .adveo-block-category-all .main-category .wrapper-icon-name-category {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 40px; }
    #category-all-products .adveo-block-category-all .main-category .wrapper-icon-name-category .name-category {
      width: 270px; }
      #category-all-products .adveo-block-category-all .main-category .wrapper-icon-name-category .name-category h2 {
        font-size: 22px;
        line-height: 24px; }
  #category-all-products .sub-category .bx-wrapper .bx-prev {
    left: -40px; }
    #category-all-products .sub-category .bx-wrapper .bx-prev:hover {
      left: -40px; }
  #category-all-products .sub-category .bx-wrapper .bx-next {
    right: -40px; }
    #category-all-products .sub-category .bx-wrapper .bx-next:hover {
      right: -40px; } }
/* BLOCK CIPHER */
.block--cipher .img-container {
  margin-top: 26px; }
.block--cipher .cipher-container {
  font-family: "apex_newbold";
  font-size: 70px;
  color: #3D3D3D;
  line-height: 85px;
  margin-bottom: 10px; }
.block--cipher .title-container {
  margin: 26px 0 9px 0;
  font-family: "apex_newbook";
  font-size: 13px;
  color: #A6A6A6;
  text-transform: uppercase;
  letter-spacing: 0.92px; }
.block--cipher .body-container {
  max-width: 270px;
  font-family: ArialMT;
  font-size: 14px;
  color: #777777;
  line-height: 19px;
  margin: 0 auto; }

/*BLOCK CIPHER MOBILE*/
@media (max-width: 960px) {
  .block--cipher {
    width: 280px;
    margin: 0 auto; }
    .block--cipher .float-right, .block--cipher .float-left {
      float: none; }
    .block--cipher .middle-container {
      width: 100%; }
    .block--cipher .img-container {
      width: 60px;
      margin: 0 auto;
      margin-bottom: 10px; }
      .block--cipher .img-container img {
        width: 100%;
        height: auto; }
    .block--cipher .cipher-container {
      font-size: 50px;
      line-height: 68px; }
    .block--cipher .title-container {
      margin: 20px 0 5px 0; }
    .block--cipher .body-container {
      max-width: 280px;
      font-family: ArialMT;
      font-size: 14px;
      color: #777777;
      line-height: 19px;
      margin: 0 auto; } }
/* BLOCK CONSULT */
.block--consult {
  width: 100%;
  float: right; }
  .block--consult .block-consult-container {
    padding-top: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    width: 100%;
    min-height: 131px;
    min-width: 640px; }
    .block--consult .block-consult-container .block-container {
      width: 100%; }
      .block--consult .block-consult-container .block-container .title-container {
        font-family: "apex_newbook";
        font-size: 20px;
        line-height: 28px;
        color: #FFFFFF;
        width: 100%; }
      .block--consult .block-consult-container .block-container .link-container {
        line-height: 131px; }
        .block--consult .block-consult-container .block-container .link-container a {
          border: 2px solid #FFFFFF;
          padding: 12px 33px;
          font-family: "Arial";
          font-size: 16px;
          color: #FFFFFF;
          line-height: 19px;
          text-decoration: none; }
          .block--consult .block-consult-container .block-container .link-container a:hover {
            background: #820C1B;
            background: rgba(130, 12, 27, 0.3); }

/*BLOCK CONSULT MOBILE*/
@media (max-width: 960px) {
  .block--consult {
    float: none; }
    .block--consult .block-consult-container {
      width: 100%;
      min-height: 131px;
      min-width: 190px; }
      .block--consult .block-consult-container .block-container {
        height: auto;
        padding: 65px 20px;
        box-sizing: border-box; }
        .block--consult .block-consult-container .block-container .title-container {
          font-family: "apex_newbook";
          font-size: 20px;
          line-height: 28px;
          color: #FFFFFF;
          padding: 0 0;
          margin-bottom: 20px; }
        .block--consult .block-consult-container .block-container .link-container {
          height: 45px;
          line-height: 45px;
          width: 140px;
          padding: 0 0;
          border: 2px solid #FFFFFF;
          text-align: center; }
          .block--consult .block-consult-container .block-container .link-container a {
            border: none;
            padding: 0 0;
            text-decoration: none; }
            .block--consult .block-consult-container .block-container .link-container a:hover {
              background: #820C1B;
              background: rgba(130, 12, 27, 0.3); } }
.consult-form-container {
  width: 960px;
  height: 450px;
  background: url('../img/photo_consult_form.png?1467986028') center center no-repeat;
  margin: 0 auto;
  padding: 90px 95px;
  box-sizing: border-box; }
  .consult-form-container .title {
    font-size: 30px;
    font-family: "apex_newbook";
    color: #4F4F4F;
    margin-bottom: 15px; }
  .consult-form-container .subtitle {
    color: #777777;
    font-family: "Arial";
    line-height: 22px;
    margin-bottom: 25px;
    width: 320px; }
  .consult-form-container .input-container {
    margin-bottom: 10px; }
    .consult-form-container .input-container input {
      box-sizing: border-box;
      padding-left: 20px;
      height: 50px;
      width: 200px;
      border: 1px solid #EEECEC; }
      .consult-form-container .input-container input:first-child {
        margin-right: 10px; }
  .consult-form-container .checkbox-container {
    margin-bottom: 32px;
    font-size: 12px;
    color: #A6A6A6; }
    .consult-form-container .checkbox-container a {
      color: #A6A6A6; }
  .consult-form-container .button-red {
    width: 130px;
    height: 45px;
    display: block;
    border: none;
    font-weight: bold;
    font-size: 16px; }

/*FORM CONSULT MOBILE*/
@media (max-width: 960px) {
  .consult-form-container {
    width: 100%;
    background: #F6F6F6;
    padding: 40px 20px;
    text-align: center;
    box-sizing: border-box; }
    .consult-form-container .title {
      font-size: 22px;
      margin-bottom: 10px; }
    .consult-form-container .subtitle {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
      width: 100%; }
    .consult-form-container .input-container {
      margin-bottom: 20px; }
      .consult-form-container .input-container input {
        width: 100%; }
        .consult-form-container .input-container input:first-child {
          margin-right: 0;
          margin-bottom: 10px; }
    .consult-form-container .checkbox-container {
      margin-bottom: 40px; }
    .consult-form-container .button-red {
      margin: 0 auto; } }
/* BLOCK CONSULT WIDE */
.block--consult-wide {
  width: 100%;
  max-width: 450px;
  float: left;
  margin-right: 60px; }
  .block--consult-wide:last-child {
    margin-right: 0; }
  .block--consult-wide .block-consult-wide-container {
    width: 100%;
    min-height: 260px; }
    .block--consult-wide .block-consult-wide-container .block-container {
      width: 100%;
      height: 260px; }
      .block--consult-wide .block-consult-wide-container .block-container.display-red {
        background: linear-gradient(267deg, rgba(207, 19, 43, 0.8) 0%, rgba(207, 19, 43, 0.8) 8%, #CF142B 77%); }
      .block--consult-wide .block-consult-wide-container .block-container .container-middle {
        padding: 60px 0; }
        .block--consult-wide .block-consult-wide-container .block-container .container-middle .title-container {
          font-family: "apex_newbook";
          color: #FFFFFF;
          padding: 0 60px;
          width: 100%;
          max-width: 300px;
          font-size: 35px;
          line-height: 42px; }
          .block--consult-wide .block-consult-wide-container .block-container .container-middle .title-container.display-red {
            color: #FFFFFF; }
          .block--consult-wide .block-consult-wide-container .block-container .container-middle .title-container.display-white {
            color: #4F4F4F; }
        .block--consult-wide .block-consult-wide-container .block-container .container-middle .subtitle-container {
          font-family: "apex_newbook";
          font-size: 22px;
          padding: 0 60px;
          line-height: 28px; }
          .block--consult-wide .block-consult-wide-container .block-container .container-middle .subtitle-container.display-red {
            color: #FFFFFF; }
          .block--consult-wide .block-consult-wide-container .block-container .container-middle .subtitle-container.display-white {
            color: #4F4F4F; }
        .block--consult-wide .block-consult-wide-container .block-container .container-middle .link-container {
          padding: 40px 60px 0;
          width: 100%;
          float: left;
          box-sizing: border-box; }
          .block--consult-wide .block-consult-wide-container .block-container .container-middle .link-container.display-red a {
            border: 2px solid #FFFFFF;
            padding: 12px 33px;
            font-family: "Arial";
            font-size: 16px;
            color: #FFFFFF;
            line-height: 19px;
            text-decoration: none; }
            .block--consult-wide .block-consult-wide-container .block-container .container-middle .link-container.display-red a:hover {
              background: #820C1B;
              background: rgba(130, 12, 27, 0.3); }
          .block--consult-wide .block-consult-wide-container .block-container .container-middle .link-container.display-white a {
            border: 2px solid #CF142B;
            padding: 12px 33px;
            font-family: "Arial";
            font-weight: bold;
            font-size: 16px;
            color: #CF142B;
            line-height: 19px;
            text-decoration: none; }
            .block--consult-wide .block-consult-wide-container .block-container .container-middle .link-container.display-white a:hover {
              background: rgba(166, 166, 166, 0.2); }

@media (min-width: 961px) and (max-width: 1399px) {
  .block--consult-wide {
    width: 420px; } }
/*BLOCK CONSULT WIDE MOBILE*/
@media (max-width: 960px) {
  .block--consult-wide {
    width: 280px;
    float: none;
    margin: 0 auto; }
    .block--consult-wide:last-child {
      margin: 0 auto; }
    .block--consult-wide .block-consult-wide-container .block-container .container-middle {
      padding: 50px 40px; }
      .block--consult-wide .block-consult-wide-container .block-container .container-middle .title-container {
        padding: 0;
        font-size: 24px;
        line-height: 31px; }
      .block--consult-wide .block-consult-wide-container .block-container .container-middle .link-container {
        padding: 20px 0 0; } }
/* BLOCK CONTACT NEWS */
.block--contact-news {
  width: 270px;
  min-height: 230px;
  margin: 0 auto;
  border: 1px solid #EEECEC;
  padding: 40px;
  box-sizing: border-box;
  text-align: center; }
  .block--contact-news img {
    margin-bottom: 12px; }
  .block--contact-news .container-text {
    font-family: "Arial";
    font-size: 14px;
    color: #777777;
    line-height: 20px; }
    .block--contact-news .container-text label {
      font-family: "apex_newbold";
      font-size: 18px;
      color: #C9C9C9;
      letter-spacing: 0px; }

/*BLOCK CONTACT NEWS MOBILE*/
@media (max-width: 960px) {
  .block--contact-news {
    width: 280px;
    min-height: 180px;
    padding: 37px; } }
/* BLOCK CONTAINER */
.block--container {
  width: 100%;
  display: table; }
  .block--container .block-container-wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
    display: table;
    margin: 0 auto;
    width: 100%; }
  .block--container .block-container .container-middle h2 {
    margin-bottom: 65px;
    font-family: "apex_newbook";
    font-size: 30px;
    color: #A6A6A6;
    line-height: 30px; }
  .block--container .block-container .container-middle h3 {
    font-family: "Arial";
    font-weight: 200;
    font-size: 16px;
    color: #646464;
    margin-bottom: 40px;
    line-height: 22px; }
  .block--container .block-container .container-middle .body-container {
    font-family: "Arial";
    font-size: 16px;
    color: #646464;
    line-height: 22px; }
  .block--container .block-container .container-middle .underline-container {
    border-bottom: 1px solid #EEECEC; }

/*BLOCK CONTAINER MOBILE*/
@media (max-width: 960px) {
  .block--container .block-container-wrapper {
    padding-bottom: 25px;
    padding-top: 25px; }
  .block--container .block-container .container-middle h2 {
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 40px; }
  .block--container .block-container .container-middle h3 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 20px; } }
#adveo-block-cv-form #cv-form {
  min-height: 350px;
  position: relative; }
  #adveo-block-cv-form #cv-form .form-cv-container {
    max-width: 710px;
    margin: 0 auto;
    text-align: left; }
    #adveo-block-cv-form #cv-form .form-cv-container .error-cv {
      width: 100%;
      float: left; }
    #adveo-block-cv-form #cv-form .form-cv-container .cv-received {
      color: #B2D235;
      width: 100%;
      float: left;
      padding-bottom: 10px; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-title {
      font-family: "apex_newbook";
      font-size: 35px;
      color: #646464; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-subtitle {
      padding: 13px 0 29px 0;
      font-family: "Arial";
      font-size: 14px;
      color: #777777;
      line-height: 20px; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-item {
      float: left; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .float-left .form-item {
      clear: left; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .file-cvrequest {
      width: 100%; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-input {
      width: 313px;
      padding: 16px; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-input-name, #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-input-phone {
      margin-right: 8px;
      margin-bottom: 9px; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-input-phone {
      margin: 9px 8px 9px 0px; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .message-request {
      margin: 9px 0px 0px 0px; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-input-country {
      margin: 0px 0px 10px 0px; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-textarea {
      width: 313px;
      height: 77px;
      resize: none; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .checkbox-wrapper {
      text-align: left;
      clear: both; }
      #adveo-block-cv-form #cv-form .form-cv-container .form-content .checkbox-wrapper input[type="checkbox"] {
        display: none; }
      #adveo-block-cv-form #cv-form .form-cv-container .form-content .checkbox-wrapper .checkbox {
        background: url('../img/checkbox.png?1467039995') left center no-repeat transparent;
        padding-left: 24px;
        cursor: pointer; }
        #adveo-block-cv-form #cv-form .form-cv-container .form-content .checkbox-wrapper .checkbox a {
          font-family: "Arial";
          font-size: 11px;
          color: #A6A6A6; }
      #adveo-block-cv-form #cv-form .form-cv-container .form-content .checkbox-wrapper input[type="checkbox"]:checked + .checkbox {
        background: url('../img/checkbox_active.png?1467039920') left center no-repeat transparent; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-button-container {
      margin-top: 38px;
      font-family: "Arial";
      font-size: 14px; }
      #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-button-container .ok-message {
        color: #B2D235; }
      #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-button-container .error-message {
        color: #CF142B; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-button {
      text-transform: uppercase;
      width: 150px;
      height: 50px;
      background: #CF142B;
      font-family: "Arial";
      font-weight: bold;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1px;
      line-height: 19px;
      border: 0;
      cursor: pointer;
      float: right;
      outline: none; }
      #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-button:hover {
        background: #BC1428; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-button-grey {
      width: auto;
      height: 45px;
      font-family: "Arial";
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 13px;
      border: 0;
      cursor: pointer;
      float: left;
      margin-bottom: 10px;
      outline: none;
      padding: 16px;
      box-sizing: border-box; }
      #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-button-grey:hover {
        background: #A6A6A6;
        color: #CF142B; }

@media (max-width: 960px) {
  #adveo-block-cv-form #cv-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 40px; }
    #adveo-block-cv-form #cv-form .form-cv-container .float-left, #adveo-block-cv-form #cv-form .form-cv-container .float-right {
      float: none; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-title {
      font-size: 22px; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-item {
      float: none;
      margin-bottom: 10px; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-input {
      width: 100%;
      margin-right: 0;
      box-sizing: border-box; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-input-phone {
      margin: 0; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-input-company {
      margin: 0; }
    #adveo-block-cv-form #cv-form .form-cv-container .form-content .form-button {
      margin: 0 auto;
      display: block;
      float: none; } }
/* BLOCK FEATURE */
.block--feature {
  width: 210px;
  height: 220px;
  text-align: center;
  margin-right: 40px;
  position: relative; }
  .block--feature:nth-child(4n) {
    margin-right: 0; }
  .block--feature .feature-container .img-container {
    height: 55px;
    line-height: 55px;
    margin-bottom: 26px; }
  .block--feature .block-feature-container .title-container {
    font-family: "Arial";
    font-weight: bold;
    font-size: 16px;
    color: #4F4F4F;
    line-height: 19px;
    margin: 0;
    width: 100%; }
  .block--feature .block-feature-container .body-container {
    font-family: "Arial";
    font-size: 14px;
    color: #777777;
    line-height: 18px; }
  .block--feature .block-feature-container .link-container {
    position: absolute;
    width: 100%;
    bottom: 55px; }
    .block--feature .block-feature-container .link-container a {
      text-decoration: none;
      outline: none;
      font-family: "Arial";
      font-weight: bold;
      font-size: 14px;
      color: #CF142B; }

@media (min-width: 961px) and (max-width: 1399px) {
  .block--feature {
    margin: 0 10px; } }
/*BLOCK FEATURE MOBILE*/
@media (max-width: 960px) {
  .block--feature {
    margin: 0 auto; }
    .block--feature:nth-child(4n) {
      margin: 0 auto; }
    .block--feature.float-left, .block--feature.float-right {
      float: none; } }
#adveo-block-general-form #general-form {
  min-height: 350px;
  position: relative; }
  #adveo-block-general-form #general-form .form-general-container {
    max-width: 710px;
    margin: 0 auto;
    text-align: left; }
    #adveo-block-general-form #general-form .form-general-container .form-title {
      font-family: "apex_newbook";
      font-size: 35px;
      color: #646464; }
    #adveo-block-general-form #general-form .form-general-container .form-subtitle {
      padding: 13px 0 29px 0;
      font-family: "Arial";
      font-size: 14px;
      color: #777777;
      line-height: 20px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-item {
      float: left; }
    #adveo-block-general-form #general-form .form-general-container .form-content .float-left .form-item {
      clear: left; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-input {
      width: 313px;
      padding: 16px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-input-name, #adveo-block-general-form #general-form .form-general-container .form-content .form-input-phone {
      margin-right: 8px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-input-phone {
      margin: 9px 8px 9px 0px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-input-street {
      margin: 9px 8px 9px 0px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-input-town {
      margin: 0px 8px 0px 0px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .message-request {
      margin: 9px 0px 0px 0px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-input-company {
      margin: 0px 0px 10px 0px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-textarea {
      width: 313px;
      height: 77px;
      resize: none; }
    #adveo-block-general-form #general-form .form-general-container .form-content .checkbox-wrapper {
      text-align: left;
      clear: both; }
      #adveo-block-general-form #general-form .form-general-container .form-content .checkbox-wrapper input[type="checkbox"] {
        display: none; }
      #adveo-block-general-form #general-form .form-general-container .form-content .checkbox-wrapper .checkbox {
        background: url('../img/checkbox.png?1467039995') left center no-repeat transparent;
        padding-left: 24px;
        cursor: pointer; }
        #adveo-block-general-form #general-form .form-general-container .form-content .checkbox-wrapper .checkbox a {
          font-family: "Arial";
          font-size: 11px;
          color: #A6A6A6; }
      #adveo-block-general-form #general-form .form-general-container .form-content .checkbox-wrapper input[type="checkbox"]:checked + .checkbox {
        background: url('../img/checkbox_active.png?1467039920') left center no-repeat transparent; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-button-container {
      margin-top: 38px;
      font-family: "Arial";
      font-size: 14px; }
      #adveo-block-general-form #general-form .form-general-container .form-content .form-button-container .ok-message {
        color: #B2D235; }
      #adveo-block-general-form #general-form .form-general-container .form-content .form-button-container .error-message {
        color: #CF142B; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-button {
      text-transform: uppercase;
      width: 150px;
      height: 50px;
      background: #CF142B;
      font-family: "Arial";
      font-weight: bold;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1px;
      line-height: 19px;
      border: 0;
      cursor: pointer;
      float: right; }
      #adveo-block-general-form #general-form .form-general-container .form-content .form-button:hover {
        background: #BC1428; }

@media (max-width: 960px) {
  #adveo-block-general-form #general-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 40px; }
    #adveo-block-general-form #general-form .form-general-container .float-left, #adveo-block-general-form #general-form .form-general-container .float-right {
      float: none; }
    #adveo-block-general-form #general-form .form-general-container .form-title {
      font-size: 22px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-item {
      float: none;
      margin-bottom: 10px; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-input {
      width: 100%;
      margin-right: 0;
      box-sizing: border-box; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-input-phone {
      margin: 0; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-input-company {
      margin: 0; }
    #adveo-block-general-form #general-form .form-general-container .form-content .form-button {
      margin: 0 auto;
      display: block;
      float: none; } }
#adveo-block-help-form {
  background: url('../img/help_img.png?1467034167') left center no-repeat; }
  #adveo-block-help-form #help-form {
    min-height: 516px;
    background: linear-gradient(90deg, rgba(251, 251, 251, 0.72) 0%, #F6F6F6 45%);
    position: relative; }
    #adveo-block-help-form #help-form .form-help-container {
      padding-top: 75px;
      max-width: 430px;
      margin: 0 auto;
      text-align: center; }
      #adveo-block-help-form #help-form .form-help-container .form-title {
        font-family: "apex_newbook";
        font-size: 30px;
        color: #A6A6A6; }
      #adveo-block-help-form #help-form .form-help-container .form-subtitle {
        padding: 13px 0 29px 0;
        font-family: "Arial";
        font-size: 14px;
        color: #777777;
        line-height: 20px; }
      #adveo-block-help-form #help-form .form-help-container .form-content .form-item {
        float: left; }
      #adveo-block-help-form #help-form .form-help-container .form-content .form-input {
        width: 172px; }
      #adveo-block-help-form #help-form .form-help-container .form-content .form-input-name {
        margin-right: 10px; }
      #adveo-block-help-form #help-form .form-help-container .form-content .message-request {
        margin: 10px 0; }
      #adveo-block-help-form #help-form .form-help-container .form-content .form-textarea {
        width: 392px;
        resize: none; }
      #adveo-block-help-form #help-form .form-help-container .form-content .checkbox-wrapper {
        text-align: left;
        clear: both; }
        #adveo-block-help-form #help-form .form-help-container .form-content .checkbox-wrapper input[type="checkbox"] {
          display: none; }
        #adveo-block-help-form #help-form .form-help-container .form-content .checkbox-wrapper .checkbox {
          background: url('../img/checkbox.png?1467039995') left center no-repeat transparent;
          padding-left: 24px;
          cursor: pointer; }
          #adveo-block-help-form #help-form .form-help-container .form-content .checkbox-wrapper .checkbox a {
            font-family: "Arial";
            font-size: 11px;
            color: #A6A6A6; }
        #adveo-block-help-form #help-form .form-help-container .form-content .checkbox-wrapper input[type="checkbox"]:checked + .checkbox {
          background: url('../img/checkbox_active.png?1467039920') left center no-repeat transparent; }
      #adveo-block-help-form #help-form .form-help-container .form-content .form-button-container {
        margin-top: 38px;
        font-family: "Arial";
        font-size: 14px; }
        #adveo-block-help-form #help-form .form-help-container .form-content .form-button-container .ok-message {
          color: #B2D235; }
        #adveo-block-help-form #help-form .form-help-container .form-content .form-button-container .error-message {
          color: #CF142B; }
      #adveo-block-help-form #help-form .form-help-container .form-content .form-button {
        text-transform: uppercase;
        width: 150px;
        height: 50px;
        background: #CF142B;
        font-family: "Arial";
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 1px;
        line-height: 19px;
        border: 0;
        cursor: pointer; }
        #adveo-block-help-form #help-form .form-help-container .form-content .form-button:hover {
          background: #BC1428; }

/*BLOCK FEATURE MOBILE*/
@media (max-width: 960px) {
  #adveo-block-help-form {
    background-size: cover; }
    #adveo-block-help-form #help-form .form-help-container {
      padding: 40px 20px 40px 20px;
      box-sizing: border-box; }
      #adveo-block-help-form #help-form .form-help-container .form-content .form-item {
        float: none; }
      #adveo-block-help-form #help-form .form-help-container .form-content .form-textarea {
        width: auto; }
      #adveo-block-help-form #help-form .form-help-container .form-content .form-input {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
        box-sizing: border-box; } }
/*BLOCK FEATURE TABLET*/
@media (min-width: 961px) and (max-width: 1399px) {
  #adveo-block-help-form #help-form .form-help-container .form-content .form-input-name {
    margin-right: 8px; } }
/* BLOCK LINK */
.block--link {
  max-width: 640px;
  display: table; }
  .block--link .img-container img {
    display: block; }
  .block--link .link-container {
    background: #FFFFFF;
    border: 2px solid #EEECEC;
    border-top: 0px;
    clear: both;
    overflow: hidden; }
    .block--link .link-container .title-container {
      font-size: 22px;
      font-family: "apex_newbook";
      color: #A6A6A6;
      padding: 45px 0px 32px 0px; }
    .block--link .link-container .url-container {
      float: right; }
      .block--link .link-container .url-container a {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url('../img/more_icon.png?1464183458') no-repeat; }

/*BLOCK LINK MOBILE*/
@media (max-width: 960px) {
  .block--link .img-container img {
    width: 100%;
    height: auto; } }
/* BLOCK LINK ICON */
.block--link-icon {
  max-width: 640px;
  width: 100%;
  display: table; }
  .block--link-icon .link-container {
    background: #FFFFFF;
    border: 2px solid #EEECEC;
    clear: both;
    overflow: hidden;
    position: relative; }
    .block--link-icon .link-container .title-container {
      font-size: 22px;
      font-family: "apex_newbook";
      color: #A6A6A6;
      height: 76px; }
      .block--link-icon .link-container .title-container .img-container {
        display: inline-block;
        vertical-align: middle; }
        .block--link-icon .link-container .title-container .img-container img {
          display: block; }
      .block--link-icon .link-container .title-container .title {
        display: inline-block;
        line-height: 40px;
        font-family: "apex_newbook";
        font-size: 17px;
        color: #4F4F4F;
        line-height: 17px;
        padding-left: 25px; }
    .block--link-icon .link-container .title-container:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .block--link-icon .link-container .url-container {
      position: absolute;
      right: 0;
      bottom: 0; }
      .block--link-icon .link-container .url-container a {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url('../img/more_icon.png?1464183458') no-repeat; }

/*BLOCK LINK ICON MOBILE*/
@media (max-width: 960px) {
  .block--link-icon {
    float: none; }
    .block--link-icon .link-container {
      padding: 40px 79px;
      height: 160px;
      box-sizing: border-box; }
      .block--link-icon .link-container .title-container .img-container {
        display: block;
        margin-bottom: 20px; }
        .block--link-icon .link-container .title-container .img-container img {
          margin: 0 auto;
          display: block; }
      .block--link-icon .link-container .title-container .title {
        padding-left: 0; }
      .block--link-icon .link-container .title-container:before {
        display: block;
        height: auto; } }
/* BLOCK LINK */
.block--link-square {
  max-width: 300px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px; }
  .block--link-square:nth-of-type(even) {
    margin-right: 0; }
  .block--link-square .img-container img {
    display: block; }
  .block--link-square .link-container {
    background: #FFFFFF;
    border: 2px solid #EEECEC;
    border-top: 0px;
    clear: both;
    overflow: hidden; }
    .block--link-square .link-container .title-container {
      font-size: 22px;
      font-family: "apex_newbook";
      color: #A6A6A6;
      padding: 45px 0px 5px 0px; }
    .block--link-square .link-container .url-container {
      float: right; }
      .block--link-square .link-container .url-container a {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url('../img/more_icon.png?1464183458') no-repeat; }

/*BLOCK LINK MOBILE*/
@media (max-width: 960px) {
  .block--link-square {
    margin: 0 auto 40px; }
    .block--link-square .img-container img {
      width: 100%;
      height: auto; } }
/* BLOCK LOCATION */
.block--location {
  width: 100%;
  padding: 40px 40px 20px 40px;
  display: table; }
  .block--location .image-container img {
    display: block; }
  .block--location .container-middle {
    padding-left: 40px; }
    .block--location .container-middle .title-container {
      font-family: "Arial";
      font-weight: bold;
      font-size: 18px;
      color: #4F4F4F; }
    .block--location .container-middle .country-container {
      font-family: "Arial";
      color: #A6A6A6;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 12px; }
    .block--location .container-middle .body-container {
      font-family: "Arial";
      font-size: 16px;
      color: #4F4F4F;
      line-height: 21px;
      max-width: 550px; }

/*BLOCK LOCATION MOBILE*/
@media (max-width: 960px) {
  .block--location {
    width: 245px;
    margin: 0 auto; }
    .block--location .image-container {
      width: 100%;
      height: 150px;
      margin-bottom: 20px; }
      .block--location .image-container img {
        width: 100%;
        height: auto; }
    .block--location .vertical-parent {
      display: block; }
    .block--location .container-middle {
      padding-left: 0; }
      .block--location .container-middle .title-container {
        margin-bottom: 5px; }
      .block--location .container-middle .country-container {
        font-size: 12px; }
      .block--location .container-middle .body-container {
        font-family: "Arial";
        font-size: 16px;
        color: #4F4F4F;
        line-height: 21px;
        max-width: 550px; } }
/* BLOCK LOCATION TEASER*/
.block--location-teaser {
  margin-bottom: 40px;
  margin-right: 70px;
  width: 244px;
  text-align: center;
  border: 1px solid #EEECEC;
  padding: 0; }
  .block--location-teaser .container-middle {
    margin-top: 20px;
    padding-left: 0; }
    .block--location-teaser .container-middle .title-container {
      margin-bottom: 5px; }
    .block--location-teaser .container-middle .data-container {
      margin-top: 12px;
      color: #4F4F4F;
      font-family: "Arial";
      padding-bottom: 20px;
      line-height: 18px; }
      .block--location-teaser .container-middle .data-container .key {
        text-transform: uppercase;
        font-size: 12px;
        opacity: .7;
        margin-right: 10px; }
      .block--location-teaser .container-middle .data-container .value {
        font-size: 16px; }
  .block--location-teaser:nth-child(4n) {
    margin-right: 0; }

@media (min-width: 961px) and (max-width: 1399px) {
  .block--location-teaser {
    margin-right: 35px; } }
/*BLOCK LOCATION TEASER MOBILE*/
@media (max-width: 960px) {
  .block--location-teaser {
    float: none;
    margin: 0 auto;
    margin-bottom: 40px; }
    .block--location-teaser:nth-child(4n) {
      margin: 0 auto;
      margin-bottom: 40px; } }
/* BLOCK CATALOG */
.block--map {
  color: white;
  width: 100%;
  min-height: 300px;
  padding-top: 97px;
  padding-left: 241px;
  box-sizing: border-box; }
  .block--map .title {
    font-family: "apex_newbook";
    font-size: 30px;
    margin-bottom: 30px; }
  .block--map .button-transparent {
    width: 150px;
    height: 40px;
    line-height: 40px; }
  .block--map a {
    text-decoration: none; }

/*BLOCK CATALOG MOBILE*/
@media (max-width: 960px) {
  .block--map {
    background-position: -830px !important;
    background-size: cover !important;
    width: 100%;
    height: 400px;
    padding-top: 60px;
    padding-left: 0;
    text-align: center; }
    .block--map .title {
      font-size: 22px;
      margin-bottom: 20px; }
    .block--map .button-transparent {
      margin: 0 auto; } }
/* BLOCK MINI CIPHER */
.block--mini-cipher {
  max-width: 320px;
  text-align: center;
  margin-right: 110px;
  margin-bottom: 45px;
  width: 100px;
  height: 130px; }
  .block--mini-cipher:nth-of-type(3n) {
    margin-right: 0; }
  .block--mini-cipher .cipher-container {
    font-family: "apex_newbold";
    font-size: 25px;
    color: #CF142B;
    padding: 20px 0px 8px 0px; }
  .block--mini-cipher .title-container {
    font-family: "Arial";
    font-size: 12px;
    color: #4F4F4F;
    letter-spacing: 0.92px;
    text-transform: uppercase; }

/*BLOCK MINI CIPHER MOBILE*/
@media (max-width: 960px) {
  .block--mini-cipher.float-left, .block--mini-cipher.float-right {
    float: none; }
  .block--mini-cipher:nth-of-type(3n) {
    margin-right: 40px; }
  .block--mini-cipher:nth-of-type(2n) {
    margin-right: 0; }

  .wrapper-field-nested .block--mini-cipher {
    width: 50%;
    margin-right: 0; }
    .wrapper-field-nested .block--mini-cipher.float-left {
      float: left; } }
/* BLOCK PROMO */
.block--promo {
  width: 100%;
  float: left; }
  .block--promo .block-promo-container {
    width: 100%;
    max-width: 430px; }
    .block--promo .block-promo-container .block-container {
      width: 100%; }
      .block--promo .block-promo-container .block-container .image-container {
        padding-bottom: 30px; }
      .block--promo .block-promo-container .block-container .title-container {
        font-family: "Arial";
        font-weight: bold;
        font-size: 18px;
        color: #777777;
        line-height: 23px; }
      .block--promo .block-promo-container .block-container .body-container {
        font-family: "Arial";
        font-size: 16px;
        color: #777777;
        line-height: 23px; }

/* BLOCK REASONS */
.block--reasons .container-middle {
  padding: 54px 0 0 60px;
  display: table; }
  .block--reasons .container-middle .title-container {
    font-family: "Arial";
    font-weight: bold;
    font-size: 22px;
    color: #777777; }
  .block--reasons .container-middle .body-container {
    font-family: "Arial";
    font-size: 16px;
    color: #777777;
    line-height: 22px; }
  .block--reasons .container-middle.padding-no-izquierda {
    padding-right: 46px; }
  .block--reasons .container-middle.padding-no-derecha {
    padding-right: 38px;
    padding-left: 110px; }

/* BLOCK RELATIONS */
.block--relations {
  max-width: 270px;
  width: 100%;
  min-width: 270px;
  border: 1px solid #EEECEC;
  box-shadow: 1px 1px 3px 0px rgba(79, 79, 79, 0.1);
  margin-bottom: 20px; }
  .block--relations .block-relations-container .relations-icon {
    display: block;
    width: 56px;
    height: 47px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/info_icon.png?1465910321') no-repeat;
    margin: 33px auto 29px auto; }
  .block--relations .block-relations-container .block-container {
    text-align: center;
    margin-bottom: 20px; }
    .block--relations .block-relations-container .block-container .title-container {
      font-family: "apex_newbold";
      font-size: 18px;
      color: #C9C9C9;
      letter-spacing: 0px;
      padding-bottom: 6px; }
    .block--relations .block-relations-container .block-container .body-container {
      width: 100%;
      font-family: Arial;
      font-size: 14px;
      color: #777777;
      line-height: 20px;
      padding-bottom: 28px; }
      .block--relations .block-relations-container .block-container .body-container label {
        font-family: Arial-BoldMT;
        display: block; }

.block-share-this .facebook-share .facebook-ico {
  display: block;
  width: 9px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/facebook-share.png?1464284014') no-repeat;
  height: 35px;
  background-position: center; }
.block-share-this .twitter-share .twitter-ico {
  display: block;
  width: 16px;
  height: 13px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/twitter-share.png?1464284028') no-repeat;
  height: 35px;
  background-position: center; }
.block-share-this .linkedin-share .linkedin-ico {
  display: block;
  width: 16px;
  height: 14px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/linkedin_share.png?1481274716') no-repeat;
  height: 35px;
  background-position: center; }
.block-share-this .share-button {
  display: inline-block;
  text-align: left; }
  .block-share-this .share-button #button {
    background: #EEECEC;
    height: 35px;
    width: 35px;
    margin-left: 13px;
    position: relative;
    overflow: hidden;
    display: block;
    /*Rounded Corners*/
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease; }
    .block-share-this .share-button #button .facebook-ico, .block-share-this .share-button #button .twitter-ico, .block-share-this .share-button #button .linkedin-ico {
      position: relative; }
    .block-share-this .share-button #button .facebook-ico {
      left: 13px; }
    .block-share-this .share-button #button .twitter-ico {
      left: 10px; }
    .block-share-this .share-button #button .linkedin-ico {
      left: 10px; }
    .block-share-this .share-button #button:hover {
      width: 110px; }
      .block-share-this .share-button #button:hover .share-text {
        font-size: 13px;
        letter-spacing: 0px;
        font-family: "Arial";
        color: #CF142B;
        padding: 0 4px;
        line-height: 35px;
        position: absolute;
        top: 0;
        left: 35px; }

.block--slide-vertical {
  display: table; }

.slide-vertical-container {
  -webkit-animation: 100s scroll infinite linear;
  -moz-animation: 100s scroll infinite linear;
  -o-animation: 100s scroll infinite linear;
  -ms-animation: 100s scroll infinite linear;
  animation: 100s scroll infinite linear;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px; }

@-webkit-keyframes scroll {
  100% {
    background-position: 0px -3000px; } }
@-moz-keyframes scroll {
  100% {
    background-position: 0px -3000px; } }
@-o-keyframes scroll {
  100% {
    background-position: 0px -3000px; } }
@-ms-keyframes scroll {
  100% {
    background-position: 0px -3000px; } }
@keyframes scroll {
  100% {
    background-position: 0px -3000px; } }
.layout-container .block-social-media-links {
  text-align: center; }
  .layout-container .block-social-media-links h2 {
    font-family: "Arial";
    font-size: 16px;
    color: #A6A6A6;
    letter-spacing: 0px;
    padding: 22px 0px; }
  .layout-container .block-social-media-links .platforms .fa-facebook {
    display: block;
    width: 35px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/facebook_link.png?1465396550') no-repeat; }
    .layout-container .block-social-media-links .platforms .fa-facebook:before {
      content: ''; }
  .layout-container .block-social-media-links .platforms .fa-linkedin {
    display: block;
    width: 35px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/linkedin_link.png?1465396561') no-repeat; }
    .layout-container .block-social-media-links .platforms .fa-linkedin:before {
      content: ''; }
  .layout-container .block-social-media-links .platforms .fa-twitter {
    display: block;
    width: 35px;
    height: 35px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/twitter_link.png?1465396556') no-repeat; }
    .layout-container .block-social-media-links .platforms .fa-twitter:before {
      content: ''; }

/* BLOCK SUBCATEGORY */
.block--block-subcategory {
  max-width: 240px;
  float: left;
  border: 1px solid #EEECEC;
  text-align: left; }
  .block--block-subcategory .block-subcategory-container {
    width: 100%;
    height: 150px;
    min-width: 240px;
    position: relative; }
    .block--block-subcategory .block-subcategory-container .block-container-shadow {
      background: #1D2834;
      background: rgba(29, 40, 52, 0.4);
      height: 150px; }
      .block--block-subcategory .block-subcategory-container .block-container-shadow .title-container {
        font-family: "apex_newbold";
        font-size: 14px;
        color: #FFFFFF;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .block--block-subcategory .body-container {
    font-family: "Arial";
    font-size: 14px;
    color: #646464;
    line-height: 18px;
    margin: 25px; }
    .block--block-subcategory .body-container ul {
      padding: 0; }
    .block--block-subcategory .body-container li {
      list-style: none;
      font-size: 14px;
      padding-left: 18px;
      line-height: 18px;
      background: url('../img/rectangle.png?1466613854') left top 6px no-repeat; }

@media (min-width: 961px) and (max-width: 1399px) {
  .block--block-subcategory {
    max-width: 215px; }
    .block--block-subcategory .block-subcategory-container {
      min-width: 215px; } }
/* BLOCK SUPPLIER */
.block--supplier {
  width: 100%; }
  .block--supplier .block-supplier-container {
    width: 100%;
    position: relative;
    min-height: 260px; }
    .block--supplier .block-supplier-container .supplier-container {
      width: 50%; }
      .block--supplier .block-supplier-container .supplier-container:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .block--supplier .block-supplier-container .supplier-container .centered {
        display: inline-block;
        vertical-align: middle; }
      .block--supplier .block-supplier-container .supplier-container.orientation-izquierda {
        padding-left: 80px; }
      .block--supplier .block-supplier-container .supplier-container.orientation-derecha {
        padding-right: 80px; }
      .block--supplier .block-supplier-container .supplier-container .title-container {
        font-family: "Arial";
        font-weight: bold;
        font-size: 22px;
        color: #646464;
        line-height: 26px;
        padding-bottom: 2px;
        text-align: left; }
      .block--supplier .block-supplier-container .supplier-container .body-container {
        width: 100%;
        font-family: "Arial";
        font-size: 16px;
        color: #777777;
        line-height: 22px;
        max-width: 500px;
        text-align: left; }

/* BLOCK SUPPLIER MOBILE*/
@media (max-width: 960px) {
  .block--supplier {
    width: 280px;
    margin: 0 auto; }
    .block--supplier.float-left, .block--supplier.float-right {
      float: none; }
    .block--supplier .float-left, .block--supplier .float-right {
      float: none; }
    .block--supplier .img-container img {
      width: 100%;
      height: auto; }
    .block--supplier .block-supplier-container .supplier-container {
      width: 100%; }
      .block--supplier .block-supplier-container .supplier-container .title-container {
        font-size: 20px;
        line-height: 23px; }
      .block--supplier .block-supplier-container .supplier-container .body-container {
        font-size: 14px;
        line-height: 20px; } }
/* BLOCK TOOLS */
.block--tools {
  overflow: hidden; }
  .block--tools .container-block-tools {
    background: #F9F9F9;
    min-height: 400px; }
    .block--tools .container-block-tools .title-container {
      margin: 90px 0 20px 0;
      font-family: "Arial";
      font-weight: bold;
      font-size: 22px;
      color: #4F4F4F; }
    .block--tools .container-block-tools .body-container {
      font-family: "Arial";
      font-size: 16px;
      color: #4F4F4F;
      line-height: 21px;
      margin: 0 60px 40px 60px;
      text-align: left; }
    .block--tools .container-block-tools .link-container a {
      text-transform: uppercase;
      font-family: "Arial";
      font-weight: bold;
      font-size: 12px;
      color: #CF142B;
      letter-spacing: 0.75px;
      border-bottom: 1px solid #CF142B; }
      .block--tools .container-block-tools .link-container a:hover {
        text-decoration: none; }

/*BLOCK TOOLS MOBILE*/
@media (max-width: 960px) {
  .block--tools {
    margin-top: 0; }
    .block--tools .middle-container {
      float: none;
      width: 320px;
      overflow: hidden;
      margin: 0 auto; }
      .block--tools .middle-container .img-container img {
        width: 100%;
        height: auto; }
      .block--tools .middle-container.float-left, .block--tools .middle-container.float-right {
        float: none; }
    .block--tools .container-block-tools {
      min-height: 0;
      padding: 128px 85px 128px 85px;
      box-sizing: border-box; }
      .block--tools .container-block-tools .title-container {
        margin: 0;
        margin-bottom: 20px; }
      .block--tools .container-block-tools .body-container {
        margin: 0; } }
/* BLOCK VALORS */
.block--valors {
  width: 300px;
  margin-right: 30px;
  font-family: "Arial";
  color: #4F4F4F; }
  .block--valors .image-container {
    width: 100%;
    height: 250px;
    margin-bottom: 20px; }
    .block--valors .image-container img {
      width: 100%;
      height: auto; }
  .block--valors .container-text .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px; }
  .block--valors .container-text .text {
    font-size: 16px;
    line-height: 21px; }

.block--valors ~ .block--valors ~ .block--valors {
  margin-right: 0; }

@media (min-width: 961px) and (max-width: 1399px) {
  .block--valors {
    width: 280px; } }
/*BLOCK VALORS MOBILE*/
@media (max-width: 960px) {
  .block--valors {
    float: none;
    width: 280px;
    margin: 0 auto;
    margin-bottom: 40px; }
    .block--valors .image-container {
      height: 233px; }
    .block--valors .container-text .title {
      font-size: 20px; }
    .block--valors .container-text .text {
      font-size: 14px;
      line-height: 20px; }

  .block--valors ~ .block--valors ~ .block--valors {
    margin: 0 auto; } }
/* BLOCK TEXT */
.block--text {
  width: 100%;
  margin: 0 auto;
  display: table; }
  .block--text .title {
    font-size: 30px;
    font-family: "apex_newbook";
    color: #A6A6A6;
    margin-bottom: 40px;
    font-weight: bold; }
  .block--text .body {
    color: #4F4F4F;
    font-family: "Arial"; }
    .block--text .body .text-small {
      font-size: 11px;
      line-height: 15px;
      text-align: justify; }
  .block--text h3 {
    color: #4F4F4F;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px; }
  .block--text p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 40px; }

/*BLOCK TEXT MOBILE*/
@media (max-width: 960px) {
  .block--text {
    width: 100%; }
    .block--text .title {
      font-size: 20px;
      margin-bottom: 20px; }
    .block--text .body h3 {
      font-size: 16px; }
    .block--text .body p {
      font-size: 14px;
      line-height: 20px; } }
/* BLOCK CIPHER COUNTRY */
.block--cipher-country {
  width: 115px;
  margin-right: 95px;
  text-align: center; }
  .block--cipher-country:last-child {
    margin-right: 0; }
  .block--cipher-country .number div {
    font-size: 50px;
    font-family: "apex_newbold";
    color: #3D3D3D;
    margin-bottom: 25px; }
    .block--cipher-country .number div:before {
      content: '';
      border-bottom: 2px solid #CF142B;
      width: 20px;
      height: 2px;
      position: absolute;
      margin-top: 55px;
      margin-left: 50px;
      text-align: center; }
  .block--cipher-country .country div {
    text-transform: uppercase;
    color: #3D3D3D;
    font-family: "Arial";
    margin-bottom: 5px; }
  .block--cipher-country .year {
    font-size: 14px;
    color: #A6A6A6;
    font-family: "Arial"; }
    .block--cipher-country .year div {
      display: inline-block; }

@media (min-width: 961px) and (max-width: 1399px) {
  .block--cipher-country {
    margin-right: 83px; } }
/*BLOCK CIPHER COUNTRY MOBILE*/
@media (max-width: 960px) {
  .block--cipher-country {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0; }
    .block--cipher-country:nth-child(3n) {
      margin-right: 0; }
    .block--cipher-country .number {
      font-size: 40px;
      margin-bottom: 20px; }
      .block--cipher-country .number:before {
        margin-top: 45px;
        margin-left: 37px; }
    .block--cipher-country .country {
      font-size: 14px; }
    .block--cipher-country .year {
      font-size: 12px; } }
/* BLOCK CATALOG */
.block--catalog {
  width: 300px;
  margin: 0 auto; }
  .block--catalog .block-catalog-container img {
    width: 100%;
    height: auto;
    margin-bottom: 27px; }
  .block--catalog .block-catalog-container .button-red {
    height: 50px;
    line-height: 50px; }

/*BLOCK CATALOG MOBILE*/
@media (max-width: 960px) {
  .block--catalog {
    width: 280px; }
    .block--catalog .block-catalog-container img {
      margin-bottom: 20px; }
    .block--catalog .block-catalog-container .button-red {
      height: 45px;
      line-height: 45px; } }
/* BLOCK DOWNLOAD */
.block--download {
  display: inline-block;
  width: 270px;
  height: 230px;
  margin: 0 auto;
  border: 1px solid #EEECEC;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top; }
  .block--download img {
    margin-bottom: 12px; }
  .block--download .text {
    font-size: 22px;
    font-family: "apex_newbook";
    color: #A6A6A6;
    margin-bottom: 30px;
    min-height: 22px; }
  .block--download a {
    text-decoration: none; }
  .block--download .button-red {
    text-decoration: none;
    height: 40px;
    width: 150px;
    line-height: 40px;
    margin: 0 auto; }

/*BLOCK DOWNLOAD MOBILE*/
@media (max-width: 960px) {
  .block--download {
    width: 280px;
    height: 200px;
    padding: 37px; }
    .block--download .text {
      font-size: 0.9em;
      margin-bottom: 10px; } }
/* BLOCK CATALOG */
.block--map {
  color: white;
  width: 100%;
  min-height: 300px;
  padding-top: 97px;
  padding-left: 241px;
  box-sizing: border-box; }
  .block--map .title {
    font-family: "apex_newbook";
    font-size: 30px;
    margin-bottom: 30px; }
  .block--map .button-transparent {
    width: 150px;
    height: 40px;
    line-height: 40px; }
  .block--map a {
    text-decoration: none; }

/*BLOCK CATALOG MOBILE*/
@media (max-width: 960px) {
  .block--map {
    background-position: -830px !important;
    background-size: cover !important;
    width: 100%;
    height: 400px;
    padding-top: 60px;
    padding-left: 0;
    text-align: center; }
    .block--map .title {
      font-size: 22px;
      margin-bottom: 20px; }
    .block--map .button-transparent {
      margin: 0 auto; } }
/* BLOCK LIST ELEMENT */
.block--list-element {
  margin-right: 70px; }
  .block--list-element .text {
    width: 370px;
    background: url('../img/list-element-tick.png?1468000252') left top no-repeat;
    padding-left: 52px;
    font-size: 14px;
    color: #4F4F4F;
    font-family: "Arial";
    line-height: 20px;
    box-sizing: border-box; }
  .block--list-element:nth-child(2n) {
    margin-right: 0; }

/*BLOCK LIST ELEMENT MOBILE*/
@media (max-width: 960px) {
  .block--list-element {
    height: auto !important;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    float: none; }
    .block--list-element .text {
      width: 100%; } }
/* BLOCK CONSULT BIG*/
.block--consult-big {
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  min-height: 290px;
  background: url('../img/banner-image.png?1468000252') left center no-repeat; }
  .block--consult-big .block-consult-big-container {
    background-image: linear-gradient(90deg, rgba(207, 19, 43, 0.8) 10%, #CF142B 62%);
    min-height: 290px; }
    .block--consult-big .block-consult-big-container .title {
      padding-top: 75px;
      font-size: 30px;
      font-family: "apex_newbold";
      margin-bottom: 10px;
      line-height: 42px; }
    .block--consult-big .block-consult-big-container .subtitle {
      opacity: .6;
      font-family: "Arial";
      margin-bottom: 35px; }
    .block--consult-big .block-consult-big-container .button-red {
      margin: 0 auto;
      border: 1px solid #FFFFFF;
      width: 227px;
      height: 45px;
      line-height: 45px; }

/*BLOCK CONSULT BIG MOBILE*/
/* BLOCK CONTACT*/
.block--contact {
  padding: 60px 33px 78px 60px;
  border: 1px solid #EEECEC;
  width: 640px;
  height: 551px;
  margin: 0 auto;
  box-sizing: border-box; }
  .block--contact .title {
    font-size: 25px;
    color: #A6A6A6;
    font-family: "apex_newbook";
    margin-bottom: 50px; }
  .block--contact .location-container {
    margin-bottom: 105px; }
    .block--contact .location-container .info-container {
      width: 250px;
      box-sizing: border-box;
      margin-top: 20px;
      background: url('../img/pin_icon.png?1468000252') left top no-repeat; }
      .block--contact .location-container .info-container a {
        color: #FFFFFF;
        text-decoration: none; }
  .block--contact a {
    text-decoration: none; }
  .block--contact .button-red {
    width: 180px;
    height: 45px;
    line-height: 45px;
    background: url('../img/phone_icon.png?1468000252') left center no-repeat;
    background-color: #CF142B;
    background-position: 20px;
    padding-left: 25px;
    box-sizing: border-box;
    margin-top: 25px; }
  .block--contact .info-container {
    min-height: 55px;
    font-family: "Arial";
    padding-left: 62px;
    background: url('../img/customers_icon.png?1468000252') left top no-repeat;
    width: 305px; }
    .block--contact .info-container .title-container {
      font-weight: bold;
      color: #4F4F4F;
      margin-bottom: 10px; }
    .block--contact .info-container .text {
      color: #777777;
      line-height: 21px; }
      .block--contact .info-container .text div {
        display: inline-block; }
    .block--contact .info-container .email {
      margin-bottom: 5px; }
    .block--contact .info-container a {
      color: #CF142B;
      margin-bottom: 10px; }

/*BLOCK CONTACT MOBILE*/
@media (max-width: 960px) {
  .block--contact {
    border: none;
    width: 280px;
    margin: 0 auto;
    padding: 0;
    height: auto; }
    .block--contact .float-left, .block--contact .float-right {
      float: none; }
    .block--contact .title {
      font-size: 20px;
      margin-bottom: 40px; }
    .block--contact .location-container {
      margin-bottom: 0; }
      .block--contact .location-container .info-container {
        width: 100%;
        background-size: 15px; }
    .block--contact .image-wrapper {
      width: 280px;
      height: 173px;
      margin-bottom: 30px; }
      .block--contact .image-wrapper img {
        width: 100%;
        height: 100%; }
    .block--contact .button-red {
      margin: 0 auto;
      margin-bottom: 40px; }
    .block--contact .info-container {
      padding-left: 40px;
      width: 100%;
      background-size: 25px; }
      .block--contact .info-container .text {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px; }
      .block--contact .info-container a {
        font-size: 14px;
        line-height: 25px; }
      .block--contact .info-container .contact-link {
        display: block; } }
/* BLOCK CATALOG */
.block--consult-height {
  color: white;
  width: 640px;
  min-height: 270px;
  margin: 0 auto; }
  .block--consult-height .block-consult-height-container {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(267deg, rgba(207, 19, 43, 0.8) 0%, rgba(207, 19, 43, 0.8) 8%, #CF142B 77%);
    padding-left: 48px;
    padding-top: 33px;
    padding-bottom: 46px;
    box-sizing: border-box; }
  .block--consult-height p {
    margin: 0; }
  .block--consult-height .title {
    font-size: 35px;
    font-family: "apex_newbook";
    line-height: 45px; }
  .block--consult-height .body {
    font-size: 14px;
    font-family: "Arial";
    line-height: 19px;
    margin-bottom: 40px;
    width: 438px; }
  .block--consult-height .button-red {
    border: 1px solid #FFFFFF;
    height: 45px;
    line-height: 45px;
    width: 196px; }

/*BLOCK CATALOG MOBILE*/
@media (max-width: 960px) {
  .block--consult-height {
    width: 100%;
    height: auto; }
    .block--consult-height .block-consult-height-container {
      padding: 40px 20px; }
    .block--consult-height .title {
      font-size: 30px; }
    .block--consult-height .body {
      width: 100%; } }
/* BLOCK GRAPH */
.block--graph {
  width: 300px;
  float: left;
  margin-right: 40px; }
  .block--graph:nth-of-type(2n) {
    margin-right: 0; }
  .block--graph .labels-container {
    padding-left: 50px; }
    .block--graph .labels-container label {
      display: inline-block; }
  .block--graph canvas {
    margin-bottom: 50px; }
  .block--graph .color-square {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 4px; }
  .block--graph .checkbox-wrapper {
    position: relative;
    text-align: left;
    clear: both;
    margin-bottom: 10px; }
    .block--graph .checkbox-wrapper input[type="checkbox"] {
      display: none; }
    .block--graph .checkbox-wrapper .label-info {
      padding-left: 25px; }
    .block--graph .checkbox-wrapper .checkbox {
      background: url('../img/checkbox.png?1467039995') left center no-repeat transparent;
      padding-left: 45px;
      cursor: pointer; }
      .block--graph .checkbox-wrapper .checkbox a {
        font-family: "Arial";
        font-size: 11px;
        color: #A6A6A6; }
    .block--graph .checkbox-wrapper input[type="checkbox"]:checked + .checkbox {
      background: url('../img/checkbox_graph_active.png?1468084484') left center no-repeat transparent; }

/*VIEW CALENDAR MOBILE*/
@media (max-width: 960px) {
  .block--graph {
    width: 300px;
    float: none;
    margin: 0 auto; } }
/* BLOCK GRAPH BAR */
.block--graph-bar {
  width: 640px;
  border-top: 1px solid #EEECEC;
  padding-top: 60px;
  padding-left: 60px; }
  .block--graph-bar .filters-container {
    margin-bottom: 94px; }
    .block--graph-bar .filters-container .graph-type-button {
      width: 45px;
      height: 45px;
      margin-right: 10px;
      cursor: pointer;
      border-radius: 6px; }
      .block--graph-bar .filters-container .graph-type-button.horizontal-bar {
        margin-right: 30px;
        background: url('../img/graph_horizontal_icon.png?1468084484') center center no-repeat;
        background-color: #F6F6F6; }
      .block--graph-bar .filters-container .graph-type-button.bar {
        background: url('../img/graph_bar_icon.png?1468084484') center center no-repeat;
        background-color: #F6F6F6; }
      .block--graph-bar .filters-container .graph-type-button.line {
        background: url('../img/graph_line_icon.png?1468084484') center center no-repeat;
        background-color: #F6F6F6; }
    .block--graph-bar .filters-container .sod_select {
      width: 350px; }
      .block--graph-bar .filters-container .sod_select .sod_list_wrapper {
        width: 350px; }
  .block--graph-bar .graph-container {
    width: 414px;
    margin: 0 auto; }
  .block--graph-bar .labels-container {
    padding-left: 20px; }
  .block--graph-bar canvas {
    margin-bottom: 50px; }
  .block--graph-bar .checkbox-wrapper {
    position: relative;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 10px; }
    .block--graph-bar .checkbox-wrapper input[type="checkbox"] {
      display: none; }
    .block--graph-bar .checkbox-wrapper .checkbox {
      background: url('../img/checkbox.png?1467039995') left center no-repeat transparent;
      padding-left: 20px;
      cursor: pointer; }
      .block--graph-bar .checkbox-wrapper .checkbox a {
        font-family: "Arial";
        font-size: 11px;
        color: #A6A6A6; }
    .block--graph-bar .checkbox-wrapper input[type="checkbox"]:checked + .checkbox {
      background: url('../img/checkbox_graph_active.png?1468084484') left center no-repeat transparent; }

/* BLOCK GRAPH BAR */
.block--graph-line {
  width: 640px;
  padding-bottom: 85px;
  border-bottom: 1px solid #EEECEC; }
  .block--graph-line .data-container {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 90px; }
    .block--graph-line .data-container .data-item {
      width: 139px;
      height: 52px;
      text-align: center;
      padding-right: 30px;
      margin-right: 10px;
      border-right: 1px solid #EEECEC; }
      .block--graph-line .data-container .data-item:last-child {
        padding: 0;
        margin: 0;
        border: none; }
      .block--graph-line .data-container .data-item .label {
        font-size: 12px;
        letter-spacing: .92px;
        margin-bottom: 5px; }
      .block--graph-line .data-container .data-item .number {
        font-size: 25px;
        font-family: "apex_newbold"; }
    .block--graph-line .data-container .diference {
      color: #CF142B; }
  .block--graph-line .graph-container {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 65px; }
  .block--graph-line .labels-container .period {
    width: 70px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    color: white;
    font-size: 11px;
    text-align: center;
    margin-right: 20px;
    background: #A6A6A6; }
    .block--graph-line .labels-container .period.active {
      background: #CF142B; }

.block--simple-link {
  border-bottom: 1px solid #EEECEC;
  float: left;
  width: 100%; }
  .block--simple-link .block-content {
    max-width: 795px;
    margin: 0 auto;
    padding: 65px 0;
    text-align: center; }
    .block--simple-link .block-content .field--name-field-body-block-link-simple {
      font-family: "apex_newbook";
      font-size: 30px;
      color: #000000;
      margin-bottom: 35px; }
    .block--simple-link .block-content .field--name-field-link-block-link-simple a {
      font-family: "Arial";
      font-weight: 700;
      font-size: 14px;
      line-height: 19px;
      border: none;
      padding: 17px 30px;
      background: #CF142B;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 1px; }

/*BLOCK SIMPLE LINK MOBILE*/
@media (max-width: 960px) {
  .block--simple-link {
    float: left;
    width: 100%; }
    .block--simple-link .block-content {
      padding: 0 20px 0 20px;
      width: 100%;
      box-sizing: border-box; }
      .block--simple-link .block-content .field--name-field-body-block-link-simple {
        font-size: 20px; }
      .block--simple-link .block-content .field--name-field-link-block-link-simple {
        height: 50px; } }
.block--communication {
  max-width: 640px;
  border: 1px solid #EEECEC;
  position: relative;
  display: table; }
  .block--communication .block-content {
    overflow: hidden;
    padding: 60px; }
    .block--communication .block-content .wrapper-info {
      max-width: 225px; }
      .block--communication .block-content .wrapper-info .communication-icon {
        display: block;
        width: 52px;
        height: 45px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url('../img/communication_icon.png?1468243474') no-repeat;
        margin-bottom: 20px; }
      .block--communication .block-content .wrapper-info .block-title {
        font-family: "Arial";
        font-weight: bold;
        font-size: 18px;
        color: #4F4F4F;
        margin-bottom: 10px; }
      .block--communication .block-content .wrapper-info .field--name-field-mail-block-communication {
        font-size: 16px;
        line-height: 21px; }
      .block--communication .block-content .wrapper-info .wrapper-phone {
        font-size: 16px;
        color: #777777;
        line-height: 21px;
        margin-bottom: 10px; }
        .block--communication .block-content .wrapper-info .wrapper-phone .field--name-field-phone-block-communication {
          display: inline; }
      .block--communication .block-content .wrapper-info .field--name-field-street-block-communication {
        font-size: 16px;
        color: #777777;
        line-height: 21px; }

/*BREADCRUMB MOBILE*/
@media (max-width: 960px) {
  .block--communication .float-left, .block--communication .float-right {
    float: none; }
  .block--communication .block-content .wrapper-info {
    margin: 0 auto;
    margin-bottom: 20px; }
  .block--communication .block-content .wrapper-image {
    text-align: center; } }
/* BLOCK PREVIOUS NEXT */
.block-previous-next {
  padding-top: 30px;
  margin-bottom: 20px; }
  .block-previous-next .previous-link {
    background: url('../img/arrow-left.png?1467378220') left center no-repeat;
    background-size: 8px;
    padding-left: 15px; }
  .block-previous-next .next-link {
    background: url('../img/arrow-right.png?1467378230') right center no-repeat;
    background-size: 8px;
    padding-right: 15px; }

/* BLOCK PREVIOUS NEXT MOBILE*/
/* BLOCK WEBFORM */
.node--type-shareholders .container-full-width {
  width: 640px; }

.block--webform {
  width: 99%; }
  .block--webform label {
    display: block;
    padding: 8px 0; }
  .block--webform label.option {
    display: inline-block; }
  .block--webform .select2-container {
    width: 50% !important; }
  .block--webform .select2-selection {
    padding: 8px;
    margin: 4px 8px 4px 0px;
    line-height: 19px;
    height: 45px; }
    .block--webform .select2-selection .select2-selection__arrow {
      top: 50%;
      -webkit-transform: translateX(0%) translateY(-50%);
      -moz-transform: translateX(0%) translateY(-50%);
      transform: translateX(0%) translateY(-50%);
      right: 20px; }
  .block--webform .form-item .form-required:after {
    content: "*"; }
  .block--webform .js-form-type-checkbox .form-required:after {
    content: ""; }
  .block--webform .js-form-type-checkbox .form-required + .description:after {
    content: "*"; }
  .block--webform .form-item .form-text, .block--webform .form-item .form-email, .block--webform .form-item .form-select {
    background: #FFFFFF;
    border: 1px solid #EEECEC;
    box-shadow: inset 0px 1px 3px 0px #EEECEC;
    border-radius: 0;
    font-family: "Arial";
    font-size: 15px;
    color: #A6A6A6;
    opacity: 1;
    width: 313px;
    margin: 4px 8px 4px 0px;
    line-height: 19px;
    height: 45px;
    padding-left: 25px; }
  .block--webform input[type="checkbox"] {
    display: none; }
  .block--webform input[type="checkbox"] + label, .block--webform input[type="checkbox"] + .description {
    background: url('../img/checkbox.png?1467039995') left center no-repeat transparent;
    padding-left: 24px;
    cursor: pointer;
    font-family: "Arial";
    margin: 4px 0;
    display: inline-block; }
    .block--webform input[type="checkbox"] + label a, .block--webform input[type="checkbox"] + .description a {
      font-family: "Arial";
      cursor: pointer;
      text-decoration: underline; }
  .block--webform input[type="checkbox"]:checked + label, .block--webform input[type="checkbox"]:checked + .description {
    background: url('../img/checkbox_active.png?1467039920') left center no-repeat transparent; }
  .block--webform .form-item .description {
    display: inline-block;
    max-width: 91%;
    vertical-align: text-top;
    font-size: 15px;
    line-height: 20px; }
  .block--webform .js-form-type-checkbox {
    padding: 5px 0px; }
    .block--webform .js-form-type-checkbox label {
      font-size: 15px; }
  .block--webform #edit-actions {
    margin-top: 38px; }
    .block--webform #edit-actions .webform-button--submit {
      padding: 0;
      box-sizing: border-box;
      align-items: flex-start;
      text-align: center;
      text-transform: uppercase;
      width: 150px;
      height: 50px;
      background: #CF142B;
      font-family: "Arial";
      font-weight: bold;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 1px;
      line-height: 19px;
      border: 0;
      cursor: pointer;
      float: right;
      margin-right: 12px; }
  .block--webform textarea {
    resize: none;
    font-family: "Arial";
    font-size: 15px;
    color: #A6A6A6;
    padding: 16px;
    width: 90%;
    background: #FFFFFF;
    border: 1px solid #EEECEC;
    box-shadow: inset 0px 1px 3px 0px #EEECEC;
    border-radius: 0; }
  .block--webform fieldset {
    margin: 10px 0px; }
  .block--webform .form-managed-file .description {
    display: none; }

@media (max-width: 960px) {
  .node--type-shareholders .container-full-width {
    width: 100%; } }
.view-job {
  max-width: 960px;
  width: 100%; }
  .view-job .filter-form {
    border-bottom: 1px solid #EEECEC;
    padding-bottom: 20px;
    margin-bottom: 60px;
    *zoom: 1; }
    .view-job .filter-form:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
  .view-job .form-item {
    margin-right: 10px;
    float: left; }
    .view-job .form-item.form-select .sod_select {
      width: 195px; }
      .view-job .form-item.form-select .sod_select .sod_list_wrapper {
        width: 195px; }
    .view-job .form-item .form-text.key-words {
      width: 170px; }
  .view-job .btn {
    float: right; }
  .view-job .no-job-results {
    width: 530px;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px; }
    .view-job .no-job-results .no-job-results-title {
      font-family: "apex_newbook";
      font-size: 25px;
      color: #1D1D1D;
      margin-bottom: 20px; }
    .view-job .no-job-results .no-job-results-text {
      font-family: "Arial";
      font-size: 16px;
      color: #777777;
      line-height: 21px;
      margin-bottom: 30px; }
    .view-job .no-job-results .no-job-results-cv-icon {
      display: block;
      width: 43px;
      height: 58px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url('../img/cv_icon.png?1467981603') no-repeat;
      display: none; }

@media (min-width: 961px) and (max-width: 1399px) {
  .view-job .form-item.form-select .sod_select {
    width: 185px; } }
/*BLOCK VALORS MOBILE*/
@media (max-width: 960px) {
  .view-job {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .view-job .filter-form {
      margin-bottom: 40px; }
      .view-job .filter-form .form-item {
        float: none;
        margin-bottom: 20px;
        box-sizing: border-box;
        margin-right: 0; }
        .view-job .filter-form .form-item .sod_select {
          width: 100%; }
          .view-job .filter-form .form-item .sod_select .sod_list_wrapper {
            width: 100%; }
        .view-job .filter-form .form-item .form-text {
          width: 100%;
          box-sizing: border-box; }
      .view-job .filter-form .btn-red {
        margin: 0 auto;
        display: block; }
    .view-job .no-job-results {
      padding-top: 0;
      margin-bottom: 50px;
      width: 100%; } }
.view-team {
  max-width: 640px; }
  .view-team .node-team-teaser {
    float: left;
    margin-bottom: 40px; }
    .view-team .node-team-teaser:nth-child(odd) {
      margin-right: 40px; }

.view-news {
  overflow: hidden; }
  .view-news .filter-form {
    border-bottom: 1px solid #EEECEC;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: right; }
    .view-news .filter-form .form-item {
      margin-right: 10px;
      display: inline-block; }
      .view-news .filter-form .form-item .form-text.key-words {
        width: 170px; }
  .view-news .non-promoted-articles .node-article {
    float: left;
    margin-right: 65px;
    margin-bottom: 65px; }
  .view-news.col-3 .non-promoted-articles .node-article-teaser:nth-child(3n) {
    margin-right: 0; }
  .view-news.col-2 .promoted-articles .node-article {
    width: 640px; }
    .view-news.col-2 .promoted-articles .node-article .wrapper-info {
      width: 100%;
      padding: 65px; }
  .view-news.col-2 .non-promoted-articles .node-article:nth-child(even) {
    margin-right: 0; }

/*VIEW NEWS MOBILE*/
@media (max-width: 960px) {
  .view-news {
    margin-bottom: 40px; }
    .view-news .filter-form {
      max-width: 400px;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      margin: 0 auto;
      box-sizing: border-box;
      border: none;
      margin-bottom: 40px; }
      .view-news .filter-form .form-item {
        width: 100%;
        margin-bottom: 10px; }
        .view-news .filter-form .form-item .form-text.key-words {
          width: 100%;
          box-sizing: border-box;
          margin-bottom: 15px; }
      .view-news .filter-form .form-select .sod_select {
        width: 100%; }
      .view-news .filter-form .form-select .sod_list_wrapper {
        width: 100%; }
      .view-news .filter-form .btn {
        margin: 0 auto;
        display: block; }
    .view-news .promoted-articles {
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; }
      .view-news .promoted-articles .node-article-teaser-promoted-non-image .wrapper-info {
        width: 100%;
        padding: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .view-news .non-promoted-articles {
      padding-left: 20px;
      padding-right: 20px;
      box-sizing: border-box; }
      .view-news .non-promoted-articles .node-article-teaser {
        float: none;
        margin: 0 auto;
        margin-bottom: 65px;
        height: auto !important; }
    .view-news.col-3 .non-promoted-articles .node-article-teaser:nth-child(3n) {
      margin: 0 auto; }
    .view-news.col-2 .promoted-articles .node-article {
      width: 100%; }
      .view-news.col-2 .promoted-articles .node-article .wrapper-info {
        width: 100%;
        padding: 25px; }
    .view-news.col-2 .non-promoted-articles .node-article-teaser:nth-child(even) {
      margin: 0 auto; } }
.view-images {
  max-width: 640px; }
  .view-images .gallery-country {
    margin-bottom: 75px;
    overflow: hidden; }
    .view-images .gallery-country .gallery-country-name {
      font-size: 22px;
      color: #4F4F4F;
      border-bottom: 1px solid #EEECEC;
      padding-bottom: 5px;
      margin-bottom: 35px; }
  .view-images .bx-wrapper .bx-pager {
    display: none; }
  .view-images .bx-wrapper .bx-viewport {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    border: none; }
  .view-images .bx-wrapper .bx-controls-direction a {
    bottom: 20px;
    top: auto; }
  .view-images .bx-wrapper .bx-prev {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/gallery-icon-prev.png?1468084484') no-repeat; }
  .view-images .bx-wrapper .bx-next {
    left: 100px;
    right: auto;
    display: block;
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/gallery-icon-next.png?1468084484') no-repeat; }
    .view-images .bx-wrapper .bx-next:hover {
      background-position: 0 0; }
  .view-images .slide-counter {
    position: absolute;
    bottom: 28px;
    left: 60px;
    font-family: "apex_newbook";
    font-size: 14px;
    color: #CF142B;
    letter-spacing: 0.63px; }

.view-distributors {
  font-family: "Arial"; }
  .view-distributors .form-select {
    vertical-align: bottom; }
  .view-distributors .inner {
    max-width: 960px;
    margin: 0 auto;
    background: #FFFFFF; }
  .view-distributors .wrapper-form {
    background: #FFFFFF;
    padding-bottom: 30px;
    display: block; }
    .view-distributors .wrapper-form .filter-form .form-group.border-bottom {
      padding-bottom: 30px;
      border-bottom: 1px solid #EEECEC;
      margin-bottom: 30px; }
    .view-distributors .wrapper-form .filter-form .form-group .form-item {
      display: inline-block;
      margin-right: 17px; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item label {
        opacity: 0.5;
        font-size: 14px;
        color: #4F4F4F;
        line-height: 19px;
        margin-bottom: 10px;
        display: block; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item.checkbox-wrapper label {
        opacity: 1; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item:last-child {
        margin-right: 0; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item.field-distributor-name {
        max-width: 285px; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item.field-country, .view-distributors .wrapper-form .filter-form .form-group .form-item.field-province {
        max-width: 220px; }
        .view-distributors .wrapper-form .filter-form .form-group .form-item.field-country .sod_select, .view-distributors .wrapper-form .filter-form .form-group .form-item.field-province .sod_select {
          width: 220px;
          vertical-align: bottom; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item.field-postal-code {
        max-width: 170px; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item input {
        vertical-align: bottom;
        width: 100%;
        height: 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 2px;
        background: #FFFFFF;
        border: 1px solid #EEECEC;
        box-shadow: inset -1px 1px 3px 0px rgba(201, 201, 201, 0.2);
        opacity: 1; }
    .view-distributors .wrapper-form .filter-form .form-group .form-group-label {
      opacity: 0.5;
      font-size: 14px;
      color: #4F4F4F;
      line-height: 19px;
      display: inline-block; }
      .view-distributors .wrapper-form .filter-form .form-group .form-group-label.brands-label {
        margin-right: 50px; }
    .view-distributors .wrapper-form .filter-form .form-group .btn {
      padding: 15px 58px;
      cursor: pointer; }
  .view-distributors .wrapper-results {
    background: rgba(249, 249, 249, 0.6);
    padding-top: 3px; }
    .view-distributors .wrapper-results .inner {
      overflow: hidden;
      clear: both; }
    .view-distributors .wrapper-results .container-results {
      float: left;
      width: 370px;
      height: 720px;
      overflow-x: scroll; }
    .view-distributors .wrapper-results .container-map {
      float: left;
      width: 590px;
      height: 720px; }
      .view-distributors .wrapper-results .container-map .bubble {
        background: #FFFFFF;
        border-radius: 3px;
        font-family: "Arial"; }
        .view-distributors .wrapper-results .container-map .bubble .node-title {
          font-weight: bold;
          font-size: 16px;
          color: #4F4F4F; }
        .view-distributors .wrapper-results .container-map .bubble .field-hour {
          font-size: 14px;
          color: #4F4F4F;
          letter-spacing: 0px; }

@media (min-width: 961px) and (max-width: 1399px) {
  .view-distributors .wrapper-form .filter-form .form-group .form-item.field-distributor-name {
    max-width: 230px; }
  .view-distributors .wrapper-results .container-map {
    width: 530px; } }
/*VIEW DISTRIBUTORS MOBILE*/
@media (max-width: 960px) {
  .view-distributors {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .view-distributors .wrapper-results .container-results {
      float: none;
      width: 100%;
      height: auto;
      overflow: inherit; }
    .view-distributors .wrapper-form .filter-form .form-group .form-item {
      display: block;
      margin: 0 auto;
      margin-bottom: 20px; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item label {
        display: none; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item.checkbox-wrapper label {
        opacity: 1; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item:last-child {
        margin: 0 auto; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item.field-distributor-name {
        max-width: 400px;
        width: 100%; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item.field-country, .view-distributors .wrapper-form .filter-form .form-group .form-item.field-province {
        max-width: 400px;
        width: 100%; }
        .view-distributors .wrapper-form .filter-form .form-group .form-item.field-country .sod_select, .view-distributors .wrapper-form .filter-form .form-group .form-item.field-country .sod_list_wrapper, .view-distributors .wrapper-form .filter-form .form-group .form-item.field-province .sod_select, .view-distributors .wrapper-form .filter-form .form-group .form-item.field-province .sod_list_wrapper {
          max-width: 400px;
          width: 100%; }
      .view-distributors .wrapper-form .filter-form .form-group .form-item.field-postal-code {
        max-width: 400px;
        width: 100%; }
    .view-distributors .wrapper-form .filter-form .form-group .checkbox-wrapper label {
      display: inline-block; }
    .view-distributors .wrapper-form .filter-form .form-group .btn-red {
      float: none;
      margin: 0 auto;
      display: block; }
    .view-distributors .wrapper-form .filter-form .form-group .brands-label {
      margin-bottom: 20px; } }
.view-reports {
  max-width: 640px; }
  .view-reports .wrapper-year {
    border-top: 1px solid #EEECEC; }
    .view-reports .wrapper-year .year {
      font-family: "Arial";
      font-size: 100px;
      font-weight: bold;
      color: #EEECEC;
      margin-bottom: 40px; }
    .view-reports .wrapper-year .elements {
      overflow: hidden; }
      .view-reports .wrapper-year .elements .node-report {
        float: left; }

/*VIEW REPORTS MOBILE*/
@media (max-width: 960px) {
  .view-reports .wrapper-year {
    border: none; }
    .view-reports .wrapper-year .elements .node-report {
      float: none;
      margin: 0 auto;
      margin-bottom: 40px; }
      .view-reports .wrapper-year .elements .node-report:nth-child(even) {
        margin: 0 auto;
        margin-bottom: 40px; } }
.view-calendar {
  max-width: 640px;
  font-family: "Arial"; }
  .view-calendar .wrapper-year {
    margin-bottom: 100px; }
    .view-calendar .wrapper-year .year {
      font-size: 100px;
      font-weight: bold;
      color: #EEECEC;
      margin-bottom: 40px; }
    .view-calendar .wrapper-year .elements .calendar-table {
      width: 100%; }
      .view-calendar .wrapper-year .elements .calendar-table .calendar-table-header {
        border-bottom: 1px solid #EEECEC; }
        .view-calendar .wrapper-year .elements .calendar-table .calendar-table-header .calendar-cell {
          font-weight: bold;
          font-size: 11px;
          color: #40B97E;
          letter-spacing: 1px;
          line-height: 16px;
          text-transform: uppercase; }
      .view-calendar .wrapper-year .elements .calendar-table .calendar-table-row {
        border-bottom: 1px solid #EEECEC; }
        .view-calendar .wrapper-year .elements .calendar-table .calendar-table-row .calendar-cell {
          font-size: 12px;
          color: #4F4F4F; }
        .view-calendar .wrapper-year .elements .calendar-table .calendar-table-row:nth-child(odd) {
          background: #F9F9F9; }
      .view-calendar .wrapper-year .elements .calendar-table .calendar-cell {
        padding: 10px 20px; }
        .view-calendar .wrapper-year .elements .calendar-table .calendar-cell.no-padding {
          padding: 0; }

/*VIEW CALENDAR MOBILE*/
@media (max-width: 960px) {
  .view-calendar .wrapper-year .year {
    font-size: 14px;
    font-family: "Arial";
    margin-bottom: 20px;
    color: #4F4F4F; }
  .view-calendar .wrapper-year:last-child .elements {
    overflow: scroll; } }
.view-meetings {
  font-family: "Arial";
  max-width: 640px; }
  .view-meetings .wrapper-year .year-title {
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #F6F5F5;
    padding: 20px;
    font-weight: bold;
    font-size: 22px;
    color: #4F4F4F;
    margin-bottom: 40px;
    cursor: pointer; }
    .view-meetings .wrapper-year .year-title .toggler {
      display: block;
      width: 11px;
      height: 7px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url('../img/icon-form-select-arrow-down.png?1468000252') no-repeat;
      display: inline-block;
      padding-bottom: 4px;
      margin-left: 30px; }
      .view-meetings .wrapper-year .year-title .toggler.active {
        background: url('../img/icon-form-select-arrow-up.png?1468000252') no-repeat; }

.view-location {
  max-width: 960px;
  border: 1px solid #EEECEC;
  overflow: hidden; }
  .view-location .promoted-location {
    border-bottom: 1px solid #EEECEC; }
    .view-location .promoted-location .block--location {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px; }
  .view-location .wrapper-toggler {
    padding: 40px;
    font-weight: bold;
    font-size: 12px;
    color: #CF142B;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer; }
    .view-location .wrapper-toggler .toggler {
      display: block;
      width: 11px;
      height: 7px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url('../img/icon-form-select-arrow-down.png?1468000252') no-repeat;
      display: inline-block;
      padding-bottom: 1px;
      margin-left: 30px; }
      .view-location .wrapper-toggler .toggler.active {
        background: url('../img/icon-form-select-arrow-up.png?1468000252') no-repeat; }
  .view-location .elements {
    padding: 40px; }
    .view-location .elements .block--location-teaser:nth-child(3n) {
      margin-right: 0; }
    .view-location .elements .block--location-teaser:nth-child(4n) {
      margin-right: 70px; }

@media (min-width: 961px) and (max-width: 1399px) {
  .view-location .elements .block--location-teaser:nth-child(4n) {
    margin-right: 35px; } }
/*VIEW LOCATION MOBILE*/
@media (max-width: 960px) {
  .view-location {
    width: 280px;
    margin: 0 auto; }
    .view-location .elements {
      padding: 0; }
      .view-location .elements .block--location-teaser:nth-child(3n) {
        margin: 0 auto;
        margin-bottom: 40px; }
      .view-location .elements .block--location-teaser:nth-child(4n) {
        margin: 0 auto;
        margin-bottom: 40px; } }
.companies-bxslide-container {
  width: 100%;
  height: 65px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 12px 0; }
  .companies-bxslide-container ul {
    padding: 0;
    height: 40px;
    overflow: hidden; }
    .companies-bxslide-container ul li {
      float: left;
      height: 40px;
      min-width: 240px;
      text-align: center;
      line-height: 40px; }
      .companies-bxslide-container ul li .field-content img {
        vertical-align: middle;
        opacity: 0.2; }
  .companies-bxslide-container .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0; }
    .companies-bxslide-container .bx-wrapper .bx-viewport .bxslider-companies .views-field-field-logo-company {
      text-align: center; }
      .companies-bxslide-container .bx-wrapper .bx-viewport .bxslider-companies .views-field-field-logo-company .field-content {
        height: 40px;
        line-height: 40px;
        font-size: 0px; }
        .companies-bxslide-container .bx-wrapper .bx-viewport .bxslider-companies .views-field-field-logo-company .field-content img {
          display: inline-block;
          vertical-align: middle;
          max-height: 40px;
          width: auto; }

.bx-wrapper {
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  margin: 0 auto; }

.slide-home-bxslide-container .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0; }

.ngdialog-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 0; }

.ngdialog .ngdialog-content {
  width: 100%;
  border-radius: 4px;
  max-width: 960px;
  display: table;
  position: absolute;
  padding: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #FFFFFF; }
  .ngdialog .ngdialog-content .ngdialog-close:before {
    display: block;
    width: 10px;
    height: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/close_icon.png?1467811452') no-repeat;
    margin-bottom: 50px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px; }
  .ngdialog .ngdialog-content .wrapper-content {
    margin-bottom: 20px; }
    .ngdialog .ngdialog-content .wrapper-content .wrapper-warning {
      color: #FDB92D;
      padding-left: 32px;
      margin: 0 auto;
      width: 360px;
      min-height: 25px; }
  .ngdialog .ngdialog-content .actions {
    text-align: center; }
    .ngdialog .ngdialog-content .actions .btn {
      margin: 0 10px;
      padding: 0 40px; }

.ngdialog-small .ngdialog-content {
  max-width: 700px;
  background: #FFFFFF; }

.cv-form-container {
  width: 700px; }
  .cv-form-container .title {
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: "Arial";
    color: #4F4F4F;
    border-bottom: 1px solid #EEECEC; }
  .cv-form-container .user-info-container {
    height: 90px;
    border-bottom: 1px solid #EEECEC; }
    .cv-form-container .user-info-container .form-item {
      padding-left: 27px; }
    .cv-form-container .user-info-container label {
      display: block;
      font-size: 12px;
      color: #777777;
      font-weight: bold;
      margin-top: 18px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-family: "Arial"; }
    .cv-form-container .user-info-container input {
      border: none;
      font-size: 15px;
      color: #4F4F4F;
      outline: none;
      cursor: pointer; }
    .cv-form-container .user-info-container .name-cvrequest {
      border-right: 1px solid #EEECEC;
      box-sizing: border-box;
      width: 50%;
      height: 100%; }
  .cv-form-container .dnd-container {
    height: 230px;
    border-bottom: 1px solid #EEECEC;
    text-align: center;
    background: #F9F9F9;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    cursor: pointer; }
    .cv-form-container .dnd-container .file-cvrequest {
      margin-top: 50px;
      padding-top: 75px;
      background: url('../img/cv_icon.png?1467981603') center top no-repeat;
      font-family: "Arial";
      font-size: 15px;
      color: #4F4F4F;
      line-height: 22px; }
      .cv-form-container .dnd-container .file-cvrequest .search {
        display: block;
        color: #CF142B;
        text-decoration: underline; }
    .cv-form-container .dnd-container .cv-received {
      color: #B2D235; }
  .cv-form-container .item-check {
    text-align: center;
    margin-bottom: 20px; }
    .cv-form-container .item-check a {
      font-size: 12px;
      color: #777777; }
    .cv-form-container .item-check .message-error {
      text-align: center; }
  .cv-form-container .error-cv {
    padding-left: 27px; }
  .cv-form-container .form-send {
    color: #B2D235;
    padding-bottom: 25px;
    text-align: center; }
  .cv-form-container .buttonDownload {
    width: 120px;
    height: 40px;
    margin: 0 auto;
    display: block;
    border: none;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px; }

/*FORM CV MOBILE*/
@media (max-width: 960px) {
  .cv-form-container {
    width: 320px; }
    .cv-form-container .title {
      height: 125px;
      line-height: 125px; }
    .cv-form-container .user-info-container {
      height: auto;
      border-bottom: 1px solid #EEECEC; }
      .cv-form-container .user-info-container .form-item {
        padding-left: 20px; }
      .cv-form-container .user-info-container label {
        margin-top: 20px; }
      .cv-form-container .user-info-container .name-cvrequest {
        border-right: none;
        box-sizing: border-box;
        width: 50%; }
    .cv-form-container .dnd-container {
      height: 230px;
      border-bottom: 1px solid #EEECEC;
      text-align: center;
      background: #F9F9F9;
      overflow: hidden;
      clear: both;
      margin-bottom: 20px; }
      .cv-form-container .dnd-container .file-cvrequest {
        margin-top: 50px;
        padding-top: 75px;
        background: url('../img/cv_icon.png?1467981603') center top no-repeat;
        font-family: "Arial";
        font-size: 15px;
        color: #4F4F4F;
        line-height: 22px; }
        .cv-form-container .dnd-container .file-cvrequest .search {
          display: block;
          color: #CF142B;
          text-decoration: underline; }
    .cv-form-container .item-check {
      text-align: center;
      margin-bottom: 20px; }
      .cv-form-container .item-check a {
        color: #777777; }
    .cv-form-container .buttonDownload {
      width: 120px;
      height: 40px;
      margin: 0 auto;
      display: block;
      border: none;
      font-weight: bold;
      font-size: 16px; }
    .cv-form-container .float-left, .cv-form-container .float-right {
      float: none; } }
.layout-main-wrapper {
  z-index: 1;
  padding-top: 140px; }

.page-content {
  font-family: "Arial";
  font-size: 16px;
  color: #777777;
  line-height: 22px; }

.page-shareholders h2 {
  margin-bottom: 50px; }

/*FRONT PAGE MOBILE*/
@media (min-width: 961px) and (max-width: 1399px) {
  .layout-main-wrapper {
    width: 100%;
    margin: 0 auto; } }
@media (max-width: 960px) {
  .layout-main-wrapper {
    padding: 55px 0 0 0; }

  .page-shareholders .field--name-field-shareholders-image img {
    width: 100%;
    height: auto; } }
.path-frontpage .layout-main-wrapper {
  padding: 140px 0px 0px 0px; }

/*FRONT PAGE MOBILE*/
@media (max-width: 960px) {
  .path-frontpage .layout-main-wrapper {
    padding: 55px 0px 0px 0px; } }
.page-node-type-page .node-section {
  clear: both;
  overflow: hidden; }
.page-node-type-page h1 {
  max-width: 640px;
  font-family: "apex_newbook";
  font-size: 35px;
  color: #CF142B;
  line-height: 45px; }
.page-node-type-page .page-content.page-basic-content {
  border-top: 1px solid #EEECEC;
  margin: 15px 0px;
  padding: 15px 0px 60px 0px; }
  .page-node-type-page .page-content.page-basic-content strong {
    color: #CF142B; }
.page-node-type-page article .field--name-body ul li {
  list-style: circle; }

/*PAGE NODE MOBILE*/
@media (max-width: 960px) {
  .page-node-type-page .page-content.page-basic-content {
    padding: 15px 20px 60px 20px; } }
.page-node-type-article .node-section {
  clear: both;
  overflow: hidden; }
.page-node-type-article h1 {
  max-width: 640px;
  font-family: "apex_newbook";
  font-size: 35px;
  color: #CF142B; }
.page-node-type-article .header-share {
  float: right; }
.page-node-type-article .page-content.page-article-content {
  border-top: 1px solid #EEECEC;
  margin: 15px 0px;
  padding: 15px 0px; }
  .page-node-type-article .page-content.page-article-content .article-left {
    max-width: 640px;
    float: left; }
    .page-node-type-article .page-content.page-article-content .article-left .container-body-left {
      border-bottom: 1px solid #EEECEC;
      padding-bottom: 60px; }
    .page-node-type-article .page-content.page-article-content .article-left .container-extra-left {
      border-bottom: 1px solid #EEECEC;
      padding-bottom: 60px;
      margin-bottom: 40px; }
    .page-node-type-article .page-content.page-article-content .article-left img {
      max-width: 100%; }
  .page-node-type-article .page-content.page-article-content .article-right {
    float: right;
    padding-top: 15px; }

@media (min-width: 961px) and (max-width: 1399px) {
  .page-node-type-article .page-content.page-article-content .article-left {
    max-width: 595px; } }
/*NODE ARTICLE MOBILE*/
@media (max-width: 960px) {
  .page-node-type-article h1 {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 30px; }
  .page-node-type-article .header-share {
    float: none; }
  .page-node-type-article .page-content.page-article-content {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
  .page-node-type-article .page-content.page-article-content .article-left {
    float: none; }
  .page-node-type-article .page-content.page-article-content .article-right {
    float: none; } }
.page-with-menu .region-left {
  float: left; }
.page-with-menu .region-right {
  float: right;
  max-width: 640px; }
  .page-with-menu .region-right #adveo-block-general-form #general-form .form-general-container {
    position: absolute;
    top: 0;
    left: 0;
    transform: none; }
    .page-with-menu .region-right #adveo-block-general-form #general-form .form-general-container .form-content .form-input {
      box-sizing: border-box; }
    .page-with-menu .region-right #adveo-block-general-form #general-form .form-general-container .form-content textarea {
      height: 110px; }
.page-with-menu .block--container .block-container .container-middle {
  width: 100%; }
.page-with-menu h2 {
  font-size: 30px;
  font-family: "apex_newbook";
  color: #A6A6A6;
  line-height: 32px; }
.page-with-menu .page-with-menu-content {
  width: 640px;
  overflow: hidden; }
  .page-with-menu .page-with-menu-content #adveo-block-general-form #general-form .form-general-container {
    position: absolute;
    top: 0;
    left: 0;
    transform: none; }
    .page-with-menu .page-with-menu-content #adveo-block-general-form #general-form .form-general-container .form-content .form-input {
      box-sizing: border-box; }
    .page-with-menu .page-with-menu-content #adveo-block-general-form #general-form .form-general-container .form-content textarea {
      height: 110px; }

@media (max-width: 960px) {
  .page-with-menu h2 {
    font-size: 22px; }
  .page-with-menu .region-left {
    display: none; }
  .page-with-menu .region-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .page-with-menu .region-right #adveo-block-general-form #general-form .form-general-container {
      position: inherit; }
  .page-with-menu .page-with-menu-content #adveo-block-general-form #general-form .form-general-container {
    position: inherit; } }
.left-side-menu, #block-adveomenublock {
  width: 280px;
  border-right: 1px solid #EEECEC;
  border-left: 1px solid #EEECEC;
  text-transform: uppercase;
  margin-bottom: 50px; }
  .left-side-menu ul, #block-adveomenublock ul {
    padding-left: 0;
    list-style: none; }
  .left-side-menu li, #block-adveomenublock li {
    line-height: 20px;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #EEECEC; }
    .left-side-menu li a, #block-adveomenublock li a {
      box-sizing: border-box;
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      font-size: 11px;
      color: #4F4F4F;
      letter-spacing: 1px;
      padding-left: 23px; }
    .left-side-menu li:last-child, #block-adveomenublock li:last-child {
      border-bottom: 1px solid #EEECEC; }
    .left-side-menu li.menu-item--active-trail, .left-side-menu li.active, #block-adveomenublock li.menu-item--active-trail, #block-adveomenublock li.active {
      background: #F9F9F9; }
      .left-side-menu li.menu-item--active-trail a, .left-side-menu li.active a, #block-adveomenublock li.menu-item--active-trail a, #block-adveomenublock li.active a {
        color: #CF142B;
        font-weight: bold; }

@media (min-width: 961px) and (max-width: 1399px) {
  .left-side-menu, #block-adveomenublock {
    width: 250px; } }
.right-drawer {
  right: 0;
  z-index: 1;
  background: #4F4F4F;
  background-color: #4F4F4F;
  color: #000000;
  font-weight: bold; }
  .right-drawer .content-wrapper {
    padding: 40px 20px 40px 20px; }
  .right-drawer a {
    color: #000000;
    text-decoration: none; }
  .right-drawer .list-item {
    cursor: pointer;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .right-drawer .has-submenu {
    background: url('../img/open-submenu.png?1469611897') right 3px no-repeat; }
    .right-drawer .has-submenu li a {
      color: #FFFFFF;
      font-size: 14px; }
  .right-drawer .submenu {
    margin-top: 10px; }
    .right-drawer .submenu li {
      line-height: 30px;
      padding-bottom: 0px;
      margin-bottom: 0px;
      border-bottom: 0px; }
  .right-drawer .selector .label, .right-drawer .selector-language .label {
    margin-bottom: 10px; }
  .right-drawer .selector .sod_select, .right-drawer .selector .sod_list_wrapper, .right-drawer .selector-language .sod_select, .right-drawer .selector-language .sod_list_wrapper {
    background: #3D3D3D;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 200;
    height: 40px;
    left: 3px; }
    .right-drawer .selector .sod_select .sod_option.active, .right-drawer .selector .sod_list_wrapper .sod_option.active, .right-drawer .selector-language .sod_select .sod_option.active, .right-drawer .selector-language .sod_list_wrapper .sod_option.active {
      background: #3D3D3D;
      color: #FFFFFF;
      border-radius: 5px; }
  .right-drawer .selector .sod_list_wrapper, .right-drawer .selector-language .sod_list_wrapper {
    height: auto; }

.mobile-menu-only .block {
  border-radius: 6px;
  background: #4F4F4F;
  color: #000000;
  font-weight: bold;
  width: auto;
  height: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }
.mobile-menu-only .selector {
  cursor: pointer;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.portal-corp .node--id-19624 .block-margin-bottom {
  margin-bottom: 0 !important; }
.portal-corp .node--id-19624 .block--container .block-container-wrapper {
  padding-top: 0; }

.node--country, .node--shareholders, .node--adveo-group, .node--press {
  width: 640px; }
  .node--country .body, .node--shareholders .body, .node--adveo-group .body, .node--press .body {
    font-family: "Arial";
    color: #4F4F4F;
    line-height: 23px; }

/*NODE COUNTRY MOBILE*/
@media (max-width: 960px) {
  .node--country, .node--shareholders, .node--adveo-group, .node--press {
    width: 100%; }
    .node--country .body, .node--shareholders .body, .node--adveo-group .body, .node--press .body {
      font-size: 14px;
      line-height: 20px; } }
.node-article-teaser {
  width: 275px;
  padding-left: 20px;
  font-family: "Arial";
  border-left: 1px solid #DADADA;
  float: left;
  margin-right: 65px;
  margin-bottom: 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .node-article-teaser .field-date {
    font-size: 11px;
    color: #A6A6A6;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .node-article-teaser .node-title {
    font-family: "apex_newbook";
    font-size: 20px;
    color: #CF142B;
    line-height: 23px;
    padding-bottom: 10px; }
  .node-article-teaser .field-body, .node-article-teaser .field-body p {
    font-size: 16px;
    color: #777777;
    line-height: 22px; }

@media (min-width: 961px) and (max-width: 1399px) {
  .node-article-teaser {
    width: 260px;
    margin-right: 59px; } }
.node-job-teaser {
  max-width: 960px;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #EEECEC;
  margin-bottom: 50px; }
  .node-job-teaser .node-title a {
    font-family: "Arial";
    font-size: 22px;
    color: #4F4F4F;
    margin-bottom: 5px; }
  .node-job-teaser .published-date {
    font-family: "Arial";
    font-size: 11px;
    color: #A6A6A6;
    margin-bottom: 20px; }
    .node-job-teaser .published-date .date {
      text-transform: uppercase; }
  .node-job-teaser .tags {
    margin-bottom: 10px; }
    .node-job-teaser .tags .element {
      display: inline-block;
      padding-right: 10px; }
    .node-job-teaser .tags a {
      padding: 4px 11px;
      background: #CF142B;
      border-radius: 4px;
      font-family: "Arial";
      font-weight: bold;
      text-transform: uppercase;
      font-size: 11px;
      color: #FFFFFF; }
  .node-job-teaser .wrapper-body-read-more {
    overflow: hidden; }
    .node-job-teaser .wrapper-body-read-more .body {
      font-family: "Arial";
      font-size: 16px;
      color: #777777;
      line-height: 21px;
      max-width: 680px;
      float: left; }
      .node-job-teaser .wrapper-body-read-more .body p {
        margin: 0; }
    .node-job-teaser .wrapper-body-read-more .read-more {
      float: right;
      position: relative; }
      .node-job-teaser .wrapper-body-read-more .read-more .read-more-button {
        background: #EEECEC;
        font-family: "Arial";
        font-size: 16px;
        color: #CF142B;
        line-height: 19px;
        font-weight: bold;
        padding: 10px 20px;
        display: block; }

.node-team-teaser {
  width: 300px;
  background: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  font-family: "Arial"; }
  .node-team-teaser .wrapper-img {
    float: left;
    margin-right: 20px;
    width: 96px;
    height: 140px; }
    .node-team-teaser .wrapper-img img {
      width: auto; }
  .node-team-teaser .wrapper-info {
    float: left;
    padding-top: 35px;
    max-width: 170px;
    line-height: 15px; }
    .node-team-teaser .wrapper-info h3 {
      line-height: 16px;
      margin-bottom: 5px; }
    .node-team-teaser .wrapper-info .node-title {
      font-size: 14px;
      color: #4F4F4F; }
    .node-team-teaser .wrapper-info .field-job {
      font-size: 12px;
      color: #A6A6A6; }
    .node-team-teaser .wrapper-info .wrapper-cv-linkedin {
      position: absolute;
      bottom: 15px; }
      .node-team-teaser .wrapper-info .wrapper-cv-linkedin .inline-field {
        display: inline-block;
        border-left: 1px solid #A6A6A6;
        padding-left: 10px;
        padding-right: 10px; }
        .node-team-teaser .wrapper-info .wrapper-cv-linkedin .inline-field a {
          font-size: 12px;
          color: #CF142B; }
        .node-team-teaser .wrapper-info .wrapper-cv-linkedin .inline-field:first-child {
          border-left: none;
          padding-left: 0; }

.node-brand-teaser {
  max-width: 640px;
  position: relative;
  font-family: "Arial";
  margin: 0px auto 140px auto; }
  .node-brand-teaser .wrapper-title-img {
    padding-bottom: 30px;
    border-bottom: 1px solid #EEECEC;
    margin-bottom: 20px; }
    .node-brand-teaser .wrapper-title-img .node-title {
      font-size: 22px;
      color: #646464;
      line-height: 26px; }
    .node-brand-teaser .wrapper-title-img .wrapper-img {
      position: absolute;
      top: 0;
      right: 20px; }
  .node-brand-teaser .field-body {
    font-size: 16px;
    color: #646464;
    line-height: 23px;
    margin-bottom: 50px; }
  .node-brand-teaser .wrapper-link {
    padding: 30px 40px;
    border: 2px solid #CF142B;
    overflow: hidden; }
    .node-brand-teaser .wrapper-link .call-to-action {
      font-family: "apex_newbook";
      font-size: 20px;
      color: #CF142B;
      float: left;
      line-height: 26px; }
    .node-brand-teaser .wrapper-link .wrapper-button {
      float: right; }
      .node-brand-teaser .wrapper-link .wrapper-button .btn {
        padding: 14px 30px; }

/*NODE BRAND TEASER MOBILE*/
@media (max-width: 960px) {
  .node-brand-teaser .wrapper-link {
    text-align: center; }
    .node-brand-teaser .wrapper-link .call-to-action {
      float: none;
      margin-bottom: 25px; }
    .node-brand-teaser .wrapper-link .wrapper-button {
      float: none; }
      .node-brand-teaser .wrapper-link .wrapper-button .btn {
        width: 155px;
        display: block;
        margin: 0 auto;
        box-sizing: border-box; } }
.node-report-teaser {
  width: 24%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block; }
  .node-report-teaser .wrapper-report {
    background: #FFFFFF;
    border: 1px solid #EEECEC;
    box-shadow: 1px 1px 3px 0px rgba(79, 79, 79, 0.1);
    padding: 30px 0 0 0;
    text-align: center; }
    .node-report-teaser .wrapper-report .icon-pdf {
      display: block;
      width: 28px;
      height: 28px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url('../img/icon-pdf.png?1468091145') no-repeat;
      display: inline-block; }
    .node-report-teaser .wrapper-report .node-title {
      font-family: "apex_newbook";
      font-size: 16px;
      color: #A6A6A6;
      margin-bottom: 20px; }
    .node-report-teaser .wrapper-report a {
      display: inline-block; }
  .node-report-teaser .wrapper-button a {
    display: inline-block; }

/*NODE REPORT TEASER MOBILE*/
.node-meeting-teaser {
  margin-bottom: 40px; }
  .node-meeting-teaser .node-title {
    font-family: "Arial";
    font-size: 25px;
    color: #A6A6A6;
    margin-bottom: 20px; }
  .node-meeting-teaser .field-body {
    font-family: "Arial";
    font-size: 14px;
    color: #646464;
    line-height: 30px; }

.node--custom-page .img-container {
  color: #FFFFFF;
  margin-bottom: 30px;
  height: 295px; }
.node--custom-page .veil-container {
  width: 100%;
  height: 100%;
  padding: 50px;
  box-sizing: border-box; }
.node--custom-page .title {
  font-family: "apex_newbook";
  font-size: 30px;
  color: #A6A6A6;
  margin-bottom: 30px; }
.node--custom-page .subtitle {
  font-size: 45px;
  width: 640px;
  line-height: 50px;
  font-family: "apex_newbook";
  margin-bottom: 7px; }
.node--custom-page .slogan {
  font-size: 16px;
  width: 455px;
  font-family: "Arial";
  line-height: 25px; }
.node--custom-page .body {
  font-family: "Arial";
  color: #646464;
  line-height: 22px; }

/*NODE CUSTOM PAGE MOBILE*/
@media (max-width: 960px) {
  .node--custom-page {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .node--custom-page .img-container {
      margin-bottom: 20px;
      height: 180px; }
    .node--custom-page .veil-container {
      padding: 20px; }
    .node--custom-page .title {
      font-size: 22px; }
    .node--custom-page .subtitle {
      font-size: 30px;
      width: 100%;
      line-height: 34px; }
    .node--custom-page .slogan {
      color: #4F4F4F;
      font-size: 18px;
      width: 100%;
      font-family: "Arial";
      font-weight: 200;
      margin-top: 20px;
      margin-bottom: 20px;
      padding-left: 20px;
      box-sizing: border-box; }
    .node--custom-page .body {
      font-size: 14px;
      line-height: 20px;
      padding-left: 0; } }
.node--press .img-container {
  color: #FFFFFF;
  margin-bottom: 30px;
  height: 295px; }
.node--press .veil-container {
  width: 100%;
  height: 100%;
  padding: 50px;
  box-sizing: border-box; }
.node--press .title {
  font-family: "apex_newbook";
  font-size: 30px;
  color: #A6A6A6;
  margin-bottom: 30px; }
.node--press .subtitle {
  font-size: 45px;
  width: 640px;
  line-height: 50px;
  font-family: "apex_newbook";
  margin-bottom: 7px; }
.node--press .slogan {
  font-size: 16px;
  width: 455px;
  font-family: "Arial";
  line-height: 25px; }
.node--press .body {
  font-family: "Arial";
  color: #646464;
  line-height: 22px; }

@media (min-width: 961px) and (max-width: 1399px) {
  .node--press .subtitle {
    max-width: 100%; } }
/*NODE CUSTOM PAGE MOBILE*/
@media (max-width: 960px) {
  .node--press .img-container {
    margin-bottom: 20px;
    height: 180px; }
  .node--press .veil-container {
    padding: 20px; }
  .node--press .subtitle {
    font-size: 30px;
    width: 100%;
    line-height: 34px; }
  .node--press .slogan {
    color: #4F4F4F;
    font-size: 14px;
    width: 100%;
    font-family: "Arial";
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px; }
  .node--press .body {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px; } }
.node--brands .title-container {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEECEC; }
.node--brands .title {
  font-size: 22px;
  font-family: "Arial";
  font-weight: bold;
  color: #4F4F4F; }
.node--brands .body {
  font-family: "Arial";
  color: #4F4F4F;
  line-height: 23px;
  margin-bottom: 50px; }
.node--brands .advantages-container {
  border: 2px solid #CF142B;
  padding: 20px 40px;
  height: 85px;
  width: 100%;
  box-sizing: border-box; }
  .node--brands .advantages-container .advantage-text {
    color: #CF142B;
    font-size: 20px;
    font-family: "apex_newbook";
    line-height: 40px; }
  .node--brands .advantages-container .button-red {
    width: 155px;
    height: 45px;
    line-height: 45px; }

/*NODE COUNTRY MOBILE*/
@media (max-width: 960px) {
  .node--brands {
    width: 100%;
    margin: 0 auto; }
    .node--brands .body {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 40px; }
    .node--brands .title-container {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #EEECEC; }
    .node--brands .title {
      font-size: 22px; }
    .node--brands .advantages-container {
      margin: 0 auto;
      width: 280px;
      padding: 30px 35px;
      text-align: center;
      height: 170px; }
      .node--brands .advantages-container .advantage-text {
        line-height: 26px;
        margin-bottom: 15px; }
      .node--brands .advantages-container .button-red {
        margin: 0 auto; }
      .node--brands .advantages-container .float-left, .node--brands .advantages-container .float-right {
        float: none; }

  .node-brand-full {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; } }
.node-job-full {
  padding: 53px 0px 92px 0px; }
  .node-job-full .job-info {
    width: 100%;
    position: relative; }
    .node-job-full .job-info .container-info .container-header {
      border-bottom: 1px solid #EEECEC;
      padding-bottom: 19px;
      margin-bottom: 50px; }
      .node-job-full .job-info .container-info .container-header .container-title {
        font-family: "Arial";
        font-weight: bold;
        font-size: 25px;
        color: #4F4F4F;
        padding-bottom: 11px; }
      .node-job-full .job-info .container-info .container-header .container-date {
        font-family: "Arial";
        font-size: 12px;
        color: #A6A6A6;
        padding-bottom: 46px; }
        .node-job-full .job-info .container-info .container-header .container-date .calendar-ico {
          display: block;
          width: 17px;
          height: 17px;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          background: url('../img/calendar_icon.png?1466775062') no-repeat;
          display: inline-block;
          vertical-align: middle;
          padding-right: 12px; }
        .node-job-full .job-info .container-info .container-header .container-date .calendar-date {
          display: inline-block;
          line-height: 20px; }
        .node-job-full .job-info .container-info .container-header .container-date .date-inline {
          display: inline-block;
          padding-right: 3px; }
      .node-job-full .job-info .container-info .container-header .container-header-footer {
        position: relative; }
        .node-job-full .job-info .container-info .container-header .container-header-footer .container-tags {
          max-width: 640px;
          display: inline-block; }
          .node-job-full .job-info .container-info .container-header .container-header-footer .container-tags .element {
            display: inline-block;
            padding-right: 10px; }
          .node-job-full .job-info .container-info .container-header .container-header-footer .container-tags a {
            padding: 4px 11px;
            background: #CF142B;
            border-radius: 4px;
            font-family: "Arial";
            font-weight: bold;
            text-transform: uppercase;
            font-size: 11px;
            color: #FFFFFF; }
        .node-job-full .job-info .container-info .container-header .container-header-footer .header-share {
          top: -10px;
          position: absolute;
          right: 0;
          display: inline-block; }
    .node-job-full .job-info .container-info .container-job {
      max-width: 640px;
      width: 100%; }
      .node-job-full .job-info .container-info .container-job .container-body {
        font-family: "Arial";
        font-size: 16px;
        color: #777777;
        line-height: 21px; }
        .node-job-full .job-info .container-info .container-job .container-body span {
          font-family: "Arial";
          font-weight: bold;
          font-size: 18px;
          color: #4F4F4F;
          padding-bottom: 15px;
          display: block; }
      .node-job-full .job-info .container-info .container-job .container-requirements {
        font-family: "Arial";
        font-size: 16px;
        color: #777777;
        line-height: 21px; }
        .node-job-full .job-info .container-info .container-job .container-requirements span {
          font-family: "Arial";
          font-weight: bold;
          font-size: 18px;
          color: #4F4F4F;
          padding: 50px 0px 15px 0px;
          display: block; }
      .node-job-full .job-info .container-info .container-job li {
        list-style: none;
        font-size: 14px;
        padding-left: 18px;
        line-height: 18px;
        background: url('../img/bullet.png?1466777472') left center no-repeat; }
    .node-job-full .job-info .container-info .container-cv {
      width: 270px;
      height: 230px;
      margin: 0 auto;
      border: 1px solid #EEECEC;
      padding: 40px;
      box-sizing: border-box;
      text-align: center;
      margin-left: 50px; }
      .node-job-full .job-info .container-info .container-cv img {
        margin-bottom: 12px; }
      .node-job-full .job-info .container-info .container-cv .cv-title {
        line-height: 28px;
        font-size: 22px;
        font-family: "apex_newbook";
        color: #4F4F4F;
        margin-bottom: 30px; }
      .node-job-full .job-info .container-info .container-cv a {
        text-decoration: none; }
      .node-job-full .job-info .container-info .container-cv .button-red {
        text-decoration: none;
        height: 40px;
        width: 150px;
        line-height: 40px;
        margin: 0 auto; }

@media (min-width: 961px) and (max-width: 1399px) {
  .node-job-full .job-info .container-info .container-cv {
    width: 250px;
    margin-left: 20px; } }
.node-shop-full {
  border-top: 1px solid #EEECEC;
  padding: 30px 60px 80px 60px; }
  .node-shop-full .shop-info {
    max-width: 260px;
    min-height: 180px;
    position: relative; }
    .node-shop-full .shop-info .container-info {
      padding-top: 15px; }
      .node-shop-full .shop-info .container-info .container-title-left {
        font-family: "Arial";
        font-weight: bold;
        font-size: 25px;
        color: #4F4F4F; }
      .node-shop-full .shop-info .container-info .container-address-left {
        font-family: "Arial";
        font-size: 16px;
        color: #646464;
        line-height: 21px; }
      .node-shop-full .shop-info .container-info .container-phone-left {
        width: 100%;
        font-family: "Arial";
        font-size: 16px;
        color: #777777;
        line-height: 21px;
        overflow: hidden; }
      .node-shop-full .shop-info .container-info .container-web-left a {
        font-family: "Arial";
        font-size: 16px;
        color: #CF142B;
        line-height: 21px;
        padding-top: 2px; }
  .node-shop-full .line-top {
    height: 30px;
    border-left: 1px solid #EEECEC;
    top: 0px;
    left: 320px;
    position: absolute; }
  .node-shop-full .shop-logo {
    text-align: center;
    max-width: 318px;
    width: 100%;
    min-height: 180px;
    position: relative; }
    .node-shop-full .shop-logo .container-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.node-slide_home-full .slide-container {
  width: 100%;
  position: relative;
  min-height: 420px; }
  .node-slide_home-full .slide-container .slide-info {
    min-height: 420px;
    background: url('../img/overlay.png?1467193300') center center no-repeat; }
    .node-slide_home-full .slide-container .slide-info .container-info {
      width: 740px;
      text-align: center;
      padding-top: 110px;
      margin: 0 auto; }
      .node-slide_home-full .slide-container .slide-info .container-info .container-header {
        padding-bottom: 19px;
        text-align: center; }
        .node-slide_home-full .slide-container .slide-info .container-info .container-header .container-title {
          font-family: "apex_newbold";
          font-size: 40px;
          color: #FFFFFF;
          letter-spacing: 1.5px;
          text-shadow: 1px 1px 3px rgba(28, 40, 52, 0.2);
          text-transform: uppercase;
          margin-bottom: 46px;
          line-height: 46px; }
        .node-slide_home-full .slide-container .slide-info .container-info .container-header .container-link {
          border: 2px solid #FFFFFF;
          width: 200px;
          margin: 0 auto; }
          .node-slide_home-full .slide-container .slide-info .container-info .container-header .container-link a {
            font-family: "Arial";
            font-weight: bold;
            font-size: 14px;
            color: #FFFFFF;
            letter-spacing: 1px;
            line-height: 19px;
            text-transform: uppercase;
            padding: 15px 30px;
            display: block;
            max-width: 200px; }

/*NODE SLIDE HOME MOBILE*/
@media (max-width: 960px) {
  .node-slide_home-full .slide-container {
    min-height: 0; }
    .node-slide_home-full .slide-container .slide-info {
      min-height: 0;
      height: 220px; }
      .node-slide_home-full .slide-container .slide-info .container-info {
        padding: 30px 20px 30px 20px;
        box-sizing: border-box;
        width: 100%; }
        .node-slide_home-full .slide-container .slide-info .container-info .container-header .container-title {
          font-size: 20px;
          line-height: 28px;
          margin-bottom: 10px; } }
.node-team-full {
  max-width: 300px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.14); }
  .node-team-full .team-info .container-photo {
    font-size: 0px; }
  .node-team-full .team-info .container-info {
    padding: 38px 8px 17px 19px; }
    .node-team-full .team-info .container-info .container-title {
      font-family: "Arial";
      font-weight: bold;
      font-size: 14px;
      color: #4F4F4F;
      padding-bottom: 4px; }
    .node-team-full .team-info .container-info .container-job {
      font-family: "Arial";
      font-size: 12px;
      color: #A6A6A6; }
    .node-team-full .team-info .container-info .files-team {
      bottom: 0;
      position: absolute;
      padding-bottom: 17px; }
      .node-team-full .team-info .container-info .files-team a {
        font-family: "Arial";
        font-size: 12px;
        color: #CF142B;
        text-decoration: none; }
      .node-team-full .team-info .container-info .files-team .container-linkedin .separator-linkedin {
        color: #A6A6A6;
        padding: 0px 20px; }

/* VIEW FEATURE */
.guarantee-home-container {
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  width: 860px;
  padding-left: 0; }
  .guarantee-home-container li {
    display: block;
    float: left;
    margin-right: 115px;
    width: 175px; }
    .guarantee-home-container li:nth-child(3n) {
      margin-right: 0; }
  .guarantee-home-container .block--feature {
    max-width: 210px;
    text-align: center;
    height: auto;
    margin-right: 0; }
    .guarantee-home-container .block--feature .field--name-field-image-block-feature {
      margin-bottom: 26px; }
    .guarantee-home-container .block--feature .field--name-field-title-block-feature {
      font-family: "Arial";
      font-weight: bold;
      font-size: 16px;
      color: #4F4F4F;
      line-height: 19px;
      width: 80%;
      margin: 0 auto; }
    .guarantee-home-container .block--feature .field--name-field-body-block-feature {
      font-family: "Arial";
      font-size: 14px;
      color: #777777;
      line-height: 18px; }
    .guarantee-home-container .block--feature .field--name-field-link-block-feature a {
      text-decoration: none;
      outline: none;
      font-family: "Arial";
      font-weight: bold;
      font-size: 14px;
      color: #CF142B; }

#block-views-block-guarantee-home-block-1 {
  text-align: center;
  padding-bottom: 105px;
  padding-top: 63px; }
  #block-views-block-guarantee-home-block-1 h3 {
    margin-bottom: 84px;
    font-size: 23px;
    font-family: "apex_newbook";
    color: #4F4F4F; }

/*VIEW FEATURE MOBILE*/
@media (max-width: 960px) {
  #block-views-block-guarantee-home-block-1 {
    padding: 20px;
    box-sizing: border-box; }
    #block-views-block-guarantee-home-block-1 h3 {
      line-height: 30px;
      margin-bottom: 60px; }

  .guarantee-home-container {
    width: 100%; }
    .guarantee-home-container li {
      width: 240px;
      float: none;
      margin: 0 auto;
      margin-bottom: 40px; }
      .guarantee-home-container li:nth-child(3n) {
        margin: 0 auto; }
    .guarantee-home-container .block--feature {
      width: 100%;
      max-width: 240px; } }
.node--headquarters {
  width: 600px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #EEECEC; }
  .node--headquarters:last-child {
    border: none; }
  .node--headquarters .title {
    font-size: 25px;
    font-family: "apex_newbook";
    color: #A6A6A6;
    margin-bottom: 20px; }
  .node--headquarters .info-container {
    font-family: "Arial";
    color: #4F4F4F;
    width: 265px;
    padding-left: 25px;
    background: url('../img/pink_pin_icon.png?1468000252') left top no-repeat; }
    .node--headquarters .info-container .city {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
    .node--headquarters .info-container .address {
      line-height: 21px;
      margin-bottom: 10px; }
    .node--headquarters .info-container .phone {
      padding-left: 25px;
      background: url('../img/red_phone_icon.png?1468000252') left center no-repeat; }
    .node--headquarters .info-container .fax {
      padding-left: 25px;
      background: url('../img/red_phone_icon.png?1468000252') left center no-repeat;
      margin-bottom: 15px; }
    .node--headquarters .info-container .mail {
      color: #CF142B;
      margin-bottom: 5px; }
    .node--headquarters .info-container .web {
      color: #CF142B; }

/*NODE COUNTRY MOBILE*/
@media (max-width: 960px) {
  .node--headquarters {
    width: 280px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 40px; }
    .node--headquarters .title {
      font-size: 22px; }
    .node--headquarters .float-left, .node--headquarters .float-right {
      float: none; }
    .node--headquarters .info-container {
      margin-bottom: 20px;
      width: 100%;
      padding-left: 0; }
      .node--headquarters .info-container .city {
        padding-left: 25px; } }
.node--custom-page .img-container {
  color: #FFFFFF;
  margin-bottom: 30px;
  height: 295px; }
.node--custom-page .veil-container {
  width: 100%;
  height: 100%;
  padding: 50px;
  box-sizing: border-box; }
.node--custom-page .title {
  font-family: "apex_newbook";
  font-size: 30px;
  color: #A6A6A6;
  margin-bottom: 30px; }
.node--custom-page .subtitle {
  font-size: 45px;
  width: 640px;
  line-height: 50px;
  font-family: "apex_newbook";
  margin-bottom: 7px; }
.node--custom-page .slogan {
  font-size: 16px;
  width: 455px;
  font-family: "Arial";
  line-height: 25px; }
.node--custom-page .body {
  font-family: "Arial";
  color: #646464;
  line-height: 22px; }

/*NODE CUSTOM PAGE MOBILE*/
@media (max-width: 960px) {
  .node--custom-page {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .node--custom-page .img-container {
      margin-bottom: 20px;
      height: 180px; }
    .node--custom-page .veil-container {
      padding: 20px; }
    .node--custom-page .title {
      font-size: 22px; }
    .node--custom-page .subtitle {
      font-size: 30px;
      width: 100%;
      line-height: 34px; }
    .node--custom-page .slogan {
      color: #4F4F4F;
      font-size: 18px;
      width: 100%;
      font-family: "Arial";
      font-weight: 200;
      margin-top: 20px;
      margin-bottom: 20px;
      padding-left: 20px;
      box-sizing: border-box; }
    .node--custom-page .body {
      font-size: 14px;
      line-height: 20px;
      padding-left: 0; } }
.node--image {
  width: 204px;
  height: 136px;
  margin-right: 13px;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .node--image img {
    width: 100%;
    height: auto; }
  .node--image .overlay-red {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.69;
    background-image: linear-gradient(-267deg, rgba(207, 19, 43, 0.8) 0%, rgba(207, 19, 43, 0.8) 8%, #CF142B 77%); }
  .node--image span {
    display: none;
    width: 85px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    color: white;
    background: url('../img/arrow.png?1468000252') right center no-repeat;
    font-size: 12px;
    font-family: "Arial";
    font-weight: bold;
    letter-spacing: .75px;
    background-position-y: 1px; }
  .node--image:nth-child(3n) {
    margin-right: 0; }
    .node--image:nth-child(3n) .overlay-red {
      display: block; }
    .node--image:nth-child(3n) span {
      display: block; }

/*NODE IMAGE MOBILE*/
@media (max-width: 960px) {
  .node--image {
    width: 130px;
    height: 87px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .node--image span {
      width: 75px;
      height: 10px;
      font-size: 10px;
      letter-spacing: .62px; }
    .node--image:nth-child(2n) {
      margin-right: 0; }
    .node--image:nth-child(3n) {
      margin-right: 20px; }
      .node--image:nth-child(3n) .overlay-red {
        display: none; }
      .node--image:nth-child(3n) span {
        display: none; }
    .node--image:nth-child(4n) {
      margin-right: 0; }
      .node--image:nth-child(4n) .overlay-red {
        display: block; }
      .node--image:nth-child(4n) span {
        display: block; } }
.node--distributor {
  width: 370px;
  border-bottom: 1px solid #EEECEC;
  padding: 30px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .node--distributor .content-container {
    width: 248px;
    padding-left: 25px;
    background: url('../img/pink_pin_icon_small.png?1468084484') left top no-repeat;
    font-family: "Arial";
    color: #777777;
    font-size: 15px;
    line-height: 20px; }
    .node--distributor .content-container .title a {
      color: #4F4F4F;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px; }
    .node--distributor .content-container .address {
      margin-bottom: 20px; }
    .node--distributor .content-container .phone {
      padding-left: 25px;
      background: url('../img/red_phone_icon.png?1468000252') left center no-repeat;
      margin-bottom: 10px; }
    .node--distributor .content-container .schedule {
      padding-left: 25px;
      background: url('../img/clock_icon.png?1468000252') left top no-repeat; }
  .node--distributor.active {
    background: #F9F9F9; }
    .node--distributor.active .content-container {
      background: url('../img/red_pin_icon.png?1468000252') left top no-repeat; }

/*NODE DISTRIBUTOR MOBILE*/
@media (max-width: 960px) {
  .node--distributor {
    box-sizing: border-box;
    width: 100%;
    height: 111px;
    border: none;
    border-bottom: 1px solid #EEECEC;
    border-left: 4px solid rgba(207, 20, 43, 0.2);
    padding: 20px 20px; }
    .node--distributor .content-container {
      width: 100%;
      padding-left: 0;
      background: none;
      font-size: 12px;
      line-height: 16px; }
      .node--distributor .content-container .title {
        font-size: 14px;
        margin-bottom: 10px; }
      .node--distributor .content-container .phone {
        background-size: 12px; }
      .node--distributor .content-container .schedule {
        background-size: 12px; }
      .node--distributor .content-container .address-container {
        float: left;
        width: 124px; }
      .node--distributor .content-container .contact-container {
        float: right;
        width: 124px; }
    .node--distributor.active {
      background: #F9F9F9;
      border-left: 4px solid #cf142b; }
      .node--distributor.active .content-container {
        background: none; }
    .node--distributor.node--distributor-teaser {
      height: auto;
      padding: 30px 20px; }
      .node--distributor.node--distributor-teaser .content-container .address-container {
        width: 100%;
        float: none; }
      .node--distributor.node--distributor-teaser .content-container .contact-container {
        width: 100%;
        float: none; } }
.node-article-teaser-promoted {
  max-width: 960px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  box-shadow: 1px 1px 1px 0px rgba(29, 29, 29, 0.2);
  font-family: "Arial";
  margin-bottom: 60px; }
  .node-article-teaser-promoted .wrapper-img {
    max-width: 490px;
    height: 330px;
    float: left; }
    .node-article-teaser-promoted .wrapper-img img {
      width: 100%; }
  .node-article-teaser-promoted .wrapper-info {
    float: left;
    max-width: 470px;
    padding: 40px;
    padding-right: 45px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .node-article-teaser-promoted .wrapper-info .field-date {
      font-size: 11px;
      color: #A6A6A6;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .node-article-teaser-promoted .wrapper-info .node-title {
      font-family: "apex_newbook";
      font-size: 30px;
      line-height: 35px;
      color: #CF142B;
      margin-bottom: 15px; }
    .node-article-teaser-promoted .wrapper-info .field-body, .node-article-teaser-promoted .wrapper-info .field-body p {
      font-size: 16px;
      color: #777777;
      line-height: 22px; }

.node-article-teaser-promoted-non-image {
  background: #F9F9F9;
  margin-bottom: 60px; }
  .node-article-teaser-promoted-non-image .wrapper-info {
    width: 960px;
    margin: 0 auto;
    padding: 70px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .node-article-teaser-promoted-non-image .wrapper-info .field-date {
      font-size: 11px;
      color: #A6A6A6;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .node-article-teaser-promoted-non-image .wrapper-info .node-title {
      font-family: "apex_newbook";
      font-size: 40px;
      color: #CF142B;
      margin-bottom: 15px;
      line-height: 52px; }
    .node-article-teaser-promoted-non-image .wrapper-info .field-body, .node-article-teaser-promoted-non-image .wrapper-info .field-body p {
      font-size: 16px;
      color: #777777;
      line-height: 22px; }

@media (min-width: 961px) and (max-width: 1399px) {
  .node-article-teaser-promoted-non-image .wrapper-info {
    width: 100%;
    padding: 70px 50px; } }
.our-history {
  width: 100%;
  height: 582px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  margin-bottom: 160px; }
  .our-history .content {
    width: 315px;
    margin: 0 auto;
    padding-top: 145px; }
    .our-history .content .title {
      padding-top: 100px;
      background: url('../img/book_icon.png?1468853535') center top no-repeat;
      font-size: 45px;
      font-family: "apex_newbold";
      font-weight: bold;
      margin-bottom: 5px; }
    .our-history .content .subtitle {
      line-height: 19px; }
  .our-history img {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer; }

#timeline-wrapper {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden; }

.timeline-wrapper .timeline-node {
  position: relative;
  padding-bottom: 73px;
  padding-top: 73px;
  list-style: none;
  background: url('../img/timeline_line_left.png?1468853535') left center no-repeat; }
  .timeline-wrapper .timeline-node .image-wrapper {
    width: 50%;
    float: left;
    text-align: center; }
    .timeline-wrapper .timeline-node .image-wrapper img {
      width: 220px;
      height: 220px; }
    .timeline-wrapper .timeline-node .image-wrapper:before {
      content: "";
      position: absolute;
      width: 22px;
      border-right: 2px solid #CF142B;
      height: 182px;
      margin: auto;
      left: 0;
      right: 0;
      bottom: 204px; }
    .timeline-wrapper .timeline-node .image-wrapper:after {
      content: "";
      position: absolute;
      width: 22px;
      border-right: 2px solid #CF142B;
      height: 220px;
      margin: auto;
      left: 0;
      right: 0;
      top: 205px; }
  .timeline-wrapper .timeline-node .text-wrapper {
    float: right;
    width: 50%;
    padding-left: 140px;
    box-sizing: border-box;
    padding-top: 57px; }
    .timeline-wrapper .timeline-node .text-wrapper .title {
      font-size: 40px;
      font-family: "apex_newbold";
      font-weight: bold;
      color: #3D3D3D;
      line-height: 56px; }
    .timeline-wrapper .timeline-node .text-wrapper .subtitle {
      color: #4F4F4F;
      font-size: 15px;
      line-height: 20px; }
    .timeline-wrapper .timeline-node .text-wrapper .body {
      font-size: 20px;
      font-weight: bold;
      color: #A6A6A6;
      line-height: 22px; }
  .timeline-wrapper .timeline-node:nth-child(even) {
    background: url('../img/timeline_line_right.png?1468853535') right center no-repeat;
    background-position: 381px; }
    .timeline-wrapper .timeline-node:nth-child(even) .image-wrapper {
      float: right; }
    .timeline-wrapper .timeline-node:nth-child(even) .text-wrapper {
      padding-left: 0;
      padding-right: 140px;
      float: left; }
  .timeline-wrapper .timeline-node:first-child {
    padding-top: 0;
    background-position-y: 90px; }
    .timeline-wrapper .timeline-node:first-child .image-wrapper:after {
      top: 131px; }
    .timeline-wrapper .timeline-node:first-child .image-wrapper:before {
      display: none; }
  .timeline-wrapper .timeline-node:last-child {
    padding-bottom: 0;
    background-position-y: 163px; }
    .timeline-wrapper .timeline-node:last-child .image-wrapper:before {
      bottom: 132px; }
    .timeline-wrapper .timeline-node:last-child .image-wrapper:after {
      display: none; }

.field-file {
  max-width: 270px;
  width: 100%;
  min-width: 270px;
  height: 180px;
  border: 1px solid #EEECEC;
  box-shadow: 1px 1px 3px 0px rgba(79, 79, 79, 0.1);
  margin-bottom: 20px;
  /* Descargar PDF: */
  font-family: Arial-BoldMT;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px; }
  .field-file a {
    background: #CF142B;
    font-family: "Arial";
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
    width: 150px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto; }
  .field-file .pdf-icon {
    display: block;
    width: 47px;
    height: 48px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/pdf_icon.png?1465389741') no-repeat;
    margin: 37px auto 20px auto; }

.view-images .dialog-bg {
  transition-property: opacity;
  transition-duration: 0.7s;
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.89);
  z-index: 1000; }
  .view-images .dialog-bg #dialog-wrapper {
    margin: 20px 0 0 20px;
    position: relative;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    font-weight: 600;
    border-radius: 10px; }
    .view-images .dialog-bg #dialog-wrapper #gallery-full {
      display: block;
      float: left;
      width: 100%;
      height: 100%;
      border-radius: 10px; }
    .view-images .dialog-bg #dialog-wrapper .close-dialog {
      padding-left: 35px;
      padding-top: 35px;
      height: 0;
      width: 0;
      overflow: hidden;
      background: url("../img/close-popup.png");
      display: block;
      cursor: pointer;
      right: 20px;
      margin-right: 20px;
      margin-top: 20px;
      float: right;
      position: absolute;
      z-index: 999; }
    .view-images .dialog-bg #dialog-wrapper .button-red {
      height: 45px;
      width: 170px;
      position: absolute;
      right: 0;
      bottom: 0;
      line-height: 45px; }
      .view-images .dialog-bg #dialog-wrapper .button-red a {
        background: url('../img/download_icon.png?1481274716') left center no-repeat;
        padding-left: 20px;
        background-position-x: 35px; }
.view-images .bx-wrapper {
  width: 100%;
  display: block;
  float: left;
  height: 100%;
  line-height: 100%; }
  .view-images .bx-wrapper ul {
    padding-left: 0; }
    .view-images .bx-wrapper ul li {
      width: 100% !important;
      padding-left: 0;
      height: 100%; }
      .view-images .bx-wrapper ul li img {
        left: 50%;
        top: 50%;
        position: fixed;
        transform: translate(-50%, -50%);
        background: url("../img/close-popup.png");
        resize: both;
        max-height: 90%; }
  .view-images .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    background: none;
    height: 100% !important; }
  .view-images .bx-wrapper .bxslider {
    height: 100%; }
    .view-images .bx-wrapper .bxslider .bx-caption {
      opacity: 0.7;
      filter: alpha(opacity=70);
      text-align: center;
      width: 680px;
      height: 37px; }
      .view-images .bx-wrapper .bxslider .bx-caption span {
        font-size: 15px;
        vertical-align: middle; }

/*VIEW IMAGES MOBILE*/
@media (max-width: 960px) {
  .view-images .dialog-bg #dialog-wrapper {
    margin: 0; }
    .view-images .dialog-bg #dialog-wrapper .button-red {
      right: 0;
      left: 0;
      bottom: 85px;
      margin: auto; } }
footer .footer-container {
  background: #4F4F4F; }
  footer .footer-container .center-container {
    padding: 70px 0 80px 0; }
  footer .footer-container h2 {
    font-family: Arial-BoldMT;
    font-size: 16px;
    color: #232323;
    letter-spacing: 0px;
    padding-bottom: 12px; }
  footer .footer-container .column-footer {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-right: 145px;
    text-align: center;
    max-width: 221px; }
    footer .footer-container .column-footer:last-child {
      margin-right: 0px; }
  footer .footer-container .column-1-footer {
    margin-left: 70px; }
  footer .footer-container .column-3-footer {
    margin-right: 70px; }
  footer .footer-container nav {
    text-align: left; }
    footer .footer-container nav .menu {
      list-style: none;
      padding-left: 0px; }
      footer .footer-container nav .menu li {
        padding-bottom: 11px; }
        footer .footer-container nav .menu li a {
          text-decoration: none;
          font-family: "Arial";
          font-size: 14px;
          color: #FFFFFF;
          letter-spacing: 0px;
          line-height: 18px; }
  footer .footer-container .block-social-media-links {
    padding-top: 38px;
    text-align: left; }
    footer .footer-container .block-social-media-links .platforms li:first-child {
      padding-left: 0px; }
    footer .footer-container .block-social-media-links .platforms .fa-facebook {
      display: block;
      width: 35px;
      height: 35px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url('../img/facebook-ico.png?1464274603') no-repeat; }
      footer .footer-container .block-social-media-links .platforms .fa-facebook:before {
        content: ''; }
      footer .footer-container .block-social-media-links .platforms .fa-facebook:hover {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url('../img/facebook-ico-active.png?1464273362') no-repeat; }
    footer .footer-container .block-social-media-links .platforms .fa-linkedin {
      display: block;
      width: 35px;
      height: 35px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url('../img/linkedin-ico.png?1464274588') no-repeat; }
      footer .footer-container .block-social-media-links .platforms .fa-linkedin:before {
        content: ''; }
      footer .footer-container .block-social-media-links .platforms .fa-linkedin:hover {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url('../img/linkedin-ico-active.png?1464273274') no-repeat; }
    footer .footer-container .block-social-media-links .platforms .fa-twitter {
      display: block;
      width: 35px;
      height: 35px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url('../img/twitter-ico.png?1464274596') no-repeat; }
      footer .footer-container .block-social-media-links .platforms .fa-twitter:before {
        content: ''; }
      footer .footer-container .block-social-media-links .platforms .fa-twitter:hover {
        display: block;
        width: 35px;
        height: 35px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background: url('../img/twitter-ico-active.png?1464273253') no-repeat; }
footer .sub-footer-container {
  background: #FFFFFF; }
  footer .sub-footer-container nav {
    padding-top: 27px; }
    footer .sub-footer-container nav .menu {
      text-align: center; }
      footer .sub-footer-container nav .menu li {
        display: inline-block;
        padding: 0 10px; }
        footer .sub-footer-container nav .menu li a {
          font-family: ArialMT;
          font-size: 12px;
          color: #A6A6A6;
          letter-spacing: 0px;
          line-height: 18px;
          text-decoration: none; }
      footer .sub-footer-container nav .menu span {
        color: #A6A6A6; }
      footer .sub-footer-container nav .menu span:last-child {
        display: none; }
  footer .sub-footer-container .logo-footer {
    display: block;
    width: 130px;
    height: 28px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/logo_adveo_f.png?1463487807') no-repeat;
    text-align: center;
    margin: 35px auto; }

/*FOOTER MOBILE*/
@media (max-width: 960px) {
  footer .footer-container .content-wrapper {
    padding: 20px; }
    footer .footer-container .content-wrapper ul {
      margin-top: 0; }
  footer .footer-container .list-item {
    cursor: pointer;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
    footer .footer-container .list-item h2 {
      margin-bottom: 0; }
  footer .footer-container .has-submenu {
    background: url('../img/open-submenu.png?1469611897') right top no-repeat; }
  footer .footer-container .submenu {
    margin-top: 10px; }
    footer .footer-container .submenu li {
      line-height: 30px; }
  footer .sub-footer-container nav .menu {
    padding-left: 0; }
    footer .sub-footer-container nav .menu span {
      display: none; }
    footer .sub-footer-container nav .menu li {
      display: block;
      margin-bottom: 25px; }
      footer .sub-footer-container nav .menu li:last-child {
        margin-bottom: 0; } }
form#user-login-form {
  width: 320px;
  margin: 0 auto 60px;
  overflow: hidden; }
  form#user-login-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-size: 14px; }
  form#user-login-form input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #A6A6A6;
    border-radius: 0;
    margin-bottom: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  form#user-login-form input[type="submit"] {
    display: block;
    float: right;
    text-transform: uppercase;
    width: 150px;
    height: 50px;
    background: #CF142B;
    font-family: "Arial";
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 19px;
    border: 0px;
    cursor: pointer; }
    form#user-login-form input[type="submit"]:hover {
      background: #BC1428; }
  form#user-login-form .description {
    color: #A6A6A6;
    font-style: italic;
    font-size: 13px; }
  form#user-login-form .form-item {
    margin-bottom: 20px; }

.wrapper-sitemap {
  width: 960px;
  margin: 0 auto;
  color: #4F4F4F; }
  .wrapper-sitemap .sitemap-block {
    width: 295px;
    margin-right: 35px;
    text-transform: uppercase; }
    .wrapper-sitemap .sitemap-block:nth-of-type(3n) {
      margin-right: 0; }
    .wrapper-sitemap .sitemap-block a {
      color: #4F4F4F; }
    .wrapper-sitemap .sitemap-block .menu {
      font-weight: bold;
      padding: 0; }
      .wrapper-sitemap .sitemap-block .menu .menu {
        margin-top: 40px;
        font-weight: normal;
        font-size: 14px;
        margin-bottom: 100px; }
        .wrapper-sitemap .sitemap-block .menu .menu .menu {
          margin-top: 25px;
          padding-left: 20px;
          text-transform: none;
          margin-bottom: 0; }
    .wrapper-sitemap .sitemap-block li.menu-item {
      margin-bottom: 25px; }

/*SITEMAP MOBILE*/
@media (max-width: 960px) {
  .wrapper-sitemap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .wrapper-sitemap .float-left, .wrapper-sitemap .float-right {
      float: none; } }
@media (max-width: 960px) {
  .only-desktop {
    display: none; }

  .only-mobile {
    display: block; } }
.sliding-popup-bottom {
  width: 100% !important;
  background: #CF142B; }

.pager {
  padding-bottom: 20px;
  overflow: hidden; }
  .pager ul {
    padding: 0;
    text-align: center;
    width: 520px;
    margin: 0 auto; }
  .pager .pager__item {
    float: left;
    padding-left: 10px;
    line-height: 20px; }
    .pager .pager__item.is-active a {
      color: #000000; }
