/* ---------------------------------- */
/* ----------- BASE CONFIG ---------- */
/* ---------------------------------- */
/* -------------------------- */
/* ------- TYPOGRAPHY ------- */
/* -------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@font-face {
  font-family: Adam;
  font-style: normal;
  font-weight: normal;
  src: url("font/adam.cg_pro-webfont.eot?#iefix") format("embedded-opentype"), url("font/adam.cg_pro-webfont.woff2") format("woff2"), url("font/adam.cg_pro-webfont.woff") format("woff"), url("font/adam.cg_pro-webfont.ttf") format("truetype"), url("font/adam.cg_pro-webfont.svg#Adam") format("svg");
}

/* -------------------------- */
@-webkit-keyframes arrow-up {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes arrow-up {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes arrow-down {
  from {
    -webkit-transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
  }
}

@keyframes arrow-down {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@-webkit-keyframes move-left {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10px);
  }
}

@keyframes move-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

/* -------------------------- */
/* --------- RESET ---------- */
/* -------------------------- */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  vertical-align: middle;
}

/* -------------------------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* --------- GENERAL LAYOUTS -------- */
/* ---------------------------------- */
/* -------------------------- */
/* ------ GENERAL GRID ------ */
/* ------ LAYOUT ------------ */
/* -------------------------- */
html {
  position: relative;
  min-height: 100%;
  color: #000000;
  background-color: #FFFFFF;
}

body {
  margin: 0;
  font: 400 16px/22px "Roboto", sans-serif;
}

@media (max-width: 768px) {
  body {
    margin: 0;
    padding-bottom: 0;
  }
}

a {
  color: #CCCCCC;
  text-decoration: none;
}

h2 {
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

.clearboth {
  clear: both;
}

.hidden {
  display: none;
}

.goup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.goup.hide {
  display: none;
}

.goup:hover {
  -webkit-animation: arrow-up 1.4s infinite;
  animation: arrow-up 1.4s infinite;
}

@media (max-width: 480px) {
  .goup {
    bottom: 10px;
    right: 10px;
  }
}

.two-columns {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  text-align: justify;
}

@media (max-width: 480px) {
  .two-columns {
    -webkit-columns: 1;
    columns: 1;
  }
}

.logout {
  display: block;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  padding: 35px 0;
}

.logout:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .logout {
    float: none;
    text-align: center;
  }
}

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

/* -------------------------- */
/* -------------------------- */
/* ----- HEADER LAYOUT ------ */
/* -------------------------- */
header {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  z-index: 3;
}

header .content {
  margin-bottom: 240px;
}

header .logo {
  text-align: left;
  vertical-align: middle !important;
}

header .logo a img {
  height: 140px;
  max-height: 100%;
  -webkit-transition: 0.2s all 0s ease-in-out;
  transition: 0.2s all 0s ease-in-out;
}

header .langs {
  text-align: right;
  vertical-align: middle !important;
}

header .langs a {
  height: 40px;
  width: 40px;
  background-color: transparent !important;
  color: #CCCCCC !important;
}

header .langs a.current {
  background-color: rgba(210, 219, 227, 0.9) !important;
  color: #576586 !important;
}

header.inner-header {
  height: 200px;
}

header.inner-header .content {
  margin-bottom: 0;
}

header.inner-header .content .logo {
  text-align: left;
  vertical-align: middle !important;
}

header.inner-header .content .logo a img {
  height: 70PX;
  max-height: 100%;
  -webkit-transition: 0.2s all 0s ease-in-out;
  transition: 0.2s all 0s ease-in-out;
}

nav {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: background-color 0.4s ease-in-out, border 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, border 0.4s ease-in-out;
  z-index: 10;
  background-color: rgba(210, 219, 227, 0.9);
  /* BREADCRUMBS */
}

nav#breadcrumb {
  position: relative;
  background-color: rgba(210, 219, 227, 0.9);
  width: 100%;
  padding: 5px 500px;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 480px) {
  nav#breadcrumb {
    display: none;
  }
}

nav#breadcrumb .breadcrumb-element {
  float: left;
}

nav#breadcrumb .breadcrumb-element p {
  margin: 0;
  padding: 2px 10px;
  vertical-align: middle;
  color: #576586;
  font-size: 11px;
}

nav#breadcrumb .breadcrumb-element p:after {
  content: ' / ';
}

nav#breadcrumb .breadcrumb-element p a {
  color: #576586;
}

nav#breadcrumb .breadcrumb-element.main.responsive-for {
  display: none;
}

@media (max-width: 768px) {
  nav#breadcrumb .breadcrumb-element.main.responsive-for {
    display: block;
  }
}

nav#breadcrumb .breadcrumb-element.current p {
  background-color: #777;
}

nav#breadcrumb .breadcrumb-element.current p a {
  color: white;
}

nav#breadcrumb .breadcrumb-element.current .separator {
  border-left: 20px solid #777;
}

nav#breadcrumb .breadcrumb-element.current li {
  background-color: #777;
}

nav#breadcrumb .breadcrumb-element.current li a {
  color: white;
}

nav#breadcrumb .breadcrumb-element li {
  margin: 0;
  padding: 2px 10px;
  vertical-align: middle;
  color: #576586;
  font-size: 11px;
  list-style-type: none;
}

nav#breadcrumb .breadcrumb-element li a {
  color: #576586;
}

nav#breadcrumb .breadcrumb-element li a:after {
  content: ' / ';
}

nav#breadcrumb .breadcrumb-element li a:last-child:after {
  content: '';
}

nav .content-nav {
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  nav .content-nav {
    background-color: #CCCCCC;
  }
}

nav .content-nav .content-items {
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}

nav .content-nav .content-items .menu-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

nav .content-nav .content-items .menu-item a {
  border-top: solid 2px transparent;
  display: inline-block;
  font-weight: lighter;
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

nav .content-nav .content-items .menu-item:hover, nav .content-nav .content-items .menu-item.current {
  background-color: #576586;
}

nav .content-nav .content-items .menu-item:hover > a, nav .content-nav .content-items .menu-item.current > a {
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  nav .content-nav .content-items .menu-item {
    padding: 0;
  }
}

nav .content-nav .responsive {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
}

nav .content-nav .responsive .menu-button .button .lines {
  background-color: #CCCCCC;
}

nav .content-nav .responsive .menu-button .button .lines:after, nav .content-nav .responsive .menu-button .button .lines:before {
  background-color: #CCCCCC;
}

@media (max-width: 768px) {
  nav .content-nav .responsive {
    display: block;
    overflow: hidden;
  }
}

nav .content-nav .responsive .items {
  display: block;
  position: fixed;
  top: 60px;
  right: 0;
  z-index: -1;
  width: auto;
  overflow: hidden;
  background-color: #CCCCCC;
  height: auto;
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  opacity: .5;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

nav .content-nav .responsive .items a {
  display: block;
  width: 100%;
  padding: 14px 20px 14px 100px;
  color: #CCCCCC;
  font-size: 1.1em;
  text-align: right;
  text-transform: uppercase;
  border-bottom: solid 1px #CCCCCC;
  -webkit-box-shadow: -4px 1px 1px 1px #FFFFFF;
          box-shadow: -4px 1px 1px 1px #FFFFFF;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

nav .content-nav .responsive .items a span {
  color: #FFFFFF;
}

nav .content-nav .responsive .items a:hover {
  color: #333333;
  text-decoration: underline;
}

@media (max-width: 768px) {
  nav .content-nav {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }
  nav .content-nav .content-items {
    display: none;
  }
  nav .content-nav.nav-up:not(.active) {
    top: -60px;
  }
}

@media (max-width: 480px) {
  nav .content-nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}

nav.active .responsive .items {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

nav.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  border-bottom: solid 1px #CCCCCC;
}

nav.fixed .content-nav {
  font-size: .8em;
}

nav.fixed .content-nav .logo {
  width: 120px;
}

nav.fixed .content-nav .logo img {
  left: 0;
  top: -5px;
}

@media (max-width: 768px) {
  nav.fixed {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  nav.nav-up:not(.active) .content-nav {
    top: -60px;
  }
}

.nav-push {
  display: none;
  width: 100%;
}

.nav-push.show {
  display: block;
}

/* MENU BUTTON */
.menu-button {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100%;
  border-spacing: 10px 0;
}

.menu-button .text {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}

.menu-button .button-- {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 5px;
}

.menu-button .lines {
  display: inline-block;
  position: relative;
  height: 4px;
  width: 40px;
  margin-top: -10px;
  background-color: #333333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu-button .lines:before, .menu-button .lines:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  height: 4px;
  width: 40px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu-button .lines:before {
  top: -12px;
}

.menu-button .lines:after {
  top: 12px;
}

/* -------------------------- */
/* ----- CONTENT LAYOUT ----- */
/* -------------------------- */
.content {
  max-width: 1024px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content h1 {
  font-size: 32px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .content h1 {
    margin: 0 20px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 33px;
  }
}

.content h2 {
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 20px;
}

.content h3 {
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}

.content h3.light {
  background-color: transparent;
  color: #CCCCCC;
  font-size: 1.2em;
  letter-spacing: 2px;
}

.content .text p {
  margin-bottom: 15px;
}

.content.featured {
  padding: 40px 50px;
  position: absolute;
  top: 600px;
  left: 50%;
  -webkit-transform: translate(-50%, -175%);
          transform: translate(-50%, -175%);
  z-index: 2;
  background-color: rgba(210, 219, 227, 0.9);
  margin: 53px auto;
  color: #576586;
  font-size: 1.4em;
  line-height: 1.2em;
}

.content.featured p {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .content.featured {
    padding: 50px 0;
    top: 475px;
  }
}

.inner-page .content {
  margin-top: 72px;
}

@media (max-width: 480px) {
  .inner-page .content {
    margin-top: 60px;
  }
}

.content .breadcrumbs {
  padding: 50px 0;
}

.content .breadcrumbs.absolute {
  position: absolute;
  top: 72px;
}

@media (max-width: 768px) and (orientation: portrait) {
  .content .breadcrumbs {
    padding: 40px 50px;
  }
}

@media (max-width: 480px) {
  .content .breadcrumbs {
    padding: 20px 20px 30px;
  }
  .content .breadcrumbs.absolute {
    top: 60px;
  }
}

@media (max-width: 480px) {
  .content h3 {
    font-size: 1.2em;
  }
}

.articles {
  padding: 20px 20px 20px 10px;
  width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 50px;
}

.articles .element {
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.articles .element.odd .leftcol {
  float: right;
  padding-left: 10px;
}

.articles .element.odd .rightcol {
  float: left;
  padding-right: 10px;
}

.articles .element .leftcol {
  float: left;
  width: 47%;
  padding-right: 10px;
  height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.articles .element .rightcol {
  width: 47%;
  float: right;
  padding-left: 10px;
}

.articles .element .rightcol h3 {
  color: #000;
  text-transform: none;
  font-weight: 400;
  font-size: 27px;
  text-align: left;
  width: 70%;
}

.articles .element .rightcol .date {
  text-transform: uppercase;
  font-size: 13px;
  color: #A1ACB6;
  padding: 0 0 10px;
  font-weight: 900;
}

.articles .element .rightcol .resume p {
  min-height: 50px;
  color: #666;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #576586;
  padding-bottom: 20px;
}

.articles .element .rightcol .more {
  float: right;
  width: 150px;
  padding: 5px;
  background-color: #A1ACB6;
}

.articles .element .rightcol .more a {
  font-size: 12px;
  padding-left: 15px;
  color: #576586;
  font-weight: 900;
}

.services {
  width: 75%;
  margin: 0 auto;
  padding: 0px 0;
}

.services .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services .row .service {
  height: 250px;
  width: 40%;
  color: white;
  background-color: #A1ACB6;
}

.services .row .service .title-service {
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding: 50px;
  float: left;
  width: 300px;
}

.services .row .service .title-service .name {
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 25px;
  font-size: 1.1em;
}

.services .row .service .title-service .position {
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 2em;
}

.services .row .service .title-service .company {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 2em;
}

.services .row .service .explanation-service {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  height: 250px;
  width: 0;
  float: left;
  position: absolute;
  opacity: 0;
  background-color: #FFFFFF;
}

.services .row .service .explanation-service .close {
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 700;
  font-size: .7em;
}

.services .row .service .explanation-service p {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-column-count: 2;
  column-count: 2;
  opacity: 0;
  line-height: 1.3em;
  font-size: 1.1em;
}

.services .row .service .explanation-service p.headline {
  -webkit-column-count: 1;
  column-count: 1;
  margin-bottom: 10px;
}

.services .row .service .explanation-service p.headline em {
  font-weight: bold;
}

.services .row .service:not(.disable):hover {
  cursor: pointer;
  background-color: #60676E;
}

.services .row .service.not-current {
  width: 50px;
}

.services .row .service.current {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #333333;
}

.services .row .service.current .explanation-service p {
  opacity: 1;
}

.services .row .service.current#AnaVigon {
  background: transparent url(../img/style/AnaVigon.jpg) no-repeat top left/contain;
}

.services .row .service.current#AlvaroEntrialgo {
  background: transparent url(../img/style/AlvaroEntrialgo.jpg) no-repeat top left/contain;
}

.services .row .service.current#JoaquinRodriguez {
  background: transparent url(../img/style/JoaquinRodriguez.jpg) no-repeat top left/contain;
}

.services .row .service.current#MariaElena {
  background: transparent url(../img/style/MariaElena.jpg) no-repeat top left/contain;
}

.services .row .service.current#RobertoAlvarezLana {
  background: transparent url(../img/style/RobertoAlvarezLana.jpg) no-repeat top left/contain;
}

.services .row .service.current .explanation-service {
  height: 240px;
  width: 60%;
  position: absolute;
  color: black;
  opacity: 1;
  right: 0;
  padding: 50px;
}

.services .row .service.current .explanation-service strong {
  font-weight: bold;
}

.services .row .service.current .explanation-service.current p {
  opacity: 1;
}

.services .row .empty {
  height: 250px;
  width: 20%;
  background-color: #808080;
}

.services .row .service,
.services .row .empty {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: left;
  border: 5px #FFFFFF solid;
}

.services .row .service.hidden,
.services .row .empty.hidden {
  width: 0;
  padding: 0;
  opacity: 0;
  border: none;
}

.services em {
  color: green;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .services .empty {
    display: none;
  }
  .services .row .service {
    height: 225px;
    width: 50%;
  }
  .services .row .service .title-service,
  .services .row .service .explanation-service {
    padding: 50px;
  }
  .services .row .service .title-service .name {
    font-size: 1.5em;
  }
  .services .row .service .title-service .position {
    font-size: 1.5em;
  }
  .services .row .service .title-service .company {
    font-size: 2em;
  }
  .services .row .service .explanation-service p {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .services .row .service.current .title-service {
    height: 225px;
    width: 0;
  }
  .services .row .service.current .explanation-service {
    height: 225px;
    width: 100%;
    position: absolute;
    color: black;
    opacity: 1;
    right: 0;
    padding: 50px;
  }
  .services .row .service.current .explanation-service strong {
    font-weight: bold;
  }
  .services .row .service.current .explanation-service.current p {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .services .row .service {
    height: auto;
    width: 100%;
  }
  .services .row .service .title-service .name {
    font-size: 1.25em;
  }
  .services .row .service .title-service .position {
    font-size: 1.25em;
  }
  .services .row .service .title-service .company {
    font-size: 1.5em;
  }
  .services .row .service .explanation-service,
  .services .row .service .title-service {
    opacity: 1;
    height: auto;
    width: 100%;
    display: block;
    position: static;
    padding: 20px;
  }
  .services .row .service .explanation-service p {
    opacity: 1;
    color: black;
    font-size: 1em;
    line-height: 1.3em;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .services .row .service .explanation-service p strong {
    font-weight: 700;
  }
  .services .row .service .explanation-service .close {
    display: none;
  }
  .services .row .service.current .title-service {
    height: auto;
    width: 100%;
  }
  .services .row .service.current .explanation-service {
    height: auto;
    width: 100%;
  }
}

.featured {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 2px;
}

.featured p:last-child {
  margin-bottom: 0;
}

.featured .image {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .featured {
    font-size: 17.6px;
    line-height: 24.2px;
  }
  .featured .image {
    margin-bottom: 20px;
  }
}

.featured .part {
  max-width: none;
}

.button {
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.button.small {
  text-align: left;
}

.button.small span {
  padding: 8px 12px;
  font-size: .9em;
  letter-spacing: 0;
  font-weight: normal;
}

.button span {
  padding: 5px 20px;
  display: inline-block;
  margin: 15px 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 2px;
  word-spacing: 1px;
  color: #FFFFFF;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  border: solid 1px #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
}

.button span::before, .button span::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: inherit;
}

.button span::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: transparent;
}

.button span::before {
  border: solid 2px #FFFFFF;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button span:hover {
  color: #333333;
}

.button span:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.button span:hover input {
  color: #FFFFFF;
}

.button span.submit {
  padding: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button span input {
  margin: 0;
  padding: 0;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 2px;
  word-spacing: 1px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

h2 .button {
  margin-left: 20px;
  font-size: .8em;
  line-height: 1.1em;
}

h2 .button span {
  padding: 5px 20px;
}

@media (max-width: 1024px) {
  .button span {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  h2 .button {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  h2 .button span {
    display: block;
  }
}

.button.gray span {
  color: #333333;
  border-color: #333333;
}

.button.gray span::before {
  background-color: #333333;
  border-color: #333333;
}

.button.gray span:hover {
  color: #FFFFFF;
}

.button.right {
  float: right;
}

.button.left {
  float: left;
}

.button.dark span {
  background-color: rgba(87, 101, 134, 0.3);
  color: #576586;
  border-color: transparent;
}

.button.dark span::before {
  background-color: #FFFFFF;
}

.button.dark span input {
  color: #FFFFFF;
}

.button.dark span:hover {
  border-color: #576586;
  color: #576586;
}

.button.dark span:hover input {
  color: #333333;
}

.title-style, header .langs a, nav .content-nav .content-items .menu-item a, .content h3, .articles .element .rightcol h3, .part.gallery h3, footer, article.articles .data .date, article.articles .data h4, .products .product, .services .service {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #576586;
}

.info-circle, header .langs a, footer .content .social a, .slice.bg-servicios .circle {
  background-color: #CCCCCC;
  border-radius: 50%;
  display: inline-block;
  padding-top: 10px;
  text-align: center;
  margin-left: 10px;
}

/* COOKIES */
.cookies {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 50px;
  font-size: 13px;
  line-height: 1.4em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
  z-index: 9999;
}

.cookies .close {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

.cookies a {
  color: #ccc;
}

.cookies a:hover {
  text-decoration: underline;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 101, 134, 0.3);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.layer.lighter {
  background-color: rgba(0, 0, 0, 0.2);
}

/* -------------------------- */
.part {
  padding: 20px 0;
}

.part p {
  font-size: 17px;
  line-height: 1.3em;
}

.part .two-columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
}

.part.part-text {
  margin-bottom: 0;
}

.part.part-text img {
  display: block;
  margin-bottom: 20px;
}

.part.part-text img.center {
  width: auto;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.part.part-text img.left {
  float: left;
  margin-right: 50px;
  padding-left: 50px;
}

.part.part-text img.right {
  float: right;
  margin-left: 50px;
  padding-right: 50px;
}

.part.part-text img.responsive {
  display: none;
}

@media (max-width: 768px) {
  .part.part-text img {
    display: none;
  }
  .part.part-text img.responsive {
    display: block;
  }
}

@media (max-width: 480px) {
  .part.part-text img {
    max-width: 100%;
  }
  .part.part-text img.left, .part.part-text img.right {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
}

.part.part-text .content_part {
  padding: 20px 50px;
  padding-top: 0;
}

.part.part-text .content_part h2 {
  text-align: left;
  padding: 0;
  margin-bottom: 30px;
}

.part.part-text .content_part h3 {
  -webkit-column-span: all;
  column-span: all;
  margin-bottom: 20px;
}

.part.part-text .content_part p {
  margin-bottom: 10px;
}

.part.part-text .content_part ol {
  width: 100%;
  counter-reset: section;
  list-style-type: none;
  padding: 0;
}

.part.part-text .content_part ol li {
  display: table;
  table-layout: fixed;
  border-spacing: 20px;
}

.part.part-text .content_part ol li > * {
  display: table-cell;
  vertical-align: middle;
}

.part.part-text .content_part ol li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  font-size: 5em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2em;
  color: #576586;
  text-align: center;
}

.part.part-text .content_part ol li:nth-child(odd) {
  background-color: #FFFFFF;
}

.part.part-text .content_part ol li:nth-child(odd):before {
  width: 20%;
  float: left;
}

.part.part-text .content_part ol li:nth-child(even) {
  background-color: #CCCCCC;
}

.part.part-text .content_part ol li:nth-child(even):before {
  width: 20%;
  float: right;
}

.part.part-text .content_part img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .part.part-text .content_part h4 {
    font-size: 1.3em;
  }
  .part.part-text .content_part p {
    margin-bottom: 10px;
    line-height: 1.3em;
  }
}

@media (max-width: 480px) {
  .part.part-text .content_part {
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
    padding-left: 20px;
    padding-right: 20px;
    word-break: break-word;
  }
  .part.part-text .content_part ol {
    display: block;
  }
  .part.part-text .content_part ol li {
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
  }
  .part.part-text .content_part ol li:before {
    float: left;
    width: 50px;
    text-align: center;
    margin-right: 10px;
  }
  .part.part-text .content_part .icon {
    float: right;
  }
}

.part.part-text .content_image {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

@media (max-width: 480px) {
  .part.part-text .content_image {
    padding: 10px;
  }
}

.part.part-text.even .content_part {
  padding-top: 0;
}

.part.featured {
  background-color: #CCCCCC;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  padding: 1px;
}

.part.featured:before {
  display: none;
}

.part.featured .content-part {
  padding: 50px;
  color: #CCCCCC;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.part.featured .content-part p {
  margin: 0;
}

@media (max-width: 480px) {
  .part.featured .content-part {
    padding: 50px 20px;
    font-size: 1.6em;
  }
}

.part:last-child {
  margin-bottom: 0;
}

.part.gallery h3 {
  padding-top: 20px;
  font-size: 1.3em;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}

.part.gallery h3.light {
  background-color: transparent;
  color: #CCCCCC;
  font-size: 1.2em;
  letter-spacing: 2px;
}

.part.part-mosaic {
  padding: 0;
}

.part.part-mosaic .content .logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.part.part-mosaic .content .logos-container .logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(25% - 20px);
  height: 250px;
  margin: 10px;
}

@media (max-width: 480px) {
  .part.part-mosaic .content .logos-container .logo {
    width: 100%;
    margin: 0;
  }
}

.part.part-mosaic .content .logos-container .logo:first-child {
  margin-left: 0;
}

.part.part-mosaic .content .logos-container .logo:last-child {
  margin-right: 0;
}

.part.part-downloads .content .downloads-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.part.part-downloads .content .downloads-container .download {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: calc(25% - 20px);
  margin: 20px 10px;
}

@media (max-width: 480px) {
  .part.part-downloads .content .downloads-container .download {
    width: 100%;
    margin: 0 0 20px;
  }
}

.part.part-downloads .content .downloads-container .download:first-child {
  margin-left: 0;
}

.part.part-downloads .content .downloads-container .download:last-child {
  margin-right: 0;
}

.part.part-downloads .content .downloads-container .download .download-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  margin-bottom: 20px;
}

.part.part-downloads .content .downloads-container .download .download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.part.part-downloads .content .downloads-container .download .download-link a {
  color: #000000;
  font-weight: 600;
}

.slider {
  position: relative;
  height: 600px;
  width: 100%;
  overflow: hidden;
}

.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.4s all ease-out;
  transition: 0.4s all ease-out;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider .slide img.layer {
  width: auto;
  height: 100%;
  max-width: none;
  position: fixed;
  display: none;
}

.slider .slide.current {
  opacity: 1;
}

.slider .slide.current .wrapper-image {
  z-index: 2;
}

.slider .slide .wrapper-image {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: table;
  position: relative;
}

@media (max-width: 768px) {
  .slider .slide .wrapper-image {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .slider .slide .wrapper-image {
    padding: 0;
  }
}

.slider .slide .wrapper-image .content-slide {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 75px;
}

.slider .slide .wrapper-image .content-slide h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  letter-spacing: 4px;
}

@media (max-width: 480px) {
  .slider .slide .wrapper-image .content-slide h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

.slider .slide .wrapper-image .next-slide {
  position: absolute;
  right: 40px;
  width: 20px;
  height: 100%;
  background: url(../img/style/arrow-gray-right.png) no-repeat center/contain;
  cursor: pointer;
  z-index: 200;
}

@media (max-width: 480px) {
  .slider .slide .wrapper-image .next-slide {
    display: none;
  }
}

.slider .slide .wrapper-image .prev-slide {
  position: absolute;
  left: 40px;
  width: 20px;
  height: 100%;
  background: url(../img/style/arrow-gray-left.png) no-repeat center/contain;
  cursor: pointer;
  z-index: 200;
}

@media (max-width: 480px) {
  .slider .slide .wrapper-image .prev-slide {
    display: none;
  }
}

.slider .navigation {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  z-index: 10;
  display: none;
}

.slider .navigation .bullet {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  margin: 0 5px;
}

.slider .navigation .bullet.current {
  background-color: #FFFFFF;
  -webkit-transition: 0.4s background-color linear;
  transition: 0.4s background-color linear;
}

@media (max-width: 768px) {
  .slider {
    height: 450px;
    font-size: .9em;
  }
  .slider.main-slider .slide .wrapper-image {
    height: 390px;
  }
}

@media (max-width: 480px) {
  .slider {
    height: 400px;
    font-size: .7em;
    margin-top: 60px;
  }
  .slider.main-slider {
    margin-top: 0;
  }
  .slider.main-slider .slide .wrapper-image {
    top: 60px;
  }
  .slider.main-slider .navigation {
    top: 400px;
  }
  .slider .slide {
    background-image: none;
  }
  .slider .slide .wrapper-image {
    top: 0;
  }
  .slider .slide img.layer {
    display: block;
  }
  .slider .navigation {
    top: 340px;
  }
}

/* -------------------------- */
/* ----- SIDEBAR LAYOUT ----- */
/* -------------------------- */
/* -------------------------- */
/* -------------------------- */
/* ----- FOOTER LAYOUT ------ */
/* -------------------------- */
footer {
  position: relative;
  width: 100%;
  height: auto;
  height: 200px;
  background-color: #576586;
  z-index: 3;
  font-size: .8em;
  padding-bottom: 20px;
}

footer .content {
  color: #CCCCCC;
  padding: 30px 50px;
  text-transform: uppercase;
}

footer .content .legal a {
  display: inline-block;
  margin-left: 20px;
}

footer .content a:hover {
  text-decoration: underline;
}

footer .content img {
  width: 140px;
}

footer .content .legal {
  float: right;
}

footer .content address {
  text-transform: none;
  margin-top: 30px;
}

footer .content address p {
  line-height: 1.1em;
  letter-spacing: 0;
}

@media (max-width: 480px) {
  footer .content address {
    text-align: center;
  }
}

footer .content .social {
  float: right;
}

footer .content .social a {
  height: 44px;
  width: 44px;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

footer .content .social a img {
  height: 24px;
  width: 24px;
}

footer .content .social a:hover {
  opacity: .8;
}

@media (max-width: 768px) {
  footer {
    position: relative;
    height: auto;
  }
  footer .content {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  footer .content {
    padding: 40px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .content .legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
    float: none;
  }
  footer .content .legal a {
    margin: 0;
  }
  footer .content address {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .content address p {
    line-height: 1.4em;
  }
}

/* -------------------------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ------ PAGE SPECIFIC STYLES ------ */
/* ---------------------------------- */
/* -------------------------- */
/* ---- HOME PAGE STYLES ---- */
/* -------------------------- */
.slice {
  width: 100%;
  position: relative;
}

.slice.white {
  background-color: #FFFFFF;
}

.slice.green {
  background-color: #576586;
  color: #FFFFFF;
}

.slice.gray {
  background-color: #333333;
  color: #FFFFFF;
}

.slice.medium-gray {
  background-color: #808080;
  color: #FFFFFF;
}

.slice.light-gray {
  background-color: #CCCCCC;
}

.slice.bg-servicios {
  color: #FFFFFF;
  background: url(../img/style/bg-servicios.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}

.slice.bg-servicios h3 {
  color: #FFFFFF;
  font-size: 2em;
  max-width: 500px;
  margin: 0 auto 20px;
}

.slice.bg-servicios .circle {
  font-family: "Montserrat", sans-serif;
  color: #576586;
  font-size: 2.9em;
  line-height: 1em;
  height: 60px;
  width: 60px;
}

.slice .content {
  padding: 50px 0;
}

.slice .content.narrow {
  padding: 20px 0;
}

.slice .content.parts {
  background-color: #FFFFFF;
  padding: 0;
}

.slice .content.parts .content {
  padding: 0;
}

.slice .content.equipo {
  padding: 20px;
}

@media (max-width: 1024px) {
  .slice {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .slice .content {
    padding: 40px 0;
  }
}

.content .wrapper-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 250px;
  min-height: 250px;
  padding: 0 20px;
}

.content .wrapper-table .image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.content .wrapper-table .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}

.content .wrapper-table .table-item {
  display: table-cell;
  vertical-align: top;
}

.content .wrapper-table article .image, .content .wrapper-table a .image {
  position: relative;
  margin: 0 auto;
  width: 38%;
}

.content .wrapper-table article .data, .content .wrapper-table a .data {
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.content .wrapper-table article.download, .content .wrapper-table a.download {
  color: #CCCCCC;
  height: 120px;
  background-color: #d5d5d5;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.content .wrapper-table article.download .wrapper-table, .content .wrapper-table a.download .wrapper-table {
  height: 100%;
  border-spacing: 10px 0;
}

.content .wrapper-table article.download .wrapper-table .data, .content .wrapper-table a.download .wrapper-table .data {
  vertical-align: middle;
  text-align: center;
}

.content .wrapper-table article.download .wrapper-table .ico, .content .wrapper-table a.download .wrapper-table .ico {
  vertical-align: middle;
  text-align: center;
  background: url(../img/style/descarga_color.png) no-repeat center;
  background-size: 50px 50px;
  width: 20%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.content .wrapper-table article.download:hover, .content .wrapper-table a.download:hover {
  background-color: #e5e5e5;
}

.content .wrapper-table article.download:hover .wrapper-table .ico, .content .wrapper-table a.download:hover .wrapper-table .ico {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

@media (max-width: 768px) {
  .content .wrapper-table article.download .wrapper-table, .content .wrapper-table a.download .wrapper-table {
    display: table;
  }
  .content .wrapper-table article.download .wrapper-table .ico, .content .wrapper-table a.download .wrapper-table .ico {
    height: 50px;
    display: table-cell;
    width: 25%;
  }
  .content .wrapper-table article.download .wrapper-table .data, .content .wrapper-table a.download .wrapper-table .data {
    display: table-cell;
  }
}

@media (max-width: 480px) {
  .content .wrapper-table {
    display: block;
  }
  .content .wrapper-table > * {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .content .wrapper-table article {
    margin-bottom: 75px;
  }
  .content .wrapper-table article .image,
  .content .wrapper-table article .data {
    width: 100%;
    float: none !important;
  }
  .content .wrapper-table article:last-of-type {
    margin-bottom: 40px;
  }
  .content .wrapper-table article:last-of-type .image {
    float: left;
  }
  .content .wrapper-table article:last-of-type .data {
    float: left;
  }
  .content .wrapper-table article:nth-child(odd) {
    clear: left;
  }
}

.content .wrapper-table.only-one {
  display: block;
}

.content .wrapper-table.only-one article {
  display: block;
  width: 50%;
  float: left;
}

.content .wrapper-table.only-one:after {
  content: '';
  display: block;
  clear: both;
}

.content .home-dossier {
  border-spacing: 50px 0;
  border-top: solid 1px #CCCCCC;
  padding-top: 75px;
  margin-top: 50px;
}

@media (max-width: 480px) {
  .content .home-dossier {
    font-size: .8em;
    line-height: 1.3em;
  }
}

.content .inner-articles {
  border-spacing: 50px 0;
}

.content .inner-articles {
  margin-bottom: 125px;
}

@media (max-width: 768px) and (orientation: portrait) {
  .content .inner-articles {
    margin-bottom: 50px;
  }
}

.content .content p {
  margin-bottom: 10px;
}

.content .content ul {
  list-style-type: square;
  padding-left: 10px;
  margin-left: 20px;
}

.content .content ul li {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #576586;
  font-weight: bold;
  letter-spacing: 1px;
}

.content .content ul li.has-list span {
  cursor: pointer;
  text-decoration: underline;
}

.content .content ul li ul {
  list-style-type: none;
  border-left: solid 2px #576586;
  padding: 10px 20px;
  margin: 10px 20px;
}

.content .content ul li ul li {
  color: black;
  letter-spacing: 0;
  font-weight: 300;
  font-size: .9em;
  text-transform: none;
  margin: none;
}

/* -------------------------- */
/* ---- HOME PAGE STYLES ---- */
/* -------------------------- */
article.articles {
  position: relative;
  padding-bottom: 20px;
}

article.articles .share {
  margin-top: 20px;
  text-align: center;
  border-top: solid 1px #333333;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article.articles .share a {
  color: #FFFFFF;
}

article.articles .share .share-button {
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #576586;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  article.articles .share {
    margin: 20px 20px 0;
    width: calc(100% - 40px);
  }
}

article.articles .share .share-options .wrapper-share {
  margin: 5px 2px;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  background-color: #576586;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article.articles .share .share-options .wrapper-share:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  height: 20px;
  width: 20px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

article.articles .share .share-options .wrapper-share.twitter:before {
  background: url(../img/social/twitter_white.png) no-repeat center;
  background-size: contain;
}

article.articles .share .share-options .wrapper-share.twitter:hover {
  background-color: #5EA9DD;
}

article.articles .share .share-options .wrapper-share.facebook:before {
  background: url(../img/social/facebook_white.png) no-repeat center;
  background-size: contain;
}

article.articles .share .share-options .wrapper-share.facebook:hover {
  background-color: #43609C;
}

article.articles .share .share-options .wrapper-share.google:before {
  background: url(../img/social/google+_white.png) no-repeat center;
  background-size: contain;
}

article.articles .share .share-options .wrapper-share.google:hover {
  background-color: #DF5138;
}

article.articles.showed .share-options {
  opacity: 1;
}

article.articles.wrapper-table .image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*
            img{
                max-height: 375px;
                max-width: none;
            }
            */
}

article.articles.wrapper-table .data .button span {
  margin-bottom: 0;
}

article.articles .data {
  background-color: #FFFFFF;
  padding: 20px;
  position: relative;
  color: #576586;
}

article.articles .data .date {
  margin-bottom: 20px;
  color: rgba(87, 101, 134, 0.3);
}

article.articles .data h4 {
  letter-spacing: 1px;
  margin: 0 0 5px;
  font-size: 1.5em;
  line-height: 1.2em;
  border-bottom: solid 1px transparent;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

article.articles .data h4 a {
  color: #576586;
}

article.articles .data h4:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

article.articles .data .description {
  margin-bottom: 10px;
  font-size: .9em;
}

article.articles .data .description p {
  margin-bottom: 10px;
}

@media (max-width: 768px) and (orientation: portrait) {
  article.articles .data h3 {
    font-size: 14.4px;
    line-height: 19.8px;
  }
}

.other-articles article.articles .image {
  margin-bottom: 0;
}

.other-articles article.articles .data .date {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.other-articles article.articles .button {
  position: absolute;
  top: 0;
  right: 20px;
}

@media (max-width: 480px) {
  article.articles .image,
  article.articles .data {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  article.articles .image {
    height: 200px;
  }
  article.articles .data h3 {
    text-align: left;
    height: auto;
    margin: 20px 0 0;
  }
  article.articles .data .date {
    margin: 5px 0;
  }
  article.articles .share {
    margin: 20px 0;
    width: 100%;
  }
  .other-articles article.articles .image {
    margin-bottom: 20px;
    text-align: center;
  }
  .other-articles article.articles .button {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.articles .article .image {
  float: left;
  border-right: solid 20px #CCCCCC;
  margin-bottom: 12px;
}

.articles .article .data {
  background-color: #CCCCCC;
  position: static;
}

@media (max-width: 480px) {
  .articles .article .image {
    height: auto;
    border: none;
  }
}

.featured-articles {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featured-articles > * {
  display: table-cell;
  vertical-align: top;
}

.featured-articles article {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featured-articles article:first-of-type {
  padding-right: 40px;
}

.featured-articles article:last-of-type {
  padding-left: 40px;
}

@media (max-width: 480px) {
  .featured-articles {
    display: block;
  }
  .featured-articles article {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 30px;
  }
}

.article-view .source {
  font-style: italic;
}

.article-view .separator {
  width: 100%;
  height: 20px;
}

.article-view h1 {
  font-weight: 100;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-spacing: 1px;
}

.article-view h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.article-view h2:before, .article-view h2:after {
  display: none;
}

.article-view p {
  margin-bottom: 20px;
}

.article-view ul {
  margin-bottom: 20px;
  list-style: disc;
  margin-left: 20px;
}

.article-view p + ul {
  margin-top: -13.33333px;
}

.article-view .main-image {
  float: right;
  max-width: 50%;
  margin-left: 40px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .article-view .main-image {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}

.article-view .desc p {
  margin-bottom: 10px;
}

.article-view .desc strong {
  font-weight: bold;
}

.article-view .date {
  text-align: left;
  margin: 10px 0;
  font-weight: lighter;
  letter-spacing: 1px;
}

.article-view aside {
  margin: 50px 0;
}

.article-view aside h3 {
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 10px;
}

.article-view aside .file {
  overflow: hidden;
}

.article-view aside .file :before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/style/file.png) repeat-y center;
  background-size: contain;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.article-view aside .file:hover :before {
  -webkit-animation: arrow-down 1.4s infinite;
  animation: arrow-down 1.4s infinite;
}

@media (max-width: 768px) and (orientation: portrait) {
  .article-view .share {
    text-align: center;
  }
  .article-view .share span {
    display: block;
    padding: 5px 0;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .article-view h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .article-view h1 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .article-view h2 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }
}

.back-button {
  text-align: center;
  display: block;
  margin: 20px 0 50px;
  font-weight: 800;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-top: 10px;
  color: #333333;
}

.back-button:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/style/back.png) no-repeat center center;
  background-size: contain;
  margin-right: 5px;
}

.back-button:hover:before {
  -webkit-animation: move-left 1.4s infinite;
  animation: move-left 1.4s infinite;
}

/* -------------------------- */
/* ---- CONOCENOS PAGE STYLES ---- */
/* -------------------------- */
.equipo {
  text-align: center;
}

.equipo .employee-resume {
  width: 70%;
  margin: 0 auto;
}

.equipo .employee-resume .image {
  max-width: 180px;
  background: url(../img/style/bg-border.png) no-repeat center/contain;
  padding: 20px;
  margin: 0 auto;
}

.equipo .employee-resume .image img {
  border-radius: 50%;
}

.equipo .employee-resume h4 {
  margin-top: 20px;
}

.equipo .employee-resume h4 span {
  padding: 10px 20px;
  border: solid 1px #FFFFFF;
}

.equipo .wrapper-table {
  border-collapse: collapse;
}

.equipo .employee-data {
  text-align: center;
  padding: 0 20px;
  border-right: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.equipo .employee-data h3 {
  color: #CCCCCC;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #CCCCCC;
}

.equipo .employee-data h3:before {
  display: none;
}

.equipo .employee-data p {
  margin-top: 20px;
}

.equipo .employee-data p + h3 {
  margin-top: 30px;
}

/* -------------------------- */
/* -- CONTACT PAGE STYLES --- */
/* -------------------------- */
.contact h2 {
  text-align: center;
  color: #576586;
  padding-top: 20px;
}

.contact .alert-message {
  padding: 20px;
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: center;
}

.contact .alert-message.ok {
  background-color: #576586;
}

.contact .alert-message.error {
  background-color: #BE0411;
}

.contact form {
  padding: 15px 50px;
}

.contact form .left {
  float: left;
  width: 29%;
}

.contact form .right {
  float: right;
  width: 69%;
}

.contact form .input {
  width: 100%;
}

.contact form .input.half {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact form .input.half:first-of-type {
  padding-right: 10px;
}

.contact form .input.half:last-of-type {
  padding-left: 10px;
}

.contact form .input input,
.contact form .input textarea {
  border: none;
  padding: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  width: 100%;
  margin: 15px 0 0;
  background-color: rgba(210, 219, 227, 0.9);
  color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact form .input input::-webkit-input-placeholder,
.contact form .input textarea::-webkit-input-placeholder {
  color: black;
  font-weight: 600;
}

.contact form .input input::-moz-placeholder,
.contact form .input textarea::-moz-placeholder {
  color: black;
  font-weight: 600;
}

.contact form .input input:-moz-placeholder,
.contact form .input textarea:-moz-placeholder {
  color: black;
  font-weight: 600;
}

.contact form .input input:-ms-input-placeholder,
.contact form .input textarea:-ms-input-placeholder {
  color: black;
  font-weight: 600;
}

.contact form .input input[type='checkbox'],
.contact form .input textarea[type='checkbox'] {
  width: auto;
  margin-right: 10px;
}

.contact form .input input[type='radio'],
.contact form .input textarea[type='radio'] {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  margin: 0 10px;
}

.contact form .input input[type='submit'],
.contact form .input textarea[type='submit'] {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: inherit;
}

.contact form .input input.error,
.contact form .input textarea.error {
  border: solid 1px #BE0411;
}

.contact form .input a {
  font-weight: bold;
}

.contact form .input a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .contact form {
    padding: 0;
  }
  .contact form .left,
  .contact form .right {
    float: none;
    width: 100%;
  }
  .contact form .input input,
  .contact form .input textarea {
    font-size: .9em;
    margin-top: 10px;
  }
}

.mapa {
  width: 100%;
  padding: 50px;
}

.mapa #map-canvas {
  height: 480px;
  width: 60%;
  float: right;
}

.mapa #map-canvas img {
  max-width: none;
}

.mapa address {
  width: 40%;
  float: left;
  font-size: 19.2px;
  line-height: 26.4px;
  font-weight: 100;
  padding-top: 50px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mapa address h4 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.mapa address .main {
  margin-top: 40px;
}

.mapa address .main h4 {
  color: #576586;
}

.mapa address .main p {
  color: #576586;
}

.mapa address img {
  margin: 20px 0;
}

@media (max-width: 768px) {
  .mapa address {
    padding-left: 50px;
  }
}

.mapa .hidden {
  display: none;
}

@media (max-width: 768px) {
  .mapa {
    padding: 10px;
  }
  .mapa #map-canvas,
  .mapa address {
    width: 100%;
    float: none;
  }
  .mapa #map-canvas {
    max-height: 400px;
    height: 50vh;
  }
  .mapa address {
    padding: 10px 5px;
    text-align: center;
  }
  .mapa address img {
    margin: 5px 0;
  }
  .mapa .hidden {
    display: block;
  }
}

@media (max-width: 480px) {
  .mapa {
    padding: 0;
    margin-bottom: 50px;
  }
}

/* -------------------------- */
.alert-message {
  padding: 20px;
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: center;
}

.alert-message.ok {
  background-color: #2D9935;
}

.alert-message.error {
  background-color: #BE0411;
}

/* -------------------------- */
/* ----- STANDARD STYLES ---- */
/* -------------------------- */
.top {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #576586;
  text-align: center;
  height: 350px;
}

.top .ico {
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  height: 145px;
  width: 145px;
}

.top h1 {
  position: absolute;
  width: 1024px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(210, 219, 227, 0.9);
  color: #576586;
  text-transform: uppercase;
  top: calc(100% - 50px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: .8em;
  font-size: 2em;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}

.breadcrumb {
  padding: 20px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
}

.breadcrumb p {
  margin: auto 450px;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
}

/** MAPA **/
#mapa_global_canvas {
  width: 100%;
  height: 55vh;
  margin-top: 72px;
}

#mapa_global_canvas img {
  max-width: none;
}

@media (max-width: 480px) {
  #mapa_global_canvas {
    margin-top: 60px;
  }
}

.info-view {
  padding: 20px;
  color: #CCCCCC;
  display: table;
  width: 100%;
}

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

.info-view .info-content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-left: 20px;
}

.info-view .info-content h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
}

.info-view .info-content h2 {
  font-size: 15px;
}

.info-view .info-content .button {
  background-color: #CCCCCC;
  color: #FFFFFF;
  padding: 3px 10px;
  margin-top: 10px;
  display: inline-block;
}

@media (max-width: 480px) {
  .info-view {
    padding: 10px;
  }
  .info-view img {
    width: 70px;
  }
}

/* --- LOGIN --- */
#login .alert-message {
  padding: 20px;
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: center;
}

#login .alert-message.ok {
  background-color: #2D9935;
}

#login .alert-message.error {
  background-color: #BE0411;
}

#login input {
  border: none;
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  width: 100%;
  margin: 0 0 10px;
  background-color: rgba(210, 219, 227, 0.9);
  color: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#login input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-style: italic;
  font-weight: 100;
}

#login input::-moz-placeholder {
  color: #FFFFFF;
  font-style: italic;
  font-weight: 100;
}

#login input:-moz-placeholder {
  color: #FFFFFF;
  font-style: italic;
  font-weight: 100;
}

#login input:-ms-input-placeholder {
  color: #FFFFFF;
  font-style: italic;
  font-weight: 100;
}

#login input[type='submit'] {
  background-color: #CCCCCC;
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: 0.4s, all, ease-in-out;
  transition: 0.4s, all, ease-in-out;
}

#login input[type='submit']:hover {
  opacity: .7;
}

#login input[type='checkbox'] {
  width: auto;
  margin-right: 10px;
}

#login input[type='radio'] {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  margin: 0 10px;
}

#login input.error {
  border: solid 1px #BE0411;
}

/* -------------------------- */
/* -------------------------- */
/* ---- CLIENTES STYLES ----- */
/* -------------------------- */
.home-clients .client .info {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.home-clients .client .info h4 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
  width: 100%;
  max-width: 150px;
  display: inline-block;
  margin-top: 20px;
  font-size: 1.2em;
}

.home-clients .client .info .box {
  border: solid 1px #FFFFFF;
  height: 300px;
}

.home-clients .client:first-child .info {
  float: left;
}

.home-clients .client:last-child .info {
  float: right;
}

/* -------------------------- */
/* ---- SERVICIOS STYLES ---- */
/* -------------------------- */
.products {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.products h3 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #576586;
  text-align: center;
}

.products .product {
  width: 48%;
  height: 380px;
  float: left;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .products .product {
    width: 100%;
    padding: 20px;
  }
}

.products .product:nth-child(odd) {
  margin-left: 1%;
}

.products .product:nth-child(even) {
  margin-right: 1%;
}

.products .product .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.products .product .image img {
  -webkit-transition: filter 0.4s ease-in-out;
  -webkit-transition: -webkit-filter 0.4s ease-in-out;
  transition: -webkit-filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;
}

.products .product .data {
  position: relative;
  display: table;
  padding: 0 20px;
  height: 100%;
  width: 100%;
}

.products .product .data h4 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: transparent;
  font-size: 1.6em;
  line-height: 1.2em;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.products .product .layer {
  opacity: 0;
}

.products .product:hover .image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.products .product:hover .layer {
  opacity: 1;
}

.products .product:hover .data h4 {
  color: #FFFFFF;
}

article.product.product-view h1 {
  font-size: 28px;
  font-weight: bold;
}

article.product.product-view h2 {
  font-size: 24px;
  font-weight: light;
}

article.product.product-view .main-image {
  width: 50%;
  height: auto;
  margin: 20px auto;
  text-align: center;
}

article.product.product-view .main-image img {
  margin: 20px auto;
}

article.product.product-view .desc {
  width: 100%;
  margin-bottom: 20px;
}

article.product.product-view .desc aside .gallery {
  margin-top: 20px;
}

article.product.product-view .desc aside .gallery .thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

article.product.product-view .desc aside .gallery .thumbs .thumb {
  width: calc(25% - 20px);
  margin: 20px 20px;
}

article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(4n+1) {
  margin-left: 0;
}

article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  article.product.product-view .desc aside .gallery .thumbs .thumb {
    width: calc(50% - 20px);
    margin: 20px;
  }
  article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(4n+1) {
    margin-left: 20px;
  }
  article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(4n) {
    margin-right: 20px;
  }
  article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(odd) {
    margin-left: 20px;
  }
  article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(even) {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  article.product.product-view .desc aside .gallery .thumbs .thumb {
    width: 100%;
    margin: 0 0 20px;
  }
  article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(4n+1) {
    margin-left: 0;
  }
  article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(4n) {
    margin-right: 0;
  }
  article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(odd) {
    margin-left: 0;
  }
  article.product.product-view .desc aside .gallery .thumbs .thumb:nth-child(even) {
    margin-right: 0;
  }
}

article.product .desc .share {
  margin-top: 20px;
}

article.product .desc .share .share-button {
  font-weight: bold;
  font-size: 18px;
}

article.product .desc .share .share-options {
  margin-top: 10px;
}

article.product .desc .share .share-options a {
  width: 24px;
  height: 24px;
}

article.product .desc .share .share-options a img {
  width: 24px;
  height: 24px;
}

/* -------------------------- */
/* ---- SERVICIOS STYLES ---- */
/* -------------------------- */
.services {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.services h3 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #576586;
  text-align: center;
}

.services .service {
  width: 48%;
  height: 380px;
  float: left;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .services .service {
    width: 100%;
    padding: 20px;
  }
}

.services .service:nth-child(odd) {
  margin-left: 1%;
}

.services .service:nth-child(even) {
  margin-right: 1%;
}

.services .service .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.services .service .image img {
  -webkit-transition: filter 0.4s ease-in-out;
  -webkit-transition: -webkit-filter 0.4s ease-in-out;
  transition: -webkit-filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;
}

.services .service .data {
  position: relative;
  display: table;
  padding: 0 20px;
  height: 100%;
  width: 100%;
}

.services .service .data h4 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: transparent;
  font-size: 1.6em;
  line-height: 1.2em;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.services .service .layer {
  opacity: 0;
}

.services .service:hover .image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.services .service:hover .layer {
  opacity: 1;
}

.services .service:hover .data h4 {
  color: #FFFFFF;
}

article.service.service-view h1 {
  font-size: 28px;
  font-weight: bold;
}

article.service.service-view h2 {
  font-size: 24px;
  font-weight: light;
}

article.service.service-view .main-image {
  width: 50%;
  height: auto;
  margin: 20px auto;
  text-align: center;
}

article.service.service-view .main-image img {
  margin: 20px auto;
}

article.service .desc .share {
  margin-top: 20px;
}

article.service .desc .share .share-button {
  font-weight: bold;
  font-size: 18px;
}

article.service .desc .share .share-options {
  margin-top: 10px;
}

article.service .desc .share .share-options a {
  width: 24px;
  height: 24px;
}

article.service .desc .share .share-options a img {
  width: 24px;
  height: 24px;
}

/* ---------------------------------- */
/* -------------------------- */
/* ------- NEO GALLERY ------ */
/* -------------------------- */
.gallery .thumbs {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery .thumbs .thumb {
  position: relative;
  margin: 5px;
  cursor: pointer;
}

.gallery .thumbs .thumb .lens {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(87, 101, 134, 0.6);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery .thumbs .thumb:hover .lens {
  opacity: 0;
}

@media (max-width: 480px) {
  .gallery .thumbs .thumb {
    height: 40%;
    width: 40%;
  }
}

.gallery .viewport {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(rgba(0, 0, 0, 0.7), black);
  -webkit-transition: opacity 0.4s 0.1s ease-in-out;
  transition: opacity 0.4s 0.1s ease-in-out;
  display: none;
}

.gallery .viewport.active {
  z-index: 2000;
  opacity: 1;
  display: block;
}

.gallery .viewport .menu-button {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 10;
  height: 60px;
}

.gallery .viewport .menu-button .text {
  display: table-cell;
  vertical-align: middle;
}

.gallery .viewport .menu-button .text .close {
  margin-bottom: 0;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.gallery .viewport .menu-button .button {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  padding: 0 20px 10px;
  margin: none;
  float: none;
  cursor: pointer;
  background-color: transparent !important;
  border: none;
}

.gallery .viewport .menu-button .lines {
  display: inline-block;
  position: relative;
  height: 3px;
  width: 40px;
  margin-top: -10px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery .viewport .menu-button .lines:before, .gallery .viewport .menu-button .lines:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  height: 3px;
  width: 40px;
  background: #FFFFFF;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.gallery .viewport .menu-button .lines:before {
  top: 0px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.gallery .viewport .menu-button .lines:after {
  top: 0px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.gallery .viewport .images {
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery .viewport .images .before,
.gallery .viewport .images .after {
  z-index: 30;
  height: 100%;
  width: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gallery .viewport .images .before {
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url("../js/plugins/neo/neo-gallery/prev.png");
}

.gallery .viewport .images .after {
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../js/plugins/neo/neo-gallery/next.png");
}

.gallery .viewport .images .image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gallery .viewport .images .image.current {
  opacity: 1;
}

@media (max-width: 1024px) {
  .gallery .viewport .images .before {
    left: -50px;
  }
  .gallery .viewport .images .after {
    right: -50px;
  }
}

.part.gallery .thumbs .thumb {
  width: calc(30.33% - 10px);
  height: 300px;
  float: left;
}

@media (max-width: 768px) {
  .part.gallery .thumbs .thumb {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .part.gallery .thumbs .thumb {
    height: 150px;
  }
}

/* -------------------------- */
/* -------------------------- */
/* -------- NEO SCROLL ------ */
/* -------------------------- */
.scrollable .loading {
  clear: both;
  opacity: 0.5;
  padding-bottom: 40px;
  margin-bottom: 50px;
  background-image: url(../img/style/loading.png);
  background-size: 60px 20px;
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}

.scrollable .loading.hidden {
  display: none;
}

.fader {
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}

.fader.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.fader.active.right {
  -webkit-transition: all 0.5s ease-out 0.2s;
  transition: all 0.5s ease-out 0.2s;
}

@media (max-width: 480px) {
  .fader {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

/* -------------------------- */
/* -------------------------- */
/* --------- NEO TABS ------- */
/* -------------------------- */
.tabs .header-tabs {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.tabs .header-tabs .tab {
  display: table-cell;
  text-align: center;
  background: #EEE;
  padding: 50px 20px;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  vertical-align: middle;
}

.tabs .header-tabs .tab:hover {
  background-color: rgba(0, 52, 112, 0.2);
}

.tabs .header-tabs .tab.current {
  color: #FFFFFF;
  background: #CCCCCC;
}

.tabs .content-tabs .tab {
  display: none;
}

/* -------------------------- */
/*# sourceMappingURL=style.css.map */