/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Trade Gothic LT Std", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}

/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Trade Gothic LT Std", Helvetica, sans-serif;
}

h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}

h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}

h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}

h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Text elements */
p {
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Trade Gothic LT Std", sans-serif;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  -webkit-box-shadow: 0 3px 5px #ddd inset;
          box-shadow: 0 3px 5px #ddd inset;
}

/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

/* Header
-------------------------------------------------------------- */
.site-title a {
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}

.site-description {
  font-style: italic;
}

header {
  padding: 20px 0;
  background: transparent;
  margin: 20px auto;
}

header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0;
  float: right;
}

header #brand {
  margin: 1em 0;
}

header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}

header #brand h1 a {
  color: #565656;
  text-decoration: none;
}

header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}

header nav {
  font-family: "Trade Gothic LT Std", Helvetica, sans-serif;
}

.menu-main-nav-container, .menu-main-container {
  float: right;
}

header nav ul {
  list-style: none;
  margin: 0;
}

header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}

header nav ul li a {
  color: #888888;
  font-size: 14px;
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}

article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
}

article .title a {
  text-decoration: none;
  color: #404040;
}

article .title a:hover {
  color: #007998;
}

article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Trade Gothic LT Std", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

article .post-meta a {
  color: #888888;
  text-decoration: none;
}

article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}

article .the-content a {
  font-weight: 900;
  text-decoration: none;
}

article .the-content p {
  color: #191919;
  text-align: justify;
}

article .the-content img {
  width: 100%;
  height: auto;
}

article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}

article .meta div {
  margin: 1px auto;
}

article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}

article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

/* Page loop styling */
.page article {
  border-bottom: none;
}

.page article .title {
  margin-bottom: 40px;
}

/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}

#pagination .past-page {
  float: right;
  width: 49%;
  text-align: right;
}

#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}

.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Trade Gothic LT Std", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}

/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}

.commentlist {
  list-style: none;
  margin: 0;
}

.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment .children {
  margin-top: 40px;
}

.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}

.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.commentlist .comment-author .says {
  display: none;
}

.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}

#respond {
  margin-bottom: 80px;
}

#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

#respond form label {
  color: #888888;
}

footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}

/* Misc & mixens
-------------------------------------------------------------- */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.clear {
  clear: both;
}

/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */
/* Those wide screens above 1280px */
@media only screen and (min-width: 1281px) {
  body {
    font-size: 2.5em;
    line-height: 1.5em;
  }
  article .title {
    font-size: 1.8em;
    line-height: 1.5em;
  }
  article .post-meta {
    font-size: 0.7em;
    line-height: 1em;
  }
  .menu-main-nav-container a, .side-title, .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
  #sidebar {
    font-size: 0.7em;
    line-height: 1.5em;
  }
  #sidebar h3 {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .side-title {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body, article .post-meta {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  article .title {
    font-size: 2em;
    line-height: 1.5em;
  }
  .site-title {
    font-size: 10px !important;
    line-height: 50px;
  }
  .menu-main-nav-container a, .side-title, .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  body, article .post-meta {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  article .title {
    font-size: 2em;
    line-height: 1.5em;
  }
  .site-title {
    font-size: 6px !important;
    line-height: 30px;
  }
  .menu-main-nav-container a, .side-title, .menu-main-container a {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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;
}

img {
  max-width: 100vw;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* 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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: 'Gotham';
  src: local("Gotham-Bold"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  src: local("Gotham-XLight"), url("../fonts/Gotham-XLight.woff2") format("woff2"), url("../fonts/Gotham-XLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: local("Helvetica Neue LT Std 55 Roman"), local("HelveticaNeueLTStd-Roman"), url("../fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trade Gothic LT Std';
  src: local("Trade Gothic LT Std Regular"), local("TradeGothicLTStd"), url("../fonts/TradeGothicLTStd.woff2") format("woff2"), url("../fonts/TradeGothicLTStd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trade Gothic LT Std';
  src: local("Trade Gothic LT Std Bold"), local("TradeGothicLTStd-Bold"), url("../fonts/TradeGothicLTStd-Bold.woff2") format("woff2"), url("../fonts/TradeGothicLTStd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.hide {
  display: none !important;
  opacity: 0 !important;
}

body {
  font-size: 18px;
  font-family: 'Helvetica Neue LT Std', helvetica, sans-serif;
}

h1 {
  font-size: 2.5em;
  color: #404040;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

h2 {
  font-size: 1.8em;
  color: #404040;
  font-weight: 500;
  margin-bottom: 0;
}

h3 {
  font-size: 1.5em;
  color: #AAAAAA;
  font-weight: 500;
  margin-bottom: 0;
}

p {
  font-size: 1rem;
  color: #404040;
  font-weight: 300;
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.titulo-siguiente-noticia,
.single-project-title,
.single-project-client {
  font-family: 'Trade Gothic LT Std', helvetica, sans-serif;
}

.post .title {
  font-family: 'Gotham', helvetica, sans-serif;
  font-weight: bold;
}

.cliente {
  font-family: 'Gotham', helvetica, sans-serif;
  font-weight: normal;
}

h2.has-text-align-right {
  line-height: 1.25 !important;
  border-right: solid 4px #404040 !important;
  padding-right: 24px;
  padding-top: 8px;
}

.has-text-align-right {
  text-align: right !important;
}

.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.site-header .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-header .logo-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header .logo-container a #logo {
  max-width: 350px;
  height: 80px;
}

@media only screen and (max-width: 1000px) {
  .site-header .logo-container a #logo {
    width: 60%;
    height: auto;
    margin: auto;
    padding-top: 32px;
    margin-bottom: 32px;
  }
}

.logo-container {
  margin: 20px auto;
}

.main-fluid {
  margin-top: 32px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

.video-cabecera {
  width: 100vw;
  height: auto;
  margin-bottom: 30px;
}

.video-cabecera video {
  width: 100%;
  height: auto;
}

.site-main {
  width: 100vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  grid-gap: 30px;
}

@media only screen and (min-width: 600px) {
  .site-main {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
}

@media only screen and (min-width: 600px) {
  .site-main .item-4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
  }
  .site-main .item-4 .main-trabajos-link {
    height: 80vh;
  }
}

.site-main .main-trabajos-link {
  display: -ms-grid;
  display: grid;
  height: 350px;
  -ms-grid-columns: (1fr)[10];
      grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: (1fr)[10];
      grid-template-rows: repeat(10, 1fr);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background-color: #eeeeee;
}

.site-main .main-trabajos-link .title-trabajos-container {
  -ms-grid-row: 1;
  -ms-grid-row-span: 10;
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-area: 1 / 1 / span 10 / span 10;
  text-align: left;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: start;
      justify-self: start;
  z-index: 2;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.site-main .main-trabajos-link .title-trabajos-container h2.single-project-title {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.site-main .main-trabajos-link .title-trabajos-container h3.single-project-client {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.site-main .main-trabajos-link .img-trabajos-container {
  -ms-grid-row: 1;
  -ms-grid-row-span: 10;
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-area: 1 / 1 / span 10 / span 10;
  z-index: 1;
}

.site-main .main-trabajos-link .img-trabajos-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-main .vds-link {
  height: auto !important;
}

.site-main .vds-link video {
  width: 100%;
  height: auto;
}

article.post {
  width: 100vw;
  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;
}

article.post .title {
  max-width: 1000px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  text-align: left;
  margin-left: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 900;
}

@media only screen and (max-width: 1000px) {
  article.post .title {
    line-height: 1;
  }
}

article.post .title br.only-mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  article.post .title br.only-mobile {
    display: block;
  }
}

article.post .title .cliente {
  font-weight: 300;
}

@media only screen and (min-width: 1000px) {
  article.post .title .cliente {
    margin-left: 0.5rem;
  }
}

article.post .the-content {
  width: 100vw;
}

article.post .the-content p, article.post .the-content h2 {
  line-height: 1.612;
  margin: 32px auto;
}

@media only screen and (max-width: 1000px) {
  article.post .the-content p, article.post .the-content h2 {
    margin: 2rem;
  }
}

article.post .the-content h2 {
  font-weight: bold;
}

article.post .wp-block-columns {
  margin: 32px auto;
}

article.post .wp-block-columns .wp-block-column p, article.post .wp-block-columns .wp-block-column h2 {
  line-height: 1.612;
}

@media only screen and (max-width: 1000px) {
  article.post .wp-block-columns .wp-block-column p, article.post .wp-block-columns .wp-block-column h2 {
    margin: 1rem 2rem;
  }
}

article.post .wp-block-image {
  max-width: 1000px;
  margin: auto;
}

article.post .wp-block-image img {
  margin-bottom: 30px;
}

article.post .wp-block-image.size-large {
  width: 100%;
  max-width: 100%;
}

article.post .wp-block-image.size-large img {
  width: 100%;
}

article.post .ancho-columna {
  max-width: 1000px !important;
}

article.post img, article.post video {
  width: 100%;
  max-width: 100%;
}

article.post p, article.post h2 {
  max-width: 1000px;
  text-align: left;
}

.otros-trabajos {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  margin: 2rem;
}

@media only screen and (min-width: 600px) {
  .otros-trabajos {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    margin: 0;
    margin-top: 4rem;
  }
}

.otros-trabajos img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .otros-trabajos img {
    height: 180px;
  }
}

.otros-trabajos .trabajo-relacionado-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px aqua;
  padding: 100px;
}

.otros-trabajos .enlace-relacionado {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto;
      grid-template: auto / auto;
}

.otros-trabajos .enlace-relacionado img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
}

.otros-trabajos .enlace-relacionado p {
  font-size: 1.5rem;
  font-weight: 900;
  color: #FFFFFF;
}

.otros-trabajos .enlace-relacionado .relacionado-container {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-flex-item-align: self-end;
      -ms-grid-row-align: self-end;
      align-self: self-end;
  padding: 1rem;
}

.otros-trabajos .enlace-relacionado .relacionado-container p + p {
  font-family: "Trade Gothic LT Std", helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.video-reel-container {
  width: 100vw;
}

#video-reel {
  width: 100%;
  height: auto;
}

.video-about-container {
  width: 100vw;
  height: auto;
}

.video-about-container video {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=main.css.map */