/* GRADIENT MIXIN */
/* GRADIEN MIXINS */
/* USAGE */
/*
  HTML5 Reset :: style.css
  ----------------------------------------------------------
  We have learned much from/been inspired by/taken code where offered from:

  Eric Meyer          :: http://meyerweb.com
  HTML5 Doctor        :: http://html5doctor.com
  and the HTML5 Boilerplate :: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
main,
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
picture img {
  width: 100%;
  height: auto;
}
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}
/* we use a lot of ULs that aren't bulleted.
  you'll have to restore the bullets within content,
  which is fine because they're probably customized anyway */
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus,
a:active {
  outline: none;
  color: black;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0;
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
html {
  scroll-behavior: smooth;
  font-size: 85%;
  line-height: 100%;
}
body {
  background-color: #FFFFFF;
}
body.body-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  scroll: none;
  overflow: hidden;
}
.page-header {
  display: none;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a {
  color: #2d2e80;
  text-decoration: none;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: only screen and (min-width:102.4rem);
}
.img-responsive {
  width: 100%;
  height: auto;
}
.site-main {
  max-width: 102.4rem;
  margin: 9rem auto 0;
  display: block;
  min-height: 80vh;
}
.home .site-main {
  min-height: 1px;
  max-width: 104.4rem;
}
.entry-content .slider {
  width: 100%;
  margin-bottom: 2rem;
}
.entry-content .video {
  width: 100%;
}
.entry-content .entry-paragraph a {
  text-decoration: underline;
}
.entry-content .entry-paragraph a:hover {
  text-decoration: none;
}
@media only screen and (min-width:48rem) {
  .entry-content {
    padding: 0;
  }
  .entry-content .entry-paragraph {
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
}
hr.separador {
  border: none;
  width: 100%;
  max-width: 102.4rem;
  margin: 1rem auto 0.25rem;
  height: 1rem;
  background: url('../img/pattern-congusto.svg') center left repeat-x;
  background-size: 1.5rem 0.75rem;
}
.section-title {
  display: block;
  line-height: 1.2;
}
.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  height: 2px;
  background: #ccc;
}
/* The progress bar (scroll indicator) */
.progress-bar {
  height: 2px;
  background: #dc0031;
  width: 0%;
}
.mfp-figure figcaption {
  display: none;
}
/* ---- button ---- */
.filters {
  text-align: center;
  margin: 0 auto;
  display: none;
}
.filters .button-group {
  margin: 0 auto;
  max-width: 128rem;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width:48rem) {
  .filters {
    display: block;
  }
}
.site .button {
  text-align: left;
  display: inline-block;
  padding: 0.5rem 3rem;
  background: #ffffff;
  font-family: 'GHTF-M';
  border: none;
  border-radius: 0;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s;
  pointer: cursor;
  width: auto;
}
.site .button p {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5rem;
  font-family: 'GHTF-B';
}
.button:hover {
  background-color: #ffffff;
  color: #000000;
}
.button:active.is-checked,
.button.is-checked {
  background-color: #dc0031;
  color: #ffffff;
}
.button-group:after {
  content: '';
  display: block;
  clear: both;
}
.video-widget {
  background: #000000;
  height: 100%;
}
.video-widget .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-widget .embed-container iframe,
.video-widget .embed-container object,
.video-widget .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-entry {
  padding: 1rem;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
}
.featured-entry .featured-content {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.featured-entry .entry-antetitle {
  color: #2d2e80;
  vertical-align: middle;
  margin-top: -1rem !important;
}
@media only screen and (min-width:48rem) {
  .featured-entry .featured-entry {
    padding: 2rem;
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.to-top {
  float: right;
  margin: 2rem 1rem 0 0;
  cursor: pointer;
}
/* LOAD MORE */
.load_more {
  display: block;
  clear: both;
  position: relative;
}
.load_more a,
.load_more .loader {
  display: block;
  height: 90px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 90px;
  background: #000;
  overflow: hidden;
  position: relative;
}
.load_more {
  display: block;
  clear: both;
  position: relative;
}
.load_more a:hover {
  color: #999;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.img-responsive img {
  width: 100%;
  height: auto;
}
.for-mobile {
  display: block;
}
@media only screen and (min-width:48rem) {
  .for-mobile {
    display: none !important;
  }
}
.for-desktop {
  display: none !important;
}
@media only screen and (min-width:48rem) {
  .for-desktop {
    display: block !important;
  }
}
.entry-single {
  background: #ffffff;
  margin-top: 10rem;
  width: 100%;
}
.entry-single hr.separador {
  background: url('../img/separador-single.svg') center no-repeat;
  background-size: 250%;
  display: block;
}
@media only screen and (min-width:48rem) {
  .entry-single hr.separador {
    width: 90%;
    margin-left: 0;
  }
}
.entry-single .entry-metadata {
  border-top: 1px solid #e5eaea;
  border-bottom: 1px solid #e5eaea;
  width: 100%;
  padding-top: 1rem;
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.entry-single .entry-metadata > div {
  width: 50%;
}
.entry-single .entry-metadata > div:last-child {
  width: 100%;
}
@media only screen and (min-width:48rem) {
  .entry-single .entry-metadata {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .entry-single .entry-metadata > div {
    width: 100%;
  }
}
.entry-single .entry-content {
  border-top: 0.25rem solid #2d2e80;
  padding-top: 3rem;
  margin: 0 1rem;
}
.entry-single .entry-content > .entry-image img {
  margin-top: -25%;
  width: 100%;
  height: auto;
}
.entry-single .entry-content > .entry-image a {
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 55%;
}
.entry-single .entry-header .entry-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  padding-right: 0;
  font-family: 'GHTF-B';
  font-weight: normal;
  margin: 1rem 0;
}
@media only screen and (min-width:48rem) {
  .entry-single .entry-header .entry-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    padding-right: 10%;
    font-weight: normal;
    margin: -0.25rem 0 4rem;
  }
}
.entry-single .entry-text {
  width: 100%;
  display: block;
  margin: 4rem auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: 'GHTF-L';
  color: #4e4e4d;
}
.entry-single .entry-text h3,
.entry-single .entry-text h2 {
  font-family: 'GHTF-B';
  color: #000000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 1rem 0 2rem;
  display: block;
}
.entry-single .entry-text p {
  display: block;
  margin-bottom: 2rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.entry-single .entry-text p a {
  color: #dc0031;
  text-decoration: underline;
}
.entry-single .entry-text p a:hover {
  color: #dc0031;
  text-decoration: none;
}
.entry-single .entry-text .wp-block-pullquote {
  max-width: 100%;
}
.entry-single .entry-text .wp-block-pullquote blockquote {
  margin-left: 0;
  max-width: 100%;
}
.entry-single .entry-text .wp-block-pullquote blockquote p {
  color: #dc0031;
  font-family: 'KHTF-FS';
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.1;
}
@media only screen and (min-width:48rem) {
  .entry-single .entry-text .wp-block-pullquote blockquote {
    padding-right: 10%;
    margin: 0 auto;
  }
  .entry-single .entry-text .wp-block-pullquote blockquote p {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width:76.8rem) {
  .entry-single .entry-text .wp-block-pullquote blockquote {
    max-width: 100%;
    padding-right: 20%;
    margin: 0 auto;
    margin-left: -20%;
  }
  .entry-single .entry-text .wp-block-pullquote blockquote p {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width:48rem) {
  .entry-single .entry-text {
    padding-right: 10%;
  }
}
.entry-single .wp-block-image {
  margin-bottom: 0;
  margin: 2rem 0 4rem;
}
.entry-single .wp-block-image img {
  width: 100%;
  height: auto;
}
.entry-single .wp-block-image figcaption {
  text-align: right;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #8e8e8d;
}
.entry-single .entry-aside {
  order: 2;
  width: 100%;
}
@media only screen and (min-width:48rem) {
  .entry-single {
    display: flex;
    flex-direction: row;
  }
  .entry-single .entry-metadata {
    width: 25%;
    margin: 0 2rem 0 0;
    border-top: 0.25rem solid #2d2e80;
    border-bottom: 0 solid #e5eaea;
    padding-top: 3rem;
  }
  .entry-single .entry-content {
    width: 75%;
    margin: 0 2rem 0 0;
  }
  .entry-single .entry-aside {
    width: 25%;
  }
}
figure.contacte {
  position: relative;
  display: block;
}
figure.contacte img {
  opacity: 1;
  width: 100%;
  height: auto;
}
figure.contacte:hover img {
  opacity: 0;
}
figure.contacte:hover:before {
  content: ' ';
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../img/lema-contacto.svg') center no-repeat;
  background-size: 100% 100%;
}
.firma {
  display: none;
}
.fecha,
.categorias,
.autor {
  font-family: 'GHTF-B';
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 2rem;
  display: block;
  width: 100%;
  color: #4e4e4d;
}
.fecha span,
.categorias span,
.autor span {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: 'GHTF-L';
  margin-top: 0rem;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.35;
  color: #8e8e8d;
}
.categorias a {
  text-transform: uppercase;
  color: #dc0031;
}
.categorias a:hover {
  color: #2d2e80;
}
.autor {
  display: flex;
  flex-direction: row;
}
.autor .autor-image {
  width: 100%;
  border-right: 1rem solid #ffffff;
}
.autor .autor-data {
  width: 200%;
  padding-right: 10%;
}
.autor .autor-data h5 {
  margin-top: 2rem;
  font-family: 'GHTF-M';
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1.1;
  display: block;
}
.autor .autor-data p {
  font-size: 9px;
  font-size: 0.9rem;
}
.section .section-header {
  display: block;
  text-transform: uppercase;
  margin: 1rem 1rem 1rem 1rem;
  border-top: 0.25rem solid #8e8e8d;
}
.section .section-header .section-title {
  margin-top: 1rem;
  font-size: 10px;
  font-size: 1rem;
  color: #8e8e8d;
}
.section .section-header .section-title:before {
  content: '';
  background: none;
  top: 0;
}
@media only screen and (min-width:48rem) {
  .section .section-header {
    margin: 1rem 0 2rem 0;
  }
}
.section .item {
  width: 100%;
  min-height: 21rem;
  background: #e5eaea;
  position: relative;
  margin-bottom: 2rem;
}
.section .item .categories {
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  top: 3.5rem;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'GHTF-B';
  color: #dc0031;
}
.section .item .categories:before {
  content: ' ';
  position: absolute;
  top: -1.5rem;
  left: 0.15rem;
  width: 2rem;
  height: 0.75rem;
  background: url('../img/blue-red-blue.svg') center left repeat-x;
  background-size: 100%;
}
.section .item .entry-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section .item .entry-header .entry-title {
  margin: 0;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: 'GHTF-L';
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section .item .entry-header .entry-title a {
  padding: 5.5rem 2rem 2rem 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000000;
}
.section .item .entry-header .entry-title a:hover {
  background: url('../img/bg-5.png');
}
.section .item .post-thumbnail {
  overflow: hidden;
}
.section .item .post-thumbnail img {
  width: 100%;
  height: auto;
}
.section .item .entry-content {
  display: none;
}
.prev-next {
  display: flex;
  flex-direction: row;
  margin: 2rem auto 5rem;
}
.prev-next a {
  width: 100%;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
  font-family: 'GHTF-B';
  color: #000000;
}
.prev-next a.prev {
  padding: 1rem 1rem 1rem 2.5rem;
  text-align: left;
  padding-right: 10%;
  border-right: 1rem solid #ffffff;
}
.prev-next a.prev:before {
  content: ' ';
  display: block;
  background-color: #dc0031;
  width: 0.65rem;
  height: 0.65rem;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  position: absolute;
  top: 1.5rem;
  left: 0.75rem;
}
.prev-next a.next {
  padding: 1rem 2.5rem 1rem 1rem;
  text-align: right;
  padding-left: 10%;
  border-left: 1rem solid #ffffff;
}
.prev-next a.next:before {
  content: ' ';
  display: block;
  background-color: #2d2e80;
  width: 0.65rem;
  height: 0.65rem;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
  position: absolute;
  top: 1.5rem;
  right: 0.75rem;
}
.prev-next a:hover {
  background-color: #e5eaea;
}
.prev-next a:hover:before {
  content: ' ';
  display: block;
  background-color: #ffffff;
  width: 0.65rem;
  height: 0.65rem;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari */
  transform: rotate(45deg);
}
@media only screen and (min-width:48rem) {
  .prev-next {
    margin: 2rem 10% 5rem 0;
  }
}
.search-form input {
  font-size: 12px;
  font-size: 1.2rem;
  color: #8e8e8d;
  line-height: 2rem;
  border: none;
  font-family: 'GHTF-L';
}
.search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8e8e8d;
  font-family: 'GHTF-L';
}
.search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8d;
  font-family: 'GHTF-L';
}
.search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8e8e8d;
  font-family: 'GHTF-L';
}
.search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8d;
  font-family: 'GHTF-L';
}
.search-form .section-header {
  margin-bottom: 1rem;
}
.search-form #search-form-alt {
  display: flex;
  flex-direction: row;
}
.search-form #search-form-alt input {
  width: 85%;
  font-size: 12px;
  font-size: 1.2rem;
  color: #8e8e8d;
  line-height: 2rem;
  border: none;
  font-family: 'GHTF-L';
}
.search-form #search-form-alt input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8e8e8d;
  font-family: 'GHTF-L';
}
.search-form #search-form-alt input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8d;
  font-family: 'GHTF-L';
}
.search-form #search-form-alt input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8e8e8d;
  font-family: 'GHTF-L';
}
.search-form #search-form-alt input:-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8d;
  font-family: 'GHTF-L';
}
.search-form #search-form-alt button {
  width: 15%;
  border: none;
  background: #ffffff;
}
@font-face {
  font-family: 'GHTF-B';
  src: url('../fonts/GothamHTF-Book.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/GothamHTF-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/GothamHTF-Book.woff') format('woff'), /* Modern Browsers */ url('../fonts/GothamHTF-Book.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/GothamHTF-Book.svg#8815e0559e42d2bb6d63fb542f63fc99') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'GHTF-L';
  src: url('../fonts/GothamHTF-Light.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/GothamHTF-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/GothamHTF-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/GothamHTF-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/GothamHTF-Light.svg#1f1d0900c5921e708beab42a3f9edc4f') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: 'GHTF-M';
  src: url('../fonts/GothamHTF-Medium.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/GothamHTF-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/GothamHTF-Medium.woff') format('woff'), /* Modern Browsers */ url('../fonts/GothamHTF-Medium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/GothamHTF-Medium.svg#05487aa5c1216ca29ce360668b852782') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'KHTF-J';
  src: url('../fonts/Knockout-HTF27-JuniorBantamwt.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Knockout-HTF27-JuniorBantamwt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Knockout-HTF27-JuniorBantamwt.woff') format('woff'), /* Modern Browsers */ url('../fonts/Knockout-HTF27-JuniorBantamwt.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Knockout-HTF27-JuniorBantamwt.svg#330cb8968bd6efb75362f75689f9ee31') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'KHTF-FS';
  src: url('../fonts/Knockout-HTF74-FullSumo.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/Knockout-HTF74-FullSumo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Knockout-HTF74-FullSumo.woff') format('woff'), /* Modern Browsers */ url('../fonts/Knockout-HTF74-FullSumo.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Knockout-HTF74-FullSumo.svg#428852d5ff63f76809942894603eee02') format('svg');
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
.menu-nav {
  position: fixed;
  z-index: 5;
  top: 6rem;
  right: 2rem;
  padding: 2rem;
}
.menu-nav ul.menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  display: none;
}
.menu-nav ul.menu li {
  margin: 0 0 0 3rem;
  display: block;
}
.menu-nav ul.menu li a {
  color: #2d2e80;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'GHTF-M';
  line-height: 1;
  padding: 0.5rem 0;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}
.menu-nav ul.menu li a:hover {
  text-decoration: none;
  color: #dc0031;
}
.menu-nav ul.menu .current-menu-item a {
  color: #2d2e80;
  border-top: 0.2rem solid #dc0031;
}
.menu-nav ul.menu .current-menu-item a:hover {
  color: #dc0031;
  text-decoration: none;
}
.menu-nav .lenguage-nav {
  display: none;
}
.menu-nav.active {
  background: #FFFFFF;
  overflow-y: scroll;
  position: fixed;
  padding-bottom: 4rem;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 5;
}
.menu-nav.active ul.menu {
  display: flex;
  top: 14rem;
  position: absolute;
  left: 0;
  right: 0;
}
.menu-nav.active ul.menu li {
  text-align: center;
  margin: 0 auto 1rem;
}
.menu-nav.active .lenguage-nav {
  display: block;
  text-align: center;
  position: relative;
  top: 6rem;
  z-index: 5;
}
.menu-nav.active .lenguage-nav li {
  margin: 1rem;
}
@media only screen and (min-width:76.8rem) {
  .menu-nav ul.menu {
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .menu-nav ul.menu li {
    width: 50%;
    margin: 0 0 0 2rem;
  }
  .menu-nav ul.menu li a {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
  }
  .menu-nav ul.menu li ul > li {
    padding: 0;
    width: 100%;
  }
  .menu-nav .lenguage-nav {
    margin: 1rem 1rem 0 0;
    display: block;
  }
}
@media only screen and (min-width:48rem) {
  .menu-nav {
    top: 5rem;
    padding: 0;
    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width:76.8rem) {
  .menu-nav ul.menu {
    display: flex;
    flex-direction: row;
  }
  .menu-nav ul.menu li {
    width: auto;
    padding-left: 0;
    margin: 0 0 0 2rem;
  }
  .menu-nav ul.menu li ul.sub-menu {
    border-bottom: none;
  }
  .menu-nav ul.menu li ul.sub-menu li {
    display: none;
  }
  .menu-nav.active {
    padding: 2rem;
  }
  .menu-nav.active ul.menu {
    height: 100%;
  }
  .menu-nav.active ul.menu li {
    padding: 0 0 0 0;
    text-align: right;
    width: 25%;
  }
  .menu-nav.active ul.menu li ul > li {
    width: 100%;
    display: block;
    padding: 0;
  }
  .menu-nav .lenguage-nav {
    margin: 0 0 0 0;
    position: absolute;
    top: -3rem;
    right: 0;
  }
}
#burguer {
  display: block;
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  height: 1.7rem;
  width: 2rem;
  z-index: 6;
}
#burguer span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #000000;
  transition: 0.1s;
}
#burguer span:first-child {
  top: 2px;
}
#burguer span:last-child {
  top: 18px;
}
#burguer:hover {
  cursor: pointer;
}
#burguer.active span {
  opacity: 0;
  top: 50%;
  background: #000000;
}
#burguer.active span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}
#burguer.active span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}
@media only screen and (min-width:76.8rem) {
  #burguer {
    top: 1.5rem;
    right: 0;
    height: 1.35rem;
    display: none;
  }
}
.site-header .site-branding {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 5;
  margin: 0 auto;
  background: #FFFFFF;
  max-width: 126rem;
  transition: all 0.2s ease-in-out;
}
.site-header .site-branding .header-content {
  position: relative;
  margin: 0 auto;
  max-width: 102.4rem;
  height: 9rem;
}
.site-header .site-title {
  top: 1rem;
  left: calc(50vw - 8rem);
  right: calc(50vw - 8rem);
  max-width: 16rem;
  z-index: 9999;
  position: absolute;
}
.site-header .site-title a {
  display: block;
  line-height: 0;
}
.site-header.active {
  position: absolute;
  z-index: 6;
  width: auto;
}
@media only screen and (min-width:48rem) {
  .site-header .site-title {
    left: 1rem;
  }
}
@media only screen and (min-width:76.8rem) {
  .site-header .site-title {
    left: 0;
    top: 1.25rem;
    max-width: 14rem;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  height: 10rem;
  background-color: transparent;
  text-align: center;
  line-height: 40px;
}
.header.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.header.headroom--pinned {
  transform: translateY(0%);
}
.header.headroom--unpinned {
  transform: translateY(-100%);
}
.header.active {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
}
.lenguage-nav {
  display: block;
  text-align: right;
  margin-top: 1.5rem;
}
.lenguage-nav li {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 1;
  margin-left: 2rem;
  display: inline-block;
}
.lenguage-nav li a {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-family: 'GHTF-M';
  color: #8e8e8d;
}
.lenguage-nav li a.active {
  color: #2d2e80;
}
.home .site-opening {
  position: relative;
  max-width: 104.4rem;
  margin: 0 auto 1.25rem;
}
.home .site-opening .slogan {
  position: absolute;
  top: 4rem;
  left: 2rem;
}
.home .site-opening .slogan .site-slogan {
  font-family: 'KHTF-FS';
  font-size: 25.75px;
  font-size: 2.575rem;
  line-height: 1;
  text-transform: uppercase;
  color: #dc0031;
  margin-bottom: 1rem;
  display: block;
  position: relative;
  z-index: 3;
}
.home .site-opening .slogan .site-slogan span {
  margin: 0 0 4rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'GHTF-L';
  color: #2d2e80;
  display: block;
  width: 100%;
}
.home .site-opening .slogan .site-slogan.blue::after {
  position: absolute;
  bottom: -2.5rem;
  left: 0.25rem;
  right: 0;
  content: ' ';
  border: none;
  width: 3rem;
  height: 1rem;
  background: url('../img/red-blue-red.svg') center left repeat-x;
  background-size: 100%;
}
@media only screen and (min-width:48rem) {
  .home .site-opening .slogan {
    top: 3vh;
    left: 2rem;
  }
  .home .site-opening .slogan .site-slogan {
    font-size: 40px;
    font-size: 4rem;
  }
  .home .site-opening .slogan .site-slogan span {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width:76.8rem) {
  .home .site-opening .slogan {
    top: 8vh;
    left: 8rem;
  }
  .home .site-opening .slogan .site-slogan {
    font-size: 60px;
    font-size: 6rem;
  }
  .home .site-opening .slogan .site-slogan span {
    font-size: 30px;
    font-size: 3rem;
  }
}
.home .site-opening .site-description {
  margin: 2rem auto 0 0;
  text-align: left;
  padding: 0;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
  z-index: 7;
}
.home .site-opening .img-desktop {
  display: none;
}
@media only screen and (min-width:48rem) {
  .home .site-opening {
    border-left: 1.1rem solid #ffffff;
    border-right: 1.1rem solid #ffffff;
  }
  .home .site-opening .img-mobile {
    display: none;
  }
  .home .site-opening .img-desktop {
    display: block;
  }
  .home .site-opening .site-slogan {
    font-size: 55px;
    font-size: 5.5rem;
  }
  .home .site-opening .site-description {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (min-width:102.4rem) {
  .home .site-opening .site-slogan {
    font-size: 65px;
    font-size: 6.5rem;
  }
  .home .site-opening .site-description {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.home .video {
  position: relative;
  top: 2rem;
  left: 0;
  right: 0;
  z-index: -1;
  padding: 2rem;
}
.home .embed-container {
  top: 3.5rem;
}
@media only screen and (min-width:48rem) {
  .home .embed-container {
    top: 0;
  }
}
.article-list {
  margin: 0 auto;
  width: 100%;
  max-width: 104.4rem;
}
.article-list:after,
.article-list:before {
  content: ' ';
  display: block;
  clear: both;
}
.article-list .grid-sizer,
.article-list .item {
  width: 100%;
}
.article-list .item {
  height: 25rem;
  width: 100%;
  border: 1.1rem solid #FFFFFF;
  overflow: hidden;
}
.article-list .item.double-height {
  height: 36rem;
}
.article-list .item.double-height.studiProjects {
  height: 33rem;
}
.article-list .item .entry-content {
  background-size: 100% auto !important;
  background-position: bottom center !important;
}
.article-list .item .entry-content .featured-content {
  padding: 0;
}
.article-list .item .entry-content .featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
@media only screen and (min-width:48rem) {
  .article-list .item .entry-content .featured-content .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width:76.8rem) {
  .article-list .item .entry-content .featured-content .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.article-list .item .cases-entry {
  margin: 0;
}
.article-list .item .cases-entry .featured-content {
  padding: 0;
}
.article-list .item .cases-entry .cases-studies {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.article-list .item .cases-entry .cases-studies .entry-antetitle {
  color: #2d2e80;
}
.article-list .item .cases-entry .cases-studies .entry-title {
  font-size: 14px;
  font-size: 1.4rem;
  color: #2d2e80;
}
.article-list .item .cases-entry .cases-studies li {
  background: #e5eaea;
  width: 50%;
  border-right: 1rem solid #ffffff;
  border-bottom: 2.1rem solid #ffffff;
}
.article-list .item .cases-entry .cases-studies li img {
  width: 100%;
  height: auto;
}
.article-list .item .cases-entry .cases-studies li:nth-child(even) {
  border-right: 0rem solid #ffffff;
  border-left: 1rem solid #ffffff;
}
.article-list .item .cases-entry .cases-studies li:first-child {
  padding: 1rem;
}
@media only screen and (min-width:48rem) {
  .article-list .item .cases-entry .cases-studies li {
    min-height: 20rem;
  }
}
.article-list .item .entry-antetitle {
  display: block;
  position: relative;
  margin-top: 0rem !important;
  margin-bottom: 3.5rem;
  letter-spacing: 0.15rem;
  font-size: 11px;
  font-size: 1.1rem;
}
.article-list .item .entry-antetitle:after {
  content: ' ';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 3rem;
  height: 1rem;
  background: url('../img/red-blue-red.svg') center left repeat-x;
  background-size: 100%;
}
.article-list .item:nth-child(2) {
  min-height: 31rem;
}
.article-list .item:nth-child(2) .entry-title {
  color: #ffffff;
  text-transform: none;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
}
.article-list .item:nth-child(2) .entry-antetitle {
  color: #ffffff;
}
.article-list .item:nth-child(2) .entry-antetitle:after {
  content: ' ';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 3rem;
  height: 1rem;
  background: url('../img/white-red-white.svg') center left repeat-x;
  background-size: 100%;
}
.article-list .item:last-child {
  height: 16rem !important;
}
.article-list .item:last-child .featured-content {
  padding: 1rem 1rem 1rem 54%;
}
.article-list .item:last-child .entry-title {
  color: #ffffff;
}
.article-list .item:last-child .entry-antetitle {
  color: #ffffff;
}
.article-list .item:last-child .entry-antetitle:after {
  content: ' ';
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 3rem;
  height: 1rem;
  background: url('../img/blue-white-blue.svg') center left repeat-x;
  background-size: 100%;
}
@media only screen and (min-width:48rem) {
  .article-list .grid-sizer,
  .article-list .item {
    width: 50%;
    height: 26.25rem;
  }
  .article-list .grid-sizer a,
  .article-list .item a {
    color: #2d2e80;
  }
  .article-list .grid-sizer .entry-content,
  .article-list .item .entry-content {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .article-list .grid-sizer .featured-content,
  .article-list .item .featured-content {
    padding: 1rem;
  }
  .article-list .grid-sizer:nth-child(2),
  .article-list .item:nth-child(2) {
    min-height: 26.2rem;
  }
  .article-list .grid-sizer:last-child,
  .article-list .item:last-child {
    height: 19rem !important;
  }
  .article-list .grid-sizer:last-child .featured-content,
  .article-list .item:last-child .featured-content {
    padding: 1rem 1rem 1rem 54% !important;
  }
  .article-list .item.double {
    width: 50%;
  }
  .article-list .item.triple {
    width: 50%;
  }
  .article-list .item.double-height {
    height: 52.4rem;
  }
  .article-list .item.double-height.studiProjects {
    height: 45rem;
  }
  .article-list .item .cases-entry .cases-studies li {
    height: 26.1rem;
  }
  .article-list .item .cases-entry .cases-studies li:first-child {
    padding: 1rem;
  }
}
@media only screen and (min-width:76.8rem) {
  .article-list .grid-sizer,
  .article-list .item {
    width: 25%;
  }
  .article-list .item.double {
    width: 50%;
  }
  .article-list .item.double.studiProjects {
    height: 52rem;
  }
  .article-list .item.double.studiProjects .featured-content {
    padding: 0 !important;
  }
  .article-list .item.double.studiProjects .featured-content .cases-studies li {
    padding: 3rem;
  }
  .article-list .item.triple {
    width: 75%;
  }
  .article-list .item:last-child {
    height: 25.9rem !important;
  }
  .article-list .item:nth-child(2) .featured-content .entry-title {
    font-size: 29px !important;
    font-size: 2.9rem !important;
  }
  .article-list .entry {
    position: relative;
  }
  .article-list .entry .entry-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
  }
  .article-list .entry .featured-content {
    padding: 2rem !important;
  }
  .article-list .entry .entry-title {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #2d2e80;
    font-family: 'GHTF-L';
    margin-top: 1rem;
    font-weight: normal;
  }
}
/* TEXT*/
.site-title {
  font-family: 'GHTF-M';
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
.site-slogan {
  font-family: 'GHTF-M';
  font-weight: 700;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
}
@media only screen and (min-width:48rem) {
  .site-slogan {
    font-size: 70px;
    font-size: 7rem;
  }
}
.section-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'GHTF-L';
  line-height: 1.1;
  margin-bottom: 0.95rem;
}
@media only screen and (min-width:48rem) {
  .section-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.entry-section {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  font-family: 'GHTF-L';
  text-transform: uppercase;
  margin-bottom: 1.35rem;
}
.entry-subtitle {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.35;
  margin-top: -3px;
  margin-bottom: 1.65rem;
}
.entry-paragraph p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.45;
  margin-top: -2px;
}
.entry-antetitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.15;
  text-transform: uppercase;
  display: block;
  font-family: 'GHTF-M';
}
.entry-tagline {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.25;
  max-width: 50%;
}
.entry-subtitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.35;
  font-weight: bold;
  display: block;
}
.entry-paragraph-title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: bold;
  display: block;
  font-family: 'GHTF-M';
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (min-width:48rem) {
  .entry-paragraph-title {
    max-width: 70rem;
  }
}
.entry-paragraph {
  margin: 0 auto;
  padding: 2rem;
}
.entry-paragraph p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: -2px 0 2rem 0;
  padding: 0;
  display: block;
}
.entry-paragraph.columns p {
  column-count: 2;
  column-gap: 4rem;
}
.entry-text-image {
  background: #343434;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.entry-text-image .entry-text-image_image {
  width: 100%;
  min-height: 40rem;
}
.entry-text-image .entry-text-image_text {
  width: 100%;
  padding: 5rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #ffffff;
}
.entry-text-image .entry-text-image_text p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
  max-width: 50rem;
  font-family: 'GHTF-L';
}
.entry-text-image .entry-text-image_text a {
  color: #ffffff;
  text-decoration: underline;
}
.entry-text-image .entry-text-image_text a:hover {
  text-decoration: none;
}
.entry-text-image.img-to-right .entry-text-image_image {
  order: 2;
}
.entry-text-image.img-to-right .entry-text-image_text {
  order: 1;
}
@media only screen and (min-width:48rem) {
  .entry-text-image {
    flex-direction: row;
  }
  .entry-text-image .entry-text-image_image,
  .entry-text-image .entry-text-image_text {
    width: 50%;
  }
}
.entry-featured {
  padding: 5rem 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15;
  font-family: 'GHTF-L';
  font-style: normal;
}
.entry-featured p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15;
  font-family: 'GHTF-L';
  font-style: normal;
  color: #dc0031;
  display: block;
  max-width: 40rem;
}
.entry-featured p em {
  font-style: normal;
}
.entry-featured.quote p {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 4rem;
}
.entry-featured.quote strong {
  text-align: right;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  color: #8e8e8d;
  margin: 1rem 0 0.5rem;
  max-width: 40rem;
}
.entry-featured.quote em {
  text-align: right;
  display: block;
  color: #8e8e8d;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.25;
  max-width: 40rem;
  font-style: normal;
  padding-left: 20rem;
}
.entry-gallery {
  display: flex;
  flex-direction: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
.entry-gallery .entry-image {
  display: table-cell;
  margin: 0;
  width: 50%;
}
.entry-gallery .entry-image a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.entry-gallery .entry-image a .entry-caption {
  display: table;
  caption-side: bottom;
  padding: 1rem;
  margin: 1rem;
  opacity: 0;
  background: #ffffff;
}
.entry-gallery .entry-image a .entry-caption p {
  color: #000000;
}
.entry-gallery .entry-image a:hover {
  opacity: 0.95;
  cursor: zoom-in;
}
.entry-gallery .entry-image a:hover .entry-caption {
  opacity: 1;
}
@media only screen and (min-width:48rem) {
  .entry-gallery .entry-image {
    width: 50%;
    max-width: inherit;
  }
}
@media only screen and (min-width:76.8rem) {
  .entry-gallery .entry-image {
    width: 50%;
    max-width: inherit;
  }
}
@media only screen and (min-width:48rem) {
  .entry-gallery.two-columns .entry-image {
    width: 50%;
    max-width: inherit;
  }
}
@media only screen and (min-width:76.8rem) {
  .entry-gallery.two-columns .entry-image {
    width: 50%;
    max-width: inherit;
  }
}
@media only screen and (min-width:48rem) {
  .entry-gallery.three-columns .entry-image {
    width: 33.33333333%;
    max-width: inherit;
  }
}
@media only screen and (min-width:76.8rem) {
  .entry-gallery.three-columns .entry-image {
    width: 33.33333333%;
    max-width: inherit;
  }
}
@media only screen and (min-width:48rem) {
  .entry-gallery.four-columns .entry-image {
    width: 25%;
    max-width: inherit;
  }
}
@media only screen and (min-width:76.8rem) {
  .entry-gallery.four-columns .entry-image {
    width: 25%;
    max-width: inherit;
  }
}
.entry-gr-items {
  width: 100%;
  padding: 3rem 0;
}
.entry-gr-items ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}
.entry-gr-items ul li {
  text-align: center;
}
.entry-gr-items ul li p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e5eaea;
  font-family: 'ASM';
}
.entry-txt-items {
  padding: 2rem 0;
  width: 100%;
  max-width: 56rem;
  text-align: center;
}
.entry-txt-items .section-title {
  font-size: 20px !important;
  font-size: 2rem !important;
  font-family: 'GHTF-M' !important;
  font-weight: bold;
  color: #000000 !important;
}
.entry-txt-items ul {
  display: flex;
  justify-content: center;
}
.entry-txt-items ul li {
  display: inline-block;
  text-align: center;
  font-size: 750%;
  margin: 3.5%;
  line-height: 1;
  max-width: 38%;
}
.entry-txt-items ul li .value-title {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'GHTF-L';
  display: block;
  margin-bottom: 2rem;
}
.entry-txt-items ul li .counter-positive {
  display: inline;
}
.entry-txt-items ul li .valor-item {
  font-size: 30px;
  font-size: 3rem;
}
.entry-txt-items ul li p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.25;
  display: block;
  margin: 1rem 0;
}
.entry-list {
  padding: 0;
  margin: 3rem 1rem 0 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.entry-list li {
  list-style: none;
  padding: 0;
  margin: 1rem 1rem 1rem 2rem;
  padding-left: 1rem;
  line-height: 1.5;
  color: #4e4e4d;
}
.entry-list li:before {
  margin: 0 1rem 0 -2rem;
  content: ' ';
  background: url('../img/blue-bullet.svg') center no-repeat;
  background-size: 100% 100%;
  width: 0.75rem;
  height: 0.75rem;
  text-align: left;
  display: inline-block;
}
.entry-list li strong {
  font-family: 'GHTF-B';
}
.entry-list.ordered {
  margin: 5rem 0;
  counter-reset: item;
}
.entry-list.ordered li {
  margin-left: -1rem;
  counter-increment: item;
  display: table;
}
.entry-list.ordered li:before {
  padding-right: 1.5rem;
  vertical-align: top;
  content: counter(item);
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'GHTF-L';
  color: #dc0031;
  text-align: left;
  display: table-cell;
}
@media only screen and (min-width:48rem) {
  .entry-list.ordered li {
    margin-left: -3.5rem;
  }
}
@media only screen and (min-width:76.8rem) {
  .entry-list {
    margin: 9rem 0 0 0;
  }
}
.slider {
  position: relative;
  clear: both;
}
.slider .owl-carousel {
  position: relative;
}
.slider .owl-carousel .owl-nav {
  position: absolute;
  top: 43.5%;
  width: 95%;
  margin-left: 2.5%;
}
.slider .owl-carousel .owl-nav .owl-prev {
  display: block;
  height: 58px;
  width: 29px;
  left: 5px;
  top: 0;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider .owl-carousel .owl-nav .owl-next {
  display: block;
  height: 58px;
  width: 29px;
  right: 5px;
  top: 0;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider .owl-carousel .owl-nav .icon-prev {
  background: url('../img/prev-white.svg') center no-repeat;
  background-size: 100%;
  height: 58px;
  width: 29px;
  display: block;
}
.slider .owl-carousel .owl-nav .icon-next {
  background: url('../img/next-white.svg') center no-repeat;
  background-size: 100%;
  height: 58px;
  width: 29px;
  display: block;
}
.slider .owl-carousel .entry-image {
  max-width: 100%;
}
.slider .owl-carousel .entry-image a {
  display: block;
}
.slider .owl-carousel .figcaption {
  padding-right: 4rem;
}
.slider .slide-num {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  line-height: 2;
  color: #e5eaea;
  letter-spacing: 0.25rem;
}
.slider .slide-num .num {
  color: #000000;
}
@media only screen and (min-width:76.8rem) {
  .slider .owl-carousel .owl-nav {
    width: 115%;
    margin-left: -7.5%;
  }
  .slider .owl-carousel .owl-nav .owl-prev {
    left: 20px;
  }
  .slider .owl-carousel .owl-nav .owl-next {
    right: 20px;
  }
  .slider .owl-carousel .owl-nav .icon-prev {
    background: url('../img/prev.svg') center no-repeat;
  }
  .slider .owl-carousel .owl-nav .icon-next {
    background: url('../img/next.svg') center no-repeat;
  }
}
.page .wp-block-accordion {
  border-left: 0 solid #ffffff;
  border-right: 0 solid #ffffff;
}
.page .wp-block-accordion .entry-antetitle {
  position: relative;
  margin-top: 4rem;
  font-family: 'GHTF-L';
  display: block;
  letter-spacing: 0.15rem;
  font-size: 12px;
  font-size: 1.2rem;
}
.page .wp-block-accordion .entry-antetitle:before {
  position: absolute;
  top: -2rem;
  left: 0;
  content: ' ';
  border: none;
  margin: 0 auto;
  width: 3rem;
  height: 1rem;
  background: url('../img/blue-red-blue.svg') center left repeat-x;
  background-size: 100%;
}
.page .wp-block-accordion .entry-antetitle,
.page .wp-block-accordion .entry-title {
  color: #dc0031;
}
.page .wp-block-accordion .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: 'GHTF-B';
}
.page .wp-block-accordion:nth-child(even) .entry-antetitle {
  position: relative;
  margin-top: 4rem;
}
.page .wp-block-accordion:nth-child(even) .entry-antetitle:before {
  position: absolute;
  top: -2rem;
  left: 0;
  content: ' ';
  border: none;
  margin: 0 auto;
  width: 3rem;
  height: 1rem;
  background: url('../img/red-blue-red.svg') center left repeat-x;
  background-size: 100%;
}
.page .wp-block-accordion:nth-child(even) .entry-antetitle,
.page .wp-block-accordion:nth-child(even) .entry-title {
  color: #2d2e80;
}
.case-studies {
  max-width: 104.4rem;
}
.case-studies .entry-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.case-studies .entry-list .entry {
  width: 50%;
  border: 0.5rem solid white;
}
.case-studies .entry-list .entry:first-child {
  width: 100%;
}
@media only screen and (min-width:48rem) {
  .case-studies .entry-list .entry {
    border: 1rem solid white;
    width: 25%;
  }
  .case-studies .entry-list .entry:first-child {
    width: 50%;
  }
}
.contacto .wp-block-header {
  height: auto;
}
.section-team {
  margin: 6rem 0 3rem;
}
.section-team .team-list {
  display: block;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-team .team-list .team-member {
  margin: 1rem 2%;
  width: 46%;
}
.section-team .team-list .team-member .member-name {
  font-family: 'GHTF-M';
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  display: block;
  margin: 0.75rem 0 0.35rem 0;
}
.section-team .team-list .team-member .member-work {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}
@media only screen and (min-width:48rem) {
  .section-team .team-list .team-member {
    width: 23%;
    max-width: 18rem;
    margin: 1rem;
  }
}
.about .menu {
  margin-bottom: 2rem;
}
.about .menu a {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}
.about .section-content {
  background: #ffffff;
}
.about .section-content p {
  display: block;
  margin: 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.about .section-content .entry-header {
  opacity: 1;
  top: 1rem;
  left: 1rem;
}
.about .section-content .entry-header .entry-content {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.blog .site-main {
  max-width: 104.4rem;
}
.blog .site-main .grid-sizer {
  width: 100%;
}
.blog .site-main .item {
  width: 100%;
  min-height: 30rem;
  border: 1rem solid #ffffff;
  background: #e5eaea;
  position: relative;
}
.blog .site-main .item:nth-child(2) {
  background: #2d2e80;
}
.blog .site-main .item:nth-child(2) .categories {
  top: 50%;
  color: #ffffff;
}
.blog .site-main .item:nth-child(2) .categories:before {
  background: url('../img/red-white-red.svg') center left repeat-x;
  background-size: 100%;
}
.blog .site-main .item:nth-child(2) .entry-header .entry-title {
  padding-top: 45%;
}
.blog .site-main .item:nth-child(2) .entry-header .entry-title a {
  color: #ffffff;
}
.blog .site-main .item:nth-child(2),
.blog .site-main .item:nth-child(3) {
  height: 50rem;
}
.blog .site-main .item:nth-child(2) .categories,
.blog .site-main .item:nth-child(3) .categories {
  top: 33rem;
}
.blog .site-main .item:nth-child(2) .entry-header .entry-title a,
.blog .site-main .item:nth-child(3) .entry-header .entry-title a {
  padding-top: 35rem;
}
.blog .site-main .item:nth-child(6),
.blog .site-main .item:nth-child(7),
.blog .site-main .item:nth-child(8) {
  height: 50rem;
}
.blog .site-main .item:nth-child(6) .categories,
.blog .site-main .item:nth-child(7) .categories,
.blog .site-main .item:nth-child(8) .categories {
  top: 31rem;
}
.blog .site-main .item:nth-child(6) .entry-header .entry-title a,
.blog .site-main .item:nth-child(7) .entry-header .entry-title a,
.blog .site-main .item:nth-child(8) .entry-header .entry-title a {
  padding-top: 33rem;
}
.blog .site-main .item:nth-child(5) {
  background-color: #2d2e80;
}
.blog .site-main .item:nth-child(5) .categories {
  color: #ffffff;
}
.blog .site-main .item:nth-child(5) .categories:before {
  background: url('../img/red-white-red.svg') center left repeat-x;
  background-size: 100%;
}
.blog .site-main .item:nth-child(5) .entry-header .entry-title a {
  color: #ffffff;
}
.blog .site-main .item:nth-child(9) {
  background-color: #dc0031;
}
.blog .site-main .item:nth-child(9) .categories {
  color: #ffffff;
}
.blog .site-main .item:nth-child(9) .categories:before {
  background: url('../img/blue-white-blue.svg') center left repeat-x;
  background-size: 100%;
}
.blog .site-main .item:nth-child(9) .entry-header .entry-title a {
  color: #ffffff;
}
.blog .site-main .item .categories {
  position: absolute;
  z-index: 2;
  left: 2rem;
  top: 3.5rem;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: 'GHTF-B';
  color: #dc0031;
}
.blog .site-main .item .categories:before {
  content: ' ';
  position: absolute;
  top: -1.5rem;
  left: 0.15rem;
  width: 2rem;
  height: 0.75rem;
  background: url('../img/blue-red-blue.svg') center left repeat-x;
  background-size: 100%;
}
.blog .site-main .item .entry-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog .site-main .item .entry-header .entry-title {
  margin: 0;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
  font-family: 'GHTF-L';
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog .site-main .item .entry-header .entry-title a {
  padding: 5.5rem 2rem 2rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000000;
}
.blog .site-main .item .entry-header .entry-title a:hover {
  background: url('../img/bg-5.png');
}
.blog .site-main .item .post-thumbnail {
  overflow: hidden;
}
.blog .site-main .item .post-thumbnail img {
  width: 100%;
  height: auto;
}
.blog .site-main .item .entry-content {
  display: none;
}
@media only screen and (min-width:48rem) {
  .blog .site-main {
    margin: 11rem auto 0;
  }
  .blog .site-main .grid-sizer {
    width: 25%;
  }
  .blog .site-main .item {
    width: 25%;
    min-height: 25rem;
    overflow: hidden;
  }
  .blog .site-main .item:nth-child(3) .categories,
  .blog .site-main .item:nth-child(6) .categories,
  .blog .site-main .item:nth-child(7) .categories,
  .blog .site-main .item:nth-child(8) .categories {
    top: 4rem;
  }
  .blog .site-main .item:nth-child(3) .entry-header .entry-title a,
  .blog .site-main .item:nth-child(6) .entry-header .entry-title a,
  .blog .site-main .item:nth-child(7) .entry-header .entry-title a,
  .blog .site-main .item:nth-child(8) .entry-header .entry-title a {
    padding-top: 6rem;
  }
  .blog .site-main .item:nth-child(2) {
    width: 50%;
    height: 50rem;
  }
  .blog .site-main .item:nth-child(2) .post-thumbnail {
    max-height: 48rem;
    overflow: hidden;
  }
  .blog .site-main .item:nth-child(2) .categories {
    top: 73%;
  }
  .blog .site-main .item:nth-child(2) .entry-header .entry-title {
    background: url('../img/degradat-50.png');
  }
  .blog .site-main .item:nth-child(2) .entry-header .entry-title:hover {
    background: url('../img/degradat-50.png');
  }
  .blog .site-main .item:nth-child(2) .entry-header .entry-title a {
    color: #ffffff;
    padding-right: 50%;
    padding-top: 37rem !important;
  }
  .blog .site-main .item:nth-child(3),
  .blog .site-main .item:nth-child(6),
  .blog .site-main .item:nth-child(7),
  .blog .site-main .item:nth-child(8) {
    width: 50%;
    height: 25rem;
  }
  .blog .site-main .item:nth-child(3) .post-thumbnail,
  .blog .site-main .item:nth-child(6) .post-thumbnail,
  .blog .site-main .item:nth-child(7) .post-thumbnail,
  .blog .site-main .item:nth-child(8) .post-thumbnail {
    width: 52%;
    height: 25rem;
    overflow: hidden;
  }
  .blog .site-main .item:nth-child(3) .categories,
  .blog .site-main .item:nth-child(6) .categories,
  .blog .site-main .item:nth-child(7) .categories,
  .blog .site-main .item:nth-child(8) .categories {
    left: 56%;
  }
  .blog .site-main .item:nth-child(3) .entry-title a,
  .blog .site-main .item:nth-child(6) .entry-title a,
  .blog .site-main .item:nth-child(7) .entry-title a,
  .blog .site-main .item:nth-child(8) .entry-title a {
    padding-left: 56%;
  }
  .blog .site-main .item:nth-child(8) .categories {
    left: 2rem;
  }
  .blog .site-main .item:nth-child(8) .entry-title a {
    padding-left: 2rem;
    padding-right: 52%;
  }
  .blog .site-main .item:nth-child(8) .post-thumbnail {
    position: absolute;
    right: 0;
  }
}
/* Pagination */
.page-numbers {
  display: block;
  list-style: none;
  margin: 0 auto;
  max-width: 104.4rem;
  text-align: right;
}
.page-numbers li {
  display: inline-block;
  margin: 1rem 0 0 1rem;
  text-align: center;
  background: #2d2e80;
  color: #ffffff;
  font-family: 'GHTF-B';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3rem;
}
.page-numbers li span.current {
  background: #dc0031;
  min-width: 3rem;
  text-align: center;
}
.page-numbers li a {
  display: block;
  color: #ffffff;
  min-width: 3rem;
  padding: 0 1rem;
}
.page-numbers li a.next,
.page-numbers li a.prev {
  display: none;
  width: 0;
  padding: 0;
  margin: 0;
}
.page-numbers li a.page-numbers:hover {
  text-decoration: none;
}
.contact-form {
  text-align: center;
  max-width: 56rem;
  margin: 5rem auto 2rem;
  padding: 0 1rem;
}
.contact-form .section-title {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  text-align: left;
  margin: 3rem auto;
  font-family: 'GHTF-M';
  font-weight: 700;
  color: #000000;
  text-transform: none;
}
.contact-form .wpcf7-form input {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  width: 100%;
  margin: 1rem 0 1.5rem 0;
  line-height: 3;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
}
.contact-form .wpcf7-form input::placeholder {
  color: #000000;
  opacity: 1;
}
.contact-form .wpcf7-form input:-ms-input-placeholder {
  color: #000000;
}
.contact-form .wpcf7-form input::-ms-input-placeholder {
  color: #000000;
}
.contact-form .wpcf7-form .wpcf7-submit {
  line-height: 2.5;
  padding-top: 0.5rem;
  margin-top: 3rem;
  width: 9rem;
  background: transparent;
  vorder: none;
  text-transform: uppercase;
  border: 2px solid #000000;
}
.contact-form .wpcf7-form .wpcf7-submit:hover {
  background-color: #000000;
  color: #ffffff;
}
.contact-form .wpcf7-form .wpcf7-response-output,
.contact-form .wpcf7-form .wpcf7-validation-errors,
.contact-form .wpcf7-form .wpcf7-acceptance-missing {
  border: 0;
  background: #ff0a35;
  color: white;
  line-height: 2;
  padding-top: 0.5rem;
}
@media only screen and (min-width:48rem) {
  .contact-form {
    margin: 8rem auto 5rem;
    padding: 0;
  }
  .contact-form .section-title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
.cf7sr-g-recaptcha {
  margin: 0 auto -2rem;
  text-align: center;
  max-width: 304px;
}
.category {
  border-top: 0.2rem solid #2d2e80;
  padding-top: 3rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 102.4rem;
  display: flex;
  flex-direction: column;
}
.category .head {
  color: #ffffff;
  width: 100%;
  background: #dc0031;
  position: relative;
  height: 20rem;
  border-bottom: 2rem solid #ffffff;
}
.category .head .categories {
  position: absolute;
  z-index: 2;
  left: 2rem;
  top: 2.5rem;
  display: block;
  color: #dc0031;
}
.category .head .categories:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0.15rem;
  width: 2rem;
  height: 0.75rem;
  background: url('../img/blue-white-blue.svg') center left repeat-x;
  background-size: 100%;
}
.category .head .entry-title {
  left: 2rem;
  top: 4rem;
  position: absolute;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 1.5rem;
}
.category .head .entry-title a {
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'GHTF-L';
}
.category .section {
  width: 100%;
}
.category .section hr {
  margin: 1em 0 2.3rem;
}
.category .section .entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: strech;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
.category .section .entry .entry-header,
.category .section .entry .post-thumbnail {
  width: 100%;
  min-width: 100%;
}
.category .section .entry .entry-content {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: 'GHTF-L';
}
.category .section .entry .entry-title {
  font-family: 'GHTF-B';
  font-weight: normal;
  margin: 0 0 2rem 0;
  color: #000000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.category .section .entry .entry-title a {
  color: #000000;
}
@media only screen and (min-width:48rem) {
  .category {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .category .head {
    height: 23.6rem;
    width: 33%;
    border-right: 2rem solid #ffffff;
    border-bottom: 0 solid #ffffff;
  }
  .category .section {
    width: 100%;
  }
  .category .section .entry {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: strech;
    min-height: 20rem;
  }
  .category .section .entry .entry-header,
  .category .section .entry .post-thumbnail {
    width: 33.333%;
    min-width: 33.333%;
    border-right: 2rem solid #ffffff;
  }
}
.site-footer {
  background: #FFFFFF;
}
.site-footer .content {
  background: #2d2e80;
  max-width: 102.4rem;
  border-top: 1.1rem solid #ffffff;
  border-bottom: 2.2rem solid #ffffff;
  padding: 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.site-footer .content #site-logo .img-responsive {
  max-width: 250px;
  margin-left: -1rem;
  margin-bottom: -1rem;
}
.site-footer .content .site-description {
  margin-bottom: 2rem;
}
.site-footer .content .entry {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  padding: 0 2.5%;
}
.site-footer .content .entry .site-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Logo";
  text-transform: uppercase;
}
.site-footer .content .entry a {
  color: #ffffff;
  text-decoration: underline;
}
.site-footer .content .entry a:hover {
  text-decoration: none;
}
.site-footer .content .entry:last-child {
  text-align: right;
  font-family: 'GHTF-L';
}
.site-footer .content .entry:last-child a {
  text-decoration: none;
}
.site-footer .content .entry:last-child a:hover {
  text-decoration: underline;
}
.site-footer .content .menu {
  display: inline-block;
  width: 100%;
}
.site-footer .content .menu .ico-search {
  display: none;
}
.site-footer .content .menu .wpml-ls-item > a {
  color: #2d2e80;
}
.site-footer .content .menu a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .content .menu a:hover {
  text-decoration: underline;
}
.site-footer .content .menu .sub-menu {
  float: left;
}
.site-footer .content .menu .sub-menu li {
  display: inline-block;
  margin-right: 1rem;
}
.site-footer .content .menu .sub-menu li a {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .content .menu .sub-menu li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width:48rem) {
  .site-footer .content {
    flex-direction: row;
  }
  .site-footer .content .entry {
    width: 25%;
    padding: 2rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0 2.5%;
  }
  .site-footer .content .entry h3 {
    color: #2d2e80;
    margin-top: 2rem;
  }
  .site-footer .content .entry:last-child {
    width: 48%;
    padding: 2rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0;
  }
}
/* TWITTER FEEDS */
.tp_recent_tweets {
  margin-top: 1.5rem;
}
/* NEWSLETTER */
.widget_mc4wp_form_widget {
  margin-bottom: 3rem;
}
.widget_mc4wp_form_widget h3 {
  margin-bottom: 1rem;
}
.widget_mc4wp_form_widget .mc4wp-form-fields {
  display: flex;
  flex-direction: row;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p {
  font-size: 1rem;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p:first-child {
  width: 75%;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p:first-child input {
  width: 95%;
  line-height: 1.65rem;
  padding-top: 0.35rem;
  padding-left: 0.5rem;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p:last-child {
  width: 25%;
}
.widget_mc4wp_form_widget .mc4wp-form-fields p:last-child input {
  width: 100%;
  background: transparent;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  line-height: 2rem;
  padding-top: 0.35rem;
}
.social-icons {
  margin-top: 1rem;
}
.social-icons li {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.social-icons li img {
  width: 100%;
  height: auto;
}
.search .site-main {
  margin: 10rem auto;
}
.search-page .head {
  background-color: #e5eaea;
  height: 20rem;
  position: relative;
}
.search-page .head .categories {
  color: #8e8e8d;
  position: absolute;
  z-index: 2;
  left: 2rem;
  top: 3.5rem;
  display: block;
  font-family: 'GHTF-L';
  text-transform: uppercase;
}
.search-page .head .categories::before {
  top: -1.5rem;
}
.search-page .head .entry-title {
  font-weight: normal;
  padding-top: 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  font-family: 'GHTF-B';
  color: #dc0031;
}
.search-page .section .entry {
  max-height: auto;
}
.search-page .section .entry .post-thumbnail {
  height: 20rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.search-page .section hr {
  margin: 2rem 0 2rem;
}
@media only screen and (min-width:48rem) {
  .search-page .section .entry {
    max-height: 20rem;
  }
  .search-page .section .entry .post-thumbnail {
    height: 20rem;
    margin-bottom: 0 !important;
  }
  .search-page .section hr {
    margin: 2.1rem 0 2rem;
  }
}
.search-page .search-form {
  display: flex;
  flex-direction: row;
  height: 3rem;
}
.search-page .search-form label {
  display: block;
  padding: 0.5rem 1rem 0 0;
  text-transform: uppercase;
}
.search-page .search-form .search-submit {
  width: 3rem;
  border: none;
  background: #e5eaea;
  margin-left: 0.25rem;
}
.search-page .search-form .search-submit img {
  width: 100%;
  height: auto;
}
.menu .ico-search {
  text-indent: -3000rem;
  background: transparent url(../img/search-b.svg) center center no-repeat;
  background-size: 100%;
  height: 2rem;
  width: 1.5rem;
  display: block;
  margin-left: 18rem;
  margin-right: 2rem;
  cursor: pointer;
}
.menu .ico-search:focus {
  outline: 0;
}
.search-button {
  background: transparent;
  border: none;
}
.search-button:focus {
  outline: 0;
}
.search-button .ico-search {
  background: transparent url(../img/search-b.svg) center center no-repeat;
  background-size: 100%;
  height: 2rem;
  width: 2rem;
  display: block;
}
.search-item .search-button {
  background: transparent;
  border: none;
}
.search-item .search-button:focus {
  outline: 0;
}
.menu-nav.active .search-button .ico-search {
  margin: 0 auto;
  background: transparent url(../img/search-b.svg) center center no-repeat;
  background-size: 100%;
  height: 2.75rem;
  width: 2.75rem;
  display: block;
}
.search-page .page-header {
  margin: 7rem auto 0;
  flex-direction: row;
  max-width: 126rem;
  padding: 4rem 0 2rem 0;
}
.search-page .page-header .page-title {
  max-width: 62rem;
  margin: 0 auto;
  font-size: 25px;
  font-size: 2.5rem;
  color: #e5eaea;
  line-height: 1.25;
  padding: 0 2rem;
}
.search-page .page-header .page-title span {
  display: block;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.5;
  color: #dc0031;
}
.search-page .page-header .page-title span {
  text-transform: uppercase;
}
.page-content {
  margin: 0 auto 15rem;
  font-size: 20px;
  font-size: 2rem;
  color: #e5eaea;
  line-height: 1.25;
  padding: 0 2rem;
}
.page-content .page-title {
  width: 100% !important;
}
.page-content .article-list .entry .entry-content.entry-think .entry-tagline {
  display: none;
}
.error404 .category .head {
  background: #8e8e8d;
}
.error404 .category .head .categories,
.error404 .category .head .entry-title {
  color: #ffffff;
}
.error404 .category .section .entry .entry-content {
  width: 100%;
}
.error404 .site-main {
  margin: 10rem auto;
}
.error404 .head {
  background-color: #e5eaea;
  height: 20rem;
  position: relative;
}
.error404 .head .categories {
  color: #8e8e8d;
  position: absolute;
  z-index: 2;
  left: 2rem;
  top: 3.5rem;
  display: block;
  font-family: 'GHTF-L';
  text-transform: uppercase;
}
.error404 .head .categories::before {
  top: -1.5rem;
}
.error404 .head .entry-title {
  font-weight: normal;
  padding-top: 1.5rem;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  font-family: 'GHTF-B';
  color: #dc0031;
}
.error404 .section .entry {
  max-height: auto;
}
.error404 .section .entry .post-thumbnail {
  height: 20rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.error404 .section hr {
  margin: 2rem 0 2rem;
}
@media only screen and (min-width:48rem) {
  .error404 .section .entry {
    max-height: 20rem;
  }
  .error404 .section .entry .post-thumbnail {
    height: 20rem;
    margin-bottom: 0 !important;
  }
  .error404 .section hr {
    margin: 2.1rem 0 2rem;
  }
}
.error404 .search-form {
  display: flex;
  flex-direction: row;
  height: 3rem;
  border-bottom: 2px solid #e5eaea;
}
.error404 .search-form label {
  display: none;
}
.error404 .search-form input {
  width: 100%;
}
.error404 .search-form .search-submit {
  width: 3rem;
  border: none;
  background: #e5eaea;
  margin-left: 0.25rem;
}
.error404 .search-form .search-submit img {
  width: 100%;
  height: auto;
}
.menu .ico-search {
  text-indent: -3000rem;
  background: transparent url(../img/search-b.svg) center center no-repeat;
  background-size: 100%;
  height: 2rem;
  width: 1.5rem;
  display: block;
  margin-left: 18rem;
  margin-right: 2rem;
  cursor: pointer;
}
.menu .ico-search:focus {
  outline: 0;
}
.search-button {
  background: transparent;
  border: none;
}
.search-button:focus {
  outline: 0;
}
.search-button .ico-search {
  background: transparent url(../img/search-b.svg) center center no-repeat;
  background-size: 100%;
  height: 2rem;
  width: 2rem;
  display: block;
}
.search-item .search-button {
  background: transparent;
  border: none;
}
.search-item .search-button:focus {
  outline: 0;
}
.menu-nav.active .search-button .ico-search {
  margin: 0 auto;
  background: transparent url(../img/search-b.svg) center center no-repeat;
  background-size: 100%;
  height: 2.75rem;
  width: 2.75rem;
  display: block;
}
.search-page .page-header {
  margin: 7rem auto 0;
  flex-direction: row;
  max-width: 126rem;
  padding: 4rem 0 2rem 0;
}
.search-page .page-header .page-title {
  max-width: 62rem;
  margin: 0 auto;
  font-size: 25px;
  font-size: 2.5rem;
  color: #e5eaea;
  line-height: 1.25;
  padding: 0 2rem;
}
.search-page .page-header .page-title span {
  display: block;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.5;
  color: #dc0031;
}
.search-page .page-header .page-title span {
  text-transform: uppercase;
}
/* BLOCKS ALIGNS */
p + .alignfull,
p + .alignwide {
  margin-top: 0em;
}
.alignwide {
  margin-top: 0em;
  max-width: 126rem;
  margin: 0 auto;
}
/* BLOCK HEADER */
.wp-block-header {
  display: flex;
  margin: 0;
  align-content: stretch;
  height: 97.5%;
  justify-content: center;
  align-items: center;
}
.wp-block-header .header-title {
  font-family: 'GHTF-L';
  margin: 4rem 2rem;
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  position: relative;
  text-align: center;
}
.wp-block-header .header-title a {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width:48rem) {
  .wp-block-header .header-title a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.wp-block-header.blue {
  background-color: #2d2e80;
}
.wp-block-header.blue .header-title::before {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  content: ' ';
  border: none;
  margin: 0 auto;
  width: 3rem;
  height: 1rem;
  background: url('../img/red-white-red.svg') center left repeat-x;
  background-size: 100%;
}
.wp-block-header.blue .header-title::after {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  content: ' ';
  border: none;
  margin: 0 auto;
  width: 3rem;
  height: 1rem;
  background: url('../img/red-white-red.svg') center left repeat-x;
  background-size: 100%;
}
.wp-block-header.red {
  background-color: #dc0031;
}
.wp-block-header.red .header-title::after {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  content: ' ';
  border: none;
  margin: 0 auto;
  width: 3rem;
  height: 1rem;
  background: url('../img/blue-white-blue.svg') center left repeat-x;
  background-size: 100%;
}
.wp-block-header.red .header-title::before {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  content: ' ';
  border: none;
  margin: 0 auto;
  width: 3rem;
  height: 1rem;
  background: url('../img/blue-white-blue.svg') center left repeat-x;
  background-size: 100%;
}
@media only screen and (min-width:48rem) {
  .wp-block-header {
    border-left: 0px solid white;
    border-right: 0px solid white;
  }
}
/* ACCORDION */
.wp-block-accordion {
  overflow: hidden;
  background: #e5eaea;
  border-top: 1rem solid white;
  border-left: 1rem solid white;
  border-right: 1rem solid white;
}
.wp-block-accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.wp-block-accordion .entry-antetitle {
  margin: 1.5rem 1rem 0rem 1.2rem;
  font-family: 'GHTF-M';
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
}
@media only screen and (min-width:48rem) {
  .wp-block-accordion .entry-antetitle {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 2rem 2rem 1rem 2.2rem;
  }
}
.wp-block-accordion .entry-title {
  margin: 0rem 1rem 0 1rem;
  font-family: 'GHTF-L';
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
}
@media only screen and (min-width:48rem) {
  .wp-block-accordion .entry-title {
    margin: 0rem 2rem 0 2rem;
    padding-right: 30%;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.wp-block-accordion .acc-header {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: -1rem;
}
.wp-block-accordion .acc-header div {
  width: 100%;
  line-height: 1;
  font-size: 0px;
  font-size: 0rem;
}
.wp-block-accordion .acc-header div:first-child {
  order: 2;
  padding-bottom: 2rem;
}
.wp-block-accordion .acc-header div:last-child {
  order: 1;
}
.wp-block-accordion .acc-header div:last-child img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:48rem) {
  .wp-block-accordion .acc-header {
    flex-direction: row;
    justify-content: space-between;
  }
  .wp-block-accordion .acc-header div {
    width: 50%;
  }
  .wp-block-accordion .acc-header div:first-child {
    order: 1;
  }
  .wp-block-accordion .acc-header div:last-child {
    order: 2;
  }
}
.wp-block-accordion .acc-header:hover {
  background: #e5eaea;
}
.wp-block-accordion .acc-header::after {
  content: " ";
  background: url('../img/ico-more.svg') center no-repeat;
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
  text-align: center;
  transition: all 0.35s;
  right: 1.5rem;
  position: absolute;
  top: calc(36.23762376 * 0.34rem);
}
@media only screen and (min-width:32rem) {
  .wp-block-accordion .acc-header::after {
    top: calc(36.23762376 * 0.675rem);
  }
}
@media only screen and (min-width:48rem) {
  .wp-block-accordion .acc-header::after {
    top: 2rem;
    right: calc(50% + 2rem);
  }
}
.wp-block-accordion .acc-entry-content {
  max-height: 0;
  transition: all 0.35s;
  font-family: 'GHTF-L';
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.wp-block-accordion .acc-entry-content ul,
.wp-block-accordion .acc-entry-content p {
  margin: 0 0 0 0.5rem;
  display: block;
  padding: 2rem 0;
  line-height: 0;
}
@media only screen and (min-width:48rem) {
  .wp-block-accordion .acc-entry-content {
    margin: 0 2rem 0 2rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.wp-block-accordion input:checked + .acc-header::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wp-block-accordion input:checked ~ .acc-entry-content {
  max-height: 100vh;
}
@media only screen and (min-width:48rem) {
  .wp-block-accordion {
    border-left: 0px solid white;
    border-right: 0px solid white;
  }
}
/* VIDEO */
figure.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
figure.is-type-video .wp-block-embed__wrapper iframe,
figure.is-type-video .wp-block-embed__wrapper object,
figure.is-type-video .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TEXT IMAGE */
.wp-block-imagetext {
  border-top: 1rem solid #ffffff;
  border-bottom: 1rem solid #ffffff;
  height: 60rem;
  display: flex;
  flex-direction: column;
}
.wp-block-imagetext .entry-text,
.wp-block-imagetext .entry-image {
  width: 100%;
  min-height: 32rem;
}
.wp-block-imagetext .entry-text {
  order: 1;
  padding: 5rem 2rem 2rem;
}
.wp-block-imagetext .entry-text .entry-antetitle {
  font-family: 'GHTF-L';
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
.wp-block-imagetext .entry-text .entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.15;
  font-family: 'GHTF-L';
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
  font-weight: lighter;
}
.wp-block-imagetext .entry-text .entry-title::before {
  position: absolute;
  top: -2rem;
  content: ' ';
  border: none;
  width: 3rem;
  height: 1rem;
  background: url('../img/red-blue-red.svg') center left repeat-x;
  background-size: 100%;
}
.wp-block-imagetext .entry-text .entry-description {
  padding: 0 0 2rem;
}
.wp-block-imagetext .entry-text .entry-description p {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: 'GHTF-L';
  color: #4e4e4d;
}
.wp-block-imagetext .entry-image {
  order: 2;
}
.wp-block-imagetext .entry-image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:48rem) {
  .wp-block-imagetext {
    flex-direction: row;
    height: 31rem;
  }
  .wp-block-imagetext .entry-text {
    order: 2;
    padding: 4rem 2rem 2rem;
  }
  .wp-block-imagetext .entry-text .entry-title {
    margin-bottom: 1rem;
  }
  .wp-block-imagetext .entry-image {
    order: 1;
    min-height: 29rem;
  }
  .wp-block-imagetext .entry-image img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width:76.8rem) {
  .wp-block-imagetext {
    height: 47rem;
  }
  .wp-block-imagetext .entry-text,
  .wp-block-imagetext .entry-image {
    width: 50%;
  }
  .wp-block-imagetext .entry-text {
    order: 2;
  }
  .wp-block-imagetext .entry-image {
    order: 1;
  }
  .wp-block-imagetext .entry-image img {
    width: auto;
    height: 100%;
  }
  .wp-block-imagetext .entry-text {
    padding: 8rem;
  }
  .wp-block-imagetext .entry-text .entry-title,
  .wp-block-imagetext .entry-text p {
    max-width: 32rem;
    display: block;
  }
  .wp-block-imagetext.aling-right .entry-text {
    order: 1;
  }
  .wp-block-imagetext.aling-right .entry-image {
    order: 2;
  }
  .wp-block-imagetext.aling-right .entry-image img {
    float: right;
  }
  .wp-block-imagetext.aling-left .entry-title,
  .wp-block-imagetext.aling-left p {
    text-align: right !important;
  }
  .wp-block-imagetext.aling-left .entry-title::before {
    right: 0.25rem;
  }
  .wp-block-imagetext.aling-left p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wp-block-imagetext.aling-left .entry-image img {
    float: left;
  }
}
.wp-block-imagetext.red-white-red .entry-text .entry-title::before {
  width: 3rem;
  height: 1rem;
  background: url('../img/red-white-red.svg') center left repeat-x;
  background-size: 100%;
}
.wp-block-imagetext.blue-white-blue .entry-text .entry-title::before {
  width: 3rem;
  height: 1rem;
  background: url('../img/blue-white-blue.svg') center left repeat-x;
  background-size: 100%;
}
.alignwide {
  max-width: none;
}
@media only screen and (min-width:76.8rem) {
  .alignwide {
    width: 102.4rem;
    margin-left: calc(50% - 102.4rem / 2);
  }
}
.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: none;
}
/* CONTACTO */
.contacto,
.contact {
  min-height: auto;
}
.contacto .wp-block-header,
.contact .wp-block-header {
  height: 23.35rem;
}
.contacto .wp-block-header a,
.contact .wp-block-header a {
  color: #ffffff;
}
.contacto .wp-block-header a:hover,
.contact .wp-block-header a:hover {
  text-decoration: underline;
}
.contacto .wp-block-header .wp-block-column,
.contact .wp-block-header .wp-block-column {
  background: red;
}
.contacto .wp-block-header.red h2,
.contact .wp-block-header.red h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.contacto .wp-block-header.red h2 span,
.contact .wp-block-header.red h2 span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}
.contacto .wp-block-header.red h2 a,
.contact .wp-block-header.red h2 a {
  color: #ffffff;
}
.contacto .wp-block-header.red h2 a:hover,
.contact .wp-block-header.red h2 a:hover {
  text-decoration: underline;
}
@media only screen and (min-width:48rem) {
  .contacto .wp-block-header.red h2,
  .contact .wp-block-header.red h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width:48rem) {
  .contacto .wp-block-header,
  .contact .wp-block-header {
    height: 19rem;
  }
}
@media only screen and (min-width:76.8rem) {
  .contacto .wp-block-header,
  .contact .wp-block-header {
    height: 23.2rem;
  }
}
@media only screen and (min-width:48rem) {
  .contacto .hide-md,
  .contact .hide-md {
    display: none;
  }
}
@media only screen and (min-width:76.8rem) {
  .contacto .hide-md,
  .contact .hide-md {
    display: block;
  }
}
/* COLUMNS */
.wp-block-image {
  margin-bottom: 0;
}
.wp-block-column:not(:last-child) {
  margin-right: 0;
}
@media only screen and (min-width:76.8rem) {
  .wp-block-column:not(:last-child) {
    margin-right: 1rem;
  }
}
.wp-block-column:not(:first-child) {
  margin-left: 0;
}
@media only screen and (min-width:76.8rem) {
  .wp-block-column:not(:first-child) {
    margin-left: 1rem;
  }
}
/* BLOCK PERSON */
.equipo .equipo-columns .wp-block-column,
.equip .equipo-columns .wp-block-column,
.team .equipo-columns .wp-block-column,
.equipo .equip-columns .wp-block-column,
.equip .equip-columns .wp-block-column,
.team .equip-columns .wp-block-column,
.equipo .team-columns .wp-block-column,
.equip .team-columns .wp-block-column,
.team .team-columns .wp-block-column {
  background: #e5eaea;
}
.wp-block-person {
  width: 100%;
  background: #e5eaea;
}
.wp-block-person figure {
  width: 100%;
  display: block;
  background: #ffffff;
}
.wp-block-person .separador {
  margin: 0;
  background-color: #ffffff;
  height: 2rem;
  border-bottom: 0.2rem solid #ffffff;
}
.wp-block-person .personal-data {
  display: block;
  background-color: #e5eaea;
  color: #000000;
  padding: 1rem 1rem 1rem 1rem;
}
.wp-block-person .personal-data .entry-title {
  font-family: 'KHTF-FS';
  text-transform: uppercase;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1;
  display: block;
  position: relative;
  margin-bottom: 3.4rem;
}
.wp-block-person .personal-data .entry-subtitle {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'GHTF-L';
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
}
.wp-block-person.blue .personal-data {
  background-color: #2d2e80;
}
.wp-block-person.blue .personal-data .entry-title {
  color: #dc0031;
}
.wp-block-person.blue .personal-data .entry-title:after {
  content: ' ';
  width: 3rem;
  height: 1rem;
  background: url('../img/red-white-red.svg') center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  left: 0;
  bottom: -2rem;
}
.wp-block-person.red .personal-data {
  background-color: #dc0031;
}
.wp-block-person.red .personal-data .entry-title {
  color: #2d2e80;
}
.wp-block-person.red .personal-data .entry-title:after {
  content: ' ';
  width: 3rem;
  height: 1rem;
  background: url('../img/blue-white-blue.svg') center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  left: 0;
  bottom: -2rem;
}
.wp-block-person ul.social-nav {
  display: block;
  margin: 1rem 0 2rem 0;
}
.wp-block-person ul.social-nav li {
  display: inline-block;
  margin: 0 0 0 0;
  width: 3rem;
  height: 3rem;
}
.wp-block-person ul.social-nav li img {
  width: 100%;
  height: auto;
}
.wp-block-person ul.social-nav li:before {
  background: none;
}
.wp-block-person .person-content {
  padding: 0 0rem 1rem 0rem;
  font-family: 'GHTF-B';
  color: #4e4e4d;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
}
@media only screen and (min-width:48rem) {
  .wp-block-person .personal-data {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .wp-block-person .personal-data .entry-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .wp-block-person .personal-data .entry-subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .wp-block-person .person-content {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 2rem 3rem 2rem;
  }
}
@media only screen and (min-width:76.8rem) {
  .wp-block-person .personal-data {
    padding: 2rem 2rem 1rem 3rem;
  }
  .wp-block-person .personal-data .entry-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .wp-block-person .personal-data .entry-subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .wp-block-person .person-content {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 2rem 3rem 2rem;
  }
}
.tics-equipo .wp-block-column {
  margin-bottom: 0;
}
@media only screen and (min-width:48rem) {
  .tics-equipo .wp-block-column {
    margin-left: 25%;
  }
}
@media only screen and (min-width:76.8rem) {
  .tics-equipo .wp-block-column {
    margin-left: 0;
  }
}
.tics-equipo .wp-block-pullquote {
  font-family: 'GHTF-B';
  text-transform: uppercase;
  margin: 0.5rem 0 2rem 0;
}
.tics-equipo .wp-block-pullquote.is-style-solid-color blockquote {
  height: 10rem;
  max-width: 70%;
}
.tics-equipo .wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 2rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center !important;
}
.section-title {
  font-family: 'GHTF-B';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.34;
  display: block;
  position: relative;
  margin-top: 2rem;
}
.section-title:before {
  position: absolute;
  top: -2rem;
  left: 0;
  content: ' ';
  background: url('../img/red-blue-red.svg') center no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 3rem;
  height: 1rem;
}
.develop {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
.develop .column {
  padding: 0 2rem;
}
.develop .column .antetitol {
  font-size: 10px;
  font-size: 1rem;
  font-family: 'monaco';
  color: grey;
  display: block;
  line-height: 1;
  margin: 0.1rem 0 1.5rem 0;
}
.develop main {
  max-width: 160rem;
  padding: 2rem 0;
}
.develop nav {
  background: black;
  color: white;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.05rem;
  font-family: 'monaco';
}
.develop nav a {
  color: white;
  text-decoration: underline;
  font-weight: normal;
  font-family: 'monaco';
  font-size: 16px;
  font-size: 1.6rem;
}
.develop nav a:hover {
  text-decoration: none;
}
.develop nav .column {
  padding: 1rem 2rem;
}
#baseline-grid {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#baseline-grid.show-grid {
  background-image: linear-gradient(to bottom, magenta 0, rgba(255, 255, 255, 0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 1rem;
  background-color: transparent;
}
#showgrid {
  border: 1px solid black;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 3px;
  margin: 0 1rem 0 3rem;
}
#viewportsize {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  min-height: 40px;
  z-index: 99999;
  padding: 2rem;
  letter-spacing: 0.1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: black;
  border-top: 1px solid black;
  padding: 1rem;
  text-align: right;
  background: silver;
}
#viewportsize:after {
  content: '--';
  color: black;
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  font-weight: bold;
}
@media only screen and (min-width:32rem) {
  #viewportsize {
    background: gold;
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
  }
  #viewportsize:after {
    content: 'xs';
    color: black;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-weight: bold;
  }
}
@media only screen and (min-width:48rem) {
  #viewportsize {
    background: orange;
  }
  #viewportsize:after {
    content: 'sm';
    color: black;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-weight: bold;
  }
}
@media only screen and (min-width:76.8rem) {
  #viewportsize {
    background: red;
  }
  #viewportsize:after {
    content: 'md';
    color: black;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-weight: bold;
  }
}
@media only screen and (min-width:102.4rem) {
  #viewportsize {
    background: lime;
  }
  #viewportsize:after {
    content: 'lg';
    color: black;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-weight: bold;
  }
}
@media only screen and (min-width:145rem) {
  #viewportsize {
    background: aqua;
  }
  #viewportsize:after {
    content: 'xlg';
    color: black;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-weight: bold;
  }
}
/*# sourceMappingURL=estils.css.map */