/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 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;
}

/* 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 {
  content: '';
  content: none;
}

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

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

html {
  font-size: 62.5%;
  line-height: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "AKZR", Helvetica, Arial, sans-serif;
  color: #343434;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  scroll: none;
  overflow: hidden;
}

body hr {
  border: none;
  width: 100%;
  max-width: 122.4rem;
  margin: 1rem auto;
  height: 1px;
  background-color: #8e8e8d;
}

.hide {
  display: none;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  color: #343434;
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

.entry-content {
  margin-top: 12rem;
}

@media (min-width: 48rem) {
  .entry-content {
    margin-top: 0;
  }
}

.entry-content a {
  color: #1674ba;
}

em {
  font-style: italic;
}

strong {
  font-family: 'AKZRB', Arial, Helvetica, sans-serif;
}

.home .entry-header {
  display: none;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 122.4rem;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.img-responsive img {
  width: 100%;
  height: auto;
}

.grafic-barrina {
  max-width: 27rem;
}

h3.barrinar {
  text-align: left;
  margin: 0;
}

.site-main {
  margin: 15rem auto;
  display: block;
  max-width: 122.4rem;
  padding: 0 1rem;
}

@media (min-width: 48rem) {
  .site-main {
    margin: 2rem auto;
    padding: 0;
  }
}

.alignwide {
  margin: 2rem auto !important;
  width: 100% !important;
  max-width: 122.4rem !important;
}

.button {
  text-align: center;
  padding: 0;
  font-family: "AKZR", Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 0;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2.5;
  cursor: pointer;
  text-align: center;
  pointer: cursor;
  width: 100%;
  background: transparent;
  color: #ffffff;
}

.button:hover.is-checked,
.button:active.is-checked,
.button.is-checked {
  color: #ffffff;
  text-decoration: underline;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.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 FOR MOBILE */
@media (min-width: 48rem) {
  .for-mobile {
    display: none;
  }
}

.for-desktop {
  display: none;
}

@media (min-width: 48rem) {
  .for-desktop {
    display: block;
  }
}

/* SCROLL TO TOP */
/* TO TOP */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.scroll-to-top {
  z-index: 99999;
  cursor: pointer;
  text-decoration: none;
  position: fixed;
  right: -3.5rem;
  bottom: 5.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: gray;
  padding: 0;
  width: 10rem;
  height: 2rem;
  transform: rotate(-90deg);
  text-align: left;
  display: none;
}

@media (min-width: 48rem) {
  .single .scroll-to-top {
    display: block;
  }
}

/* FLEX */
.flex {
  display: flex;
  flex-direction: column;
}

@media (min-width: 48rem) {
  .flex {
    flex-direction: row;
  }
}

/* SECTION HEADER */
.section-header .section-title {
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
  color: #1674ba;
  letter-spacing: 0.025rem;
}

@media (min-width: 48rem) {
  .section-header .section-title {
    text-align: left;
  }
}

/* SOCIAL ICONS */
.facebook-ico,
.twitter-ico,
.instagram-ico {
  text-indent: -10000px;
  width: 3rem;
  height: 3rem;
  display: inline-block !important;
  margin: 3rem 1rem 1rem 1rem;
}

.facebook-ico a,
.twitter-ico a,
.instagram-ico a {
  display: block;
  height: 3rem;
  width: 3rem;
}

@media (min-width: 48rem) {
  .facebook-ico,
  .twitter-ico,
  .instagram-ico {
    margin: 0 0 0 -3rem;
  }
}

.facebook-ico {
  background: url("../img/ico-facebook-q.svg") center no-repeat;
  background-size: cover;
}

.facebook-ico:hover {
  background: url("../img/ico-facebook-q-hover.svg") center no-repeat;
  background-size: cover;
}

.twitter-ico {
  background: url("../img/ico-twitter-q.svg") center no-repeat;
  background-size: cover;
}

.twitter-ico:hover {
  background: url("../img/ico-twitter-q-hover.svg") center no-repeat;
  background-size: cover;
}

.instagram-ico {
  background: url("../img/ico-instagram-q.svg") center no-repeat;
  background-size: cover;
}

.instagram-ico:hover {
  background: url("../img/ico-instagram-q-hover.svg") center no-repeat;
  background-size: cover;
}

/* PAGINATION */
.pagination {
  border-top: 1px solid #8e8e8d;
  padding-top: 4rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.pagination a {
  padding: 0 1rem;
}

.pagination .current {
  color: #8e8e8d;
}

.page-pagination {
  border-top: 1px solid #8e8e8d;
  padding-top: 4rem;
}

.page-pagination .wp-block-column {
  flex-basis: 50% !important;
}

.page-pagination .wp-block-column p {
  margin-bottom: 0;
}

/* BTN */
.btn {
  border-radius: 1rem;
  padding: 0.5rem 2rem;
  display: block;
  min-width: 22rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid #1674ba;
  background-color: #1674ba;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  margin: 0 6rem;
}

.btn:hover {
  border: 1px solid #1674ba;
  background-color: #ffffff;
  color: #1674ba !important;
  text-decoration: none !important;
}

@media (min-width: 48rem) {
  .btn {
    margin: 0;
  }
}

.grid {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(2, 48.5%);
  grid-column-gap: 2%;
  grid-row-gap: 2rem;
}

.grid .article {
  display: block;
}

.grid .article a.thumbnail {
  position: relative;
  text-decoration: none;
  display: block;
  overflow: hidden;
  padding-bottom: 75.25%;
}

.grid .article a.thumbnail:hover {
  opacity: 0.8;
}

.grid .article h1 {
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 1rem 0;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
}

@media (min-width: 48rem) {
  .grid {
    margin-top: 3rem;
    grid-template-columns: repeat(4, 23.5%);
    grid-column-gap: 2%;
    grid-row-gap: 2rem;
  }
  .grid .article h1 {
    margin: 1rem 0 3rem 0;
    text-align: left;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}

.single .projecte {
  display: flex;
  flex-direction: column;
}

.single .projecte .entry-content {
  text-align: left;
  padding: 0 1.5rem;
}

.single .projecte .entry-content .entry-title {
  text-align: left;
  font-weight: normal;
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: 0.025rem;
  margin: -0.5rem 2rem 2rem 0;
}

.single .projecte .entry-content .entry-subtitle {
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  color: #1674ba;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: normal;
  margin: 0 2rem 4rem 0;
  letter-spacing: 0.025rem;
}

.single .projecte .entry-content p {
  font-size: 18.5px;
  font-size: 1.85rem;
  line-height: 1.45;
  font-family: "AKZL", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05rem;
}

.single .projecte .entry-content .credits {
  font-size: 18.5px;
  font-size: 1.85rem;
  line-height: 1.25;
  margin: 4rem 4rem 2rem 0;
  letter-spacing: 0.05rem;
}

.single .projecte .entry-content .credits dt {
  font-family: "AKZR", Helvetica, Arial, sans-serif;
  margin: 0 0.5rem 1rem 0;
  display: inline-block;
}

.single .projecte .entry-content .credits dd {
  font-family: "AKZL", Helvetica, Arial, sans-serif;
  margin: 0 3rem 1rem 0;
  display: inline-block;
}

.single .projecte .entry-images {
  margin: 0.5rem 1.5rem;
}

.single .projecte .entry-images .entry-figure {
  margin-bottom: 3rem;
}

.single .projecte .entry-images .entry-figure .img-responsive {
  width: 100%;
  height: auto;
}

@media (min-width: 48rem) {
  .single .projecte {
    padding: 0;
    flex-direction: row;
  }
  .single .projecte .entry-content {
    width: 35%;
    padding: 0 4rem 0 0;
  }
  .single .projecte .entry-content .entry-title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1;
    margin: -0.5rem 2rem 2rem 0;
  }
  .single .projecte .entry-content .entry-subtitle {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 2rem 4rem 0;
  }
  .single .projecte .entry-content p {
    font-size: 18.5px;
    font-size: 1.85rem;
    line-height: 1.45;
  }
  .single .projecte .entry-content .credits {
    font-size: 18.5px;
    font-size: 1.85rem;
    margin: 4rem 4rem 2rem 0;
  }
  .single .projecte .entry-images {
    margin: 0;
    width: 65%;
  }
}

@font-face {
  font-family: "AKZR";
  src: url("../fonts/AkzidenzGroteskCERoman.woff2") format("woff2"), url("../fonts/AkzidenzGroteskCERoman.woff") format("woff"), url("../fonts/AkzidenzGroteskCERoman.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AKZRB";
  src: url("../fonts/AkzidenzGroteskCERomanBold.woff2") format("woff2"), url("../fonts/AkzidenzGroteskCERomanBold.woff") format("woff"), url("../fonts/AkzidenzGroteskCERomanBold.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AKZL";
  src: url("../fonts/AkzidenzGroteskLight.woff2") format("woff2"), url("../fonts/AkzidenzGroteskLight.woff") format("woff"), url("../fonts/AkzidenzGroteskLight.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AKZLLI";
  src: url("../fonts/AkzidenzGroteskLightItalic.woff2") format("woff2"), url("../fonts/AkzidenzGroteskLightItalic.woff") format("woff"), url("../fonts/AkzidenzGroteskLightItalic.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AKZEM";
  src: url("../fonts/AkzidenzGroteskExtendedMedium.woff2") format("woff2"), url("../fonts/AkzidenzGroteskExtendedMedium.woff") format("woff"), url("../fonts/AkzidenzGroteskExtendedMedium.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AKZCM";
  src: url("../fonts/AkzidenzGroteskCondensedMedium.woff2") format("woff2"), url("../fonts/AkzidenzGroteskCondensedMedium.woff") format("woff"), url("../fonts/AkzidenzGroteskCondensedMedium.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}

.menu-nav {
  position: relative;
  transition: 0.5s;
}

.menu-nav ul.menu {
  display: none;
}

.menu-nav ul.menu li {
  display: block;
}

.menu-nav ul.menu li a {
  color: #343434;
  font-size: 30px;
  font-size: 3rem;
  line-height: 2;
  text-decoration: none;
}

.menu-nav ul.menu li:first-child {
  margin-top: 25vh;
}

.menu-nav.active ul.menu {
  display: block;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-nav.active ul.menu li.current_page_item a {
  color: #1674ba;
  text-decoration: underline;
}

.menu-nav.active ul.menu li.wpml-ls-item {
  display: inline-block;
  padding-right: 0.5rem;
  padding-top: 3rem;
}

.menu-nav.active ul.menu li.wpml-ls-item a {
  font-size: 16px;
  font-size: 1.6rem;
}

.menu-nav.active ul.menu li.wpml-ls-item:after {
  content: '|';
  font-size: 10px;
  font-size: 1rem;
  color: #8e8e8d;
  margin-left: 1rem;
}

.menu-nav.active ul.menu li.wpml-ls-item:last-child::after {
  content: '';
}

@media (min-width: 48rem) {
  .menu-nav {
    position: absolute;
    right: 0;
    top: 6rem;
  }
  .menu-nav ul.menu {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .menu-nav ul.menu li {
    margin-left: 3rem;
  }
  .menu-nav ul.menu li a {
    font-family: "AKZR", Helvetica, Arial, sans-serif;
    color: #343434;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    line-height: 2;
  }
  .menu-nav ul.menu li a:hover {
    color: #1674ba;
  }
  .menu-nav ul.menu li.current_page_item a {
    color: #1674ba;
  }
  .menu-nav ul.menu li:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  .menu-nav ul.menu li:nth-child(3) {
    margin-right: 14rem;
  }
  .menu-nav ul.menu li.wpml-ls-item {
    margin-left: 0rem;
  }
  .menu-nav ul.menu li.wpml-ls-item:after {
    content: '/';
    margin: 0 0.25rem;
  }
  .menu-nav ul.menu li.wpml-ls-item:last-child:after {
    content: '';
  }
  .menu-nav ul.menu li.wpml-ls-current-language a {
    color: #1674ba;
  }
}

#burguer {
  display: block;
  position: fixed;
  top: 2rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  z-index: 6;
}

#burguer span {
  position: absolute;
  border-radius: 0;
  width: 3rem;
  height: 0.2rem;
  right: 0;
  background: #343434;
  transition: 0.25s;
  display: inline-block;
  top: 1rem;
}

#burguer span:first-child {
  top: 0;
  right: 0;
}

#burguer span:last-child {
  right: 0;
  top: 2rem;
}

#burguer:hover {
  cursor: pointer;
}

#burguer.active span {
  opacity: 0;
  top: 50%;
  position: absolute;
  width: 3rem;
  height: 0.2rem;
  top: 50%;
  margin-top: -1px;
  right: 0;
  display: block;
  background: #343434;
}

#burguer.active span:first-child {
  opacity: 1;
  transform: rotate(45deg);
}

#burguer.active span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
}

@media (min-width: 48rem) {
  #burguer {
    display: none;
  }
}

.menu .search-item .ico-search {
  display: none;
  cursor: pointer;
}

.menu .search-item #keyword {
  display: none;
}

.menu .search-item.active {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  color: #343434;
}

.menu .search-item.active a {
  line-height: 1;
}

.menu .search-item.active label {
  display: none;
}

.menu .search-item.active .ico-search {
  display: inline-block;
  margin-bottom: -0.2rem;
  background: transparent url("../img/lupa.svg") center center no-repeat;
  background-size: auto;
  background-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

.menu .search-item.active #keyword {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #8e8e8d;
  width: 93%;
  display: inline;
  border: none;
  border-bottom: 1px solid #343434;
}

@media (min-width: 48rem) {
  .menu .search-item {
    width: 1.75rem;
    transition: 0.5s;
  }
  .menu .search-item label {
    display: none;
  }
  .menu .search-item .ico-search {
    display: inline-block;
    width: 1.75rem;
    height: 1.5rem;
    background: transparent url("../img/lupa.svg") center center no-repeat;
  }
  .menu .search-item.active {
    position: relative;
    width: 14rem;
    display: inline-flex;
    flex-direction: row;
  }
  .menu .search-item.active .ico-search {
    width: inherit;
    padding: 0 1rem;
  }
}

@media (min-width: 48rem) {
  .site-header.white ul.menu li.search-item.active {
    position: inherit;
    top: auto;
    display: inline-flex;
    flex-direction: row;
    width: 15rem;
  }
}

#search-light-box {
  display: none;
  background: transparent url("../img/bg-white.png") center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  text-align: center;
}

#search-light-box.active {
  display: table;
  top: 0;
  padding-top: 13rem;
}

#search-light-box.active .search-form {
  display: block;
}

@media (min-width: 48rem) {
  #search-light-box.active {
    z-index: -1;
    padding-top: 8rem;
  }
}

#datafetch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 99999;
  height: 100vh;
}

#datafetch .entry {
  width: 50%;
  border: 2px solid #ffffff;
  margin: 0;
  line-height: 0;
}

#datafetch .entry a {
  display: block;
  height: 18vh;
}

#datafetch .entry h2 {
  display: none;
}

#datafetch .entry img {
  width: 100%;
  height: auto;
}

@media (min-width: 48rem) {
  #datafetch .entry {
    width: 33.333%;
  }
  #datafetch .entry a {
    display: block;
    height: 28vh;
  }
}

@media (min-width: 102.4rem) {
  #datafetch .entry {
    width: 25%;
  }
  #datafetch .entry a {
    display: block;
    height: 33vh;
  }
}

.header {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 122.4rem;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}

.header.active {
  background: #ffffff;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.header.active .site-branding {
  height: 100%;
}

.header .site-branding {
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 5;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header .site-title {
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  position: absolute;
  z-index: 5;
  display: block;
  transition: 0.5s;
  padding-top: 6rem;
  background-size: cover;
}

.header .site-title a {
  line-height: 6rem;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  text-transform: lowercase;
}

.header .site-title a span {
  color: #1674ba;
}

@media (min-width: 48rem) {
  .header {
    margin: 0 auto;
    width: 100%;
    max-width: 122.4rem;
    z-index: 10;
    transition: all 0.2s ease-in-out;
    display: block;
    height: 16rem;
  }
  .header .site-branding {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    z-index: 5;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    width: 100%;
  }
  .header .site-branding .site-title {
    width: auto;
  }
}

.header.active .corporative-logos {
  display: none;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  height: 6rem;
}

.sticky .logo {
  background-image: none !important;
  padding-top: 1rem;
}

.sticky .menu-nav {
  top: 2rem;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + #main {
  padding-top: 15rem;
}

.article-list .entry {
  width: 100%;
  height: 32vh;
  border: 0.25rem solid #ffffff;
  position: relative;
}

.article-list .entry > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.article-list .entry > a .entry-header {
  padding: 4rem 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.25s;
  opacity: 0;
}

.article-list .entry > a .entry-header h1 {
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.05rem;
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.article-list .entry > a .entry-header .entry-tagline {
  color: #ffffff;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  display: block;
  max-width: 95%;
}

.article-list .entry > a .entry-header ul.entry-tags {
  display: block;
  position: absolute;
  bottom: 3rem;
}

.article-list .entry > a .entry-header ul.entry-tags li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

@media (min-width: 48rem) {
  .article-list .entry {
    width: 25%;
    height: 32vh;
    float: left;
  }
  .article-list .entry.double-width {
    width: 50%;
  }
  .article-list .entry.triple-width {
    width: 75%;
  }
  .article-list .entry.double-height {
    height: 64vh;
  }
  .article-list .entry .entry-header:hover {
    opacity: 0.9;
    background-color: #1674ba !important;
  }
}

/* SECTION */
.section {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  color: #ffffff;
  margin: 8rem 1rem 4rem;
  /*PRODUCTOS */
}

.section .section-title {
  color: #1674ba;
  font-size: 20px;
  font-size: 2rem;
  display: block;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.section p {
  color: #ffffff;
  text-transform: none;
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
}

.section.productos {
  background: #ffffff;
  display: block;
  padding: 2rem;
  position: relative;
  color: #343434;
}

.section.productos .section-title {
  color: #dc0031;
}

.content-productos {
  display: flex;
  flex-direction: column;
}

.content-productos p {
  color: #343434;
  line-height: 1.35;
  display: block;
  margin: 0.5rem 0;
}

.content-productos .productos-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.content-productos .productos-right .category {
  width: 48%;
  margin: 0 2% 1rem 0;
}

.content-productos .productos-right .category h2 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  display: block;
  font-weight: bold;
}

.content-productos .productos-right .category ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #343434;
  line-height: 1.5;
  display: block;
}

.content-productos .productos-right .category ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 48rem) {
  .content-productos {
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .content-productos .content-text {
    width: 40%;
    padding: 0;
    margin-right: 2%;
  }
  .content-productos .productos-right {
    width: 56%;
    padding: 1rem 0;
    margin: 0 0 0 2%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .content-productos .productos-right .category {
    width: 28%;
    margin-left: 2%;
  }
}

.content-calidad {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content-calidad li {
  display: inline-block;
  margin: 0 0 2rem 0;
  width: 50%;
  text-align: center;
}

.content-calidad li:nth-child(1n) {
  width: 100%;
}

.content-calidad li:nth-child(4n) {
  width: 50%;
}

.content-calidad li:nth-child(5n) {
  width: 50%;
}

.content-calidad li p {
  text-align: left;
  line-height: 1.3;
}

.content-calidad li img {
  margin: 0 auto;
  height: auto;
}

@media (min-width: 48rem) {
  .content-calidad li:nth-child(1n) {
    width: 20%;
  }
  .content-calidad li:nth-child(2n) {
    width: 25%;
  }
  .content-calidad li:nth-child(3n) {
    width: 25%;
  }
  .content-calidad li:nth-child(4n) {
    width: 15%;
  }
  .content-calidad li:nth-child(5n) {
    width: 15%;
  }
}

hr {
  background: #ffffff;
  border: none;
  height: 1px;
}

.content-obras {
  display: flex;
  flex-direction: column;
}

.content-obras .galeria {
  width: 100%;
  border: 0.5rem solid #ffffff;
  position: relative;
}

.content-obras .galeria .galery-title {
  position: absolute;
  top: 42.5%;
  left: 20%;
  right: 20%;
  bottom: 35%;
  height: 20%;
  line-height: 2;
  width: 60%;
  z-index: 999;
  color: #dc0031;
  text-align: center;
}

.content-obras .galeria .galery-title span {
  display: block;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

.content-obras .galeria .slider .owl-item {
  display: none;
}

.content-obras .galeria .slider .owl-item:nth-child(1n) {
  display: block;
}

.content-obras .galeria .slider .owl-nav,
.content-obras .galeria .slider .owl-dots {
  display: none;
}

@media (min-width: 48rem) {
  .content-obras {
    flex-direction: row;
  }
  .content-obras .galeria {
    width: 50%;
  }
}

@media (min-width: 76.8rem) {
  .content-obras .galeria {
    width: 33.3333%;
  }
}

#single-post-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  height: auto;
  z-index: -1;
  padding: 2rem;
  display: none;
}

#single-post-container.active {
  z-index: 2;
  display: block;
  overflow: hidden;
}

#single-post-container .entry-title {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.25;
  margin: 4rem 2rem 2rem 0;
  padding: 0 2rem;
}

#single-post-container .section-title {
  max-width: 75%;
}

#single-post-container .entry-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#single-post-container .entry-content p, #single-post-container .entry-content li, #single-post-container .entry-content a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #343434;
  display: block;
  margin-bottom: 1rem;
}

#single-post-container .entry-content .column {
  width: 100%;
}

@media (min-width: 48rem) {
  #single-post-container .entry-content {
    flex-direction: row;
  }
  #single-post-container .entry-content p {
    padding-right: 4rem;
  }
  #single-post-container .entry-content .column {
    width: 50%;
    padding: 2rem;
  }
  #single-post-container .entry-content .column img {
    width: 100%;
    height: auto;
  }
}

.content-contacto {
  text-decoration: none;
  position: relative;
  min-height: 50rem;
}

.content-contacto > img {
  display: none;
}

.content-contacto .contacto-info {
  position: absolute;
  padding: 1rem 2rem 2rem;
  top: 0;
  right: 5%;
  left: 5%;
  bottom: 0;
  background: #ffffff;
  width: 90%;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.content-contacto .contacto-info p {
  font-size: 20px;
  font-size: 2rem;
  display: block;
}

.content-contacto .contacto-info span {
  text-transform: uppercase;
  color: #dc0031;
  display: block;
  margin: 2rem auto;
}

.content-contacto .contacto-info br {
  display: none;
  line-height: 0;
}

.content-contacto .contacto-info .fix,
.content-contacto .contacto-info .mobile {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  color: #343434;
  display: block;
  margin-bottom: 0.5rem;
}

.content-contacto .contacto-info .Google-maps,
.content-contacto .contacto-info .email,
.content-contacto .contacto-info p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.25;
  color: #8e8e8d;
  display: block;
  margin: 0.5rem 0;
}

.content-contacto .contacto-info .Google-maps,
.content-contacto .contacto-info .email {
  text-decoration: underline;
}

.content-contacto .contacto-info .Google-maps:hover,
.content-contacto .contacto-info .email:hover {
  text-decoration: none;
  color: #8e8e8d;
}

@media (min-width: 48rem) {
  .content-contacto > img {
    display: block;
  }
  .content-contacto .contacto-info {
    top: -7rem;
    right: 7rem;
    left: auto;
    bottom: 5rem;
    background: #ffffff;
    width: 38rem;
  }
}

.entry-antetitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.15;
  text-transform: uppercase;
  display: block;
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
}

h1 a {
  text-decoration: none;
}

h1 a:hover {
  text-decoration: none;
}

@media (min-width: 48rem) {
  h1 {
    padding: 0;
  }
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.15;
  font-family: "AKZR", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 3rem;
}

h2 a {
  color: #343434;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: none;
}

h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.35;
  display: block;
  margin: 3rem 0;
  text-align: center;
}

h3 a {
  color: #343434;
  text-decoration: none;
}

h3 a:hover {
  text-decoration: none;
}

@media (min-width: 48rem) {
  h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}

p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.42;
  margin: 0 auto 2rem auto;
  padding: 0;
  display: block;
  max-width: 84rem;
}

.entry-featured {
  padding: 5rem 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15;
  font-family: "AKZL", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.entry-featured p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.15;
  font-family: "AKZL", Helvetica, Arial, sans-serif;
  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;
  font-family: 'AKZRB', sans-serif Arial, Helvetica, sans-serif;
  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: #343434;
}

.entry-gallery .entry-image a:hover {
  opacity: 0.95;
  cursor: zoom-in;
}

.entry-gallery .entry-image a:hover .entry-caption {
  opacity: 1;
}

@media (min-width: 48rem) {
  .entry-gallery .entry-image {
    width: 50%;
    max-width: inherit;
  }
}

@media (min-width: 76.8rem) {
  .entry-gallery .entry-image {
    width: 50%;
    max-width: inherit;
  }
}

@media (min-width: 48rem) {
  .entry-gallery.two-columns .entry-image {
    width: 50%;
    max-width: inherit;
  }
}

@media (min-width: 76.8rem) {
  .entry-gallery.two-columns .entry-image {
    width: 50%;
    max-width: inherit;
  }
}

@media (min-width: 48rem) {
  .entry-gallery.three-columns .entry-image {
    width: 33.33333333%;
    max-width: inherit;
  }
}

@media (min-width: 76.8rem) {
  .entry-gallery.three-columns .entry-image {
    width: 33.33333333%;
    max-width: inherit;
  }
}

@media (min-width: 48rem) {
  .entry-gallery.four-columns .entry-image {
    width: 25%;
    max-width: inherit;
  }
}

@media (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;
  font-size: 2rem;
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #343434 !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: "AKZL", Helvetica, Arial, sans-serif;
  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: "AKZR", Helvetica, Arial, sans-serif;
}

.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: "AKZL", Helvetica, Arial, sans-serif;
  color: #dc0031;
  text-align: left;
  display: table-cell;
}

@media (min-width: 48rem) {
  .entry-list.ordered li {
    margin-left: -3.5rem;
  }
}

@media (min-width: 76.8rem) {
  .entry-list {
    margin: 9rem 0 0 0;
  }
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.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;
}

.contact {
  font-family: "AKZR", Helvetica, Arial, sans-serif;
  margin-top: 4rem;
  padding: 2rem 0 0 0;
  background: #1674ba;
  color: #ffffff;
}

.contact a {
  color: #ffffff;
  text-decoration: none;
}

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

.contact .section-header {
  display: none;
  padding: 2rem 0 2rem;
}

.contact .section-header .section-title {
  color: #ffffff;
}

.contact .entry-list {
  padding-bottom: 0;
}

.contact .entry-list .item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  margin-bottom: 4rem;
}

.contact .entry-list .item h3 {
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  margin: 0 0 1rem 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1;
}

.contact .entry-list .item:last-child .btn {
  border: 1px solid #1674ba;
  background-color: #ffffff;
  color: #1674ba !important;
  text-decoration: none !important;
}

.contact .entry-list .item a {
  display: block;
}

.contact .contact-footer {
  padding-bottom: 40rem;
  position: relative;
}

.contact .contact-footer ul {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
}

.contact .contact-footer ul li {
  width: 45%;
  padding-left: 5%;
}

.contact .contact-footer ul li a {
  text-decoration: none;
}

@media (min-width: 48rem) {
  .contact .section-header {
    display: block;
  }
  .contact .entry-list .item {
    width: 33.3333%;
    text-align: left;
  }
  .contact .entry-list .item h3 {
    text-align: left;
  }
  .contact .entry-list .item:last-child .btn {
    float: right;
  }
  .contact .contact-footer ul li {
    width: 20%;
  }
  .contact .contact-footer ul li:last-child {
    width: 15%;
    text-align: right;
  }
}

.contact .autor {
  font-size: 1.2rem;
  font-size: 12px;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.menu .search-item .ico-search {
  display: none;
  cursor: pointer;
}

.menu .search-item #keyword {
  display: none;
}

.menu .search-item.active {
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  color: #343434;
}

.menu .search-item.active a {
  line-height: 1;
}

.menu .search-item.active label {
  display: none;
}

.menu .search-item.active .ico-search {
  display: inline-block;
  margin-bottom: -0.2rem;
  background: transparent url("../img/lupa.svg") center center no-repeat;
  background-size: auto;
  background-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}

.menu .search-item.active #keyword {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #8e8e8d;
  width: 93%;
  display: inline;
  border: none;
  border-bottom: 1px solid #343434;
}

@media (min-width: 48rem) {
  .menu .search-item {
    width: 1.75rem;
    transition: 0.5s;
  }
  .menu .search-item label {
    display: none;
  }
  .menu .search-item .ico-search {
    display: inline-block;
    width: 1.75rem;
    height: 1.5rem;
    background: transparent url("../img/lupa.svg") center center no-repeat;
  }
  .menu .search-item.active {
    position: relative;
    width: 14rem;
    display: inline-flex;
    flex-direction: row;
  }
  .menu .search-item.active .ico-search {
    width: inherit;
    padding: 0 1rem;
  }
}

@media (min-width: 48rem) {
  .site-header.white ul.menu li.search-item.active {
    position: inherit;
    top: auto;
    display: inline-flex;
    flex-direction: row;
    width: 15rem;
  }
}

#search-light-box {
  display: none;
  background: transparent url("../img/bg-white.png") center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  text-align: center;
}

#search-light-box.active {
  display: table;
  top: 0;
  padding-top: 13rem;
}

#search-light-box.active .search-form {
  display: block;
}

@media (min-width: 48rem) {
  #search-light-box.active {
    z-index: -1;
    padding-top: 8rem;
  }
}

#datafetch {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 99999;
  height: 100vh;
}

#datafetch .entry {
  width: 50%;
  border: 2px solid #ffffff;
  margin: 0;
  line-height: 0;
}

#datafetch .entry a {
  display: block;
  height: 18vh;
}

#datafetch .entry h2 {
  display: none;
}

#datafetch .entry img {
  width: 100%;
  height: auto;
}

@media (min-width: 48rem) {
  #datafetch .entry {
    width: 33.333%;
  }
  #datafetch .entry a {
    display: block;
    height: 28vh;
  }
}

@media (min-width: 102.4rem) {
  #datafetch .entry {
    width: 25%;
  }
  #datafetch .entry a {
    display: block;
    height: 33vh;
  }
}

/* BLOCKS ALIGNS */
p + .alignfull,
p + .alignwide {
  margin-top: 0em;
}

.alignwide {
  margin-top: 0em;
  max-width: 50vw;
  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: "AKZL", Helvetica, Arial, sans-serif;
  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.blue {
  background-color: #1674ba;
}

.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 (min-width: 48rem) {
  .wp-block-header {
    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: 30rem;
}

.wp-block-imagetext .entry-text {
  order: 1;
  padding: 5rem 2rem 2rem;
}

.wp-block-imagetext .entry-text .entry-antetitle {
  font-family: "AKZL", Helvetica, Arial, sans-serif;
  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: "AKZL", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
  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: "AKZL", Helvetica, Arial, sans-serif;
  color: #4e4e4d;
}

.wp-block-imagetext .entry-image {
  order: 2;
}

.wp-block-imagetext .entry-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 48rem) {
  .wp-block-imagetext {
    flex-direction: row;
    height: 32rem;
  }
  .wp-block-imagetext .entry-text {
    order: 2;
  }
  .wp-block-imagetext .entry-image {
    order: 1;
  }
  .wp-block-imagetext .entry-image img {
    width: auto;
    height: 100%;
  }
}

@media (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-left .entry-title, .wp-block-imagetext.aling-left p {
    text-align: right !important;
    float: right;
  }
  .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.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 (min-width: 76.8rem) {
  .alignwide {
    width: 50vw;
    margin-left: calc( 50% - 50vw / 2);
  }
}

.alignfull {
  width: 100vw;
  margin-left: calc( 50% - 50vw);
  max-width: none;
}

/* CONTACTO */
.contacto {
  min-height: auto;
}

.contacto .wp-block-header {
  height: 23.35rem;
}

.contacto .wp-block-header a {
  color: #ffffff;
}

.contacto .wp-block-header a:hover {
  text-decoration: underline;
}

.contacto .wp-block-header.red h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.contacto .wp-block-header.red h2 span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

.contacto .wp-block-header.red h2 a {
  color: #ffffff;
}

.contacto .wp-block-header.red h2 a:hover {
  text-decoration: underline;
}

@media (min-width: 48rem) {
  .contacto .wp-block-header.red h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

/* COLUMNS */
.wp-block-image {
  margin-bottom: 0;
}

.wp-block-column:not(:last-child) {
  margin-right: 0;
}

@media (min-width: 76.8rem) {
  .wp-block-column:not(:last-child) {
    margin-right: 1rem;
  }
}

.wp-block-column:not(:first-child) {
  margin-left: 0;
}

@media (min-width: 76.8rem) {
  .wp-block-column:not(:first-child) {
    margin-left: 1rem;
  }
}

/* BLOCK PERSON */
.equipo .equipo-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: #343434;
  padding: 1rem 1rem 1rem 1rem;
}

.wp-block-person .personal-data .entry-title {
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  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: "AKZL", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
}

.wp-block-person.blue .personal-data {
  background-color: #1674ba;
}

.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: #1674ba;
}

.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: "AKZR", Helvetica, Arial, sans-serif;
  color: #4e4e4d;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
}

@media (min-width: 48rem) {
  .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;
  }
}

.wp-block-related {
  margin: 2rem 0;
  padding: 2rem 0;
}

.wp-block-related .post-list {
  display: flex;
  flex-direction: column;
}

.wp-block-related .entry {
  display: block;
  width: 94%;
  margin: 2rem 3%;
}

.wp-block-related .entry .entry-image {
  display: block;
  padding-bottom: 75%;
  transition: 0.25s;
  cursor: pointer;
}

.wp-block-related .entry .entry-image:hover {
  opacity: 0.8;
}

.wp-block-related .entry .entry-title {
  text-align: left;
  margin: 2rem 0 0;
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.wp-block-related .entry .entry-title a {
  color: #343434;
}

.wp-block-related .entry .entry-title a:hover {
  color: #1674ba;
}

.wp-block-related .section-footer {
  margin: 3rem 0;
}

@media (min-width: 48rem) {
  .wp-block-related .post-list {
    display: flex;
    flex-direction: row;
  }
  .wp-block-related .post-list .entry {
    width: 33.33%;
    margin-left: 0%;
    margin-right: 2%;
  }
  .wp-block-related .post-list .entry:last-child {
    margin-right: 0;
  }
  .wp-block-related .section-footer {
    position: relative;
  }
  .wp-block-related .section-footer .btn {
    position: absolute;
    right: 0;
  }
}

.wp-block-steps {
  margin: 2rem 0;
  padding: 2rem 0;
}

.wp-block-steps .section-header .section-title {
  text-align: center;
  margin: 3rem auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  max-width: 70rem;
}

.wp-block-steps .section-header .subtitle {
  text-align: center;
  color: #8e8e8d;
  max-width: 45rem;
  margin: 2rem auto;
}

.wp-block-steps .step-link {
  cursor: pointer;
  display: block;
}

.wp-block-steps .post-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 2rem;
  border: 1px solid #1674ba;
}

.wp-block-steps .entry {
  display: block;
  width: 50%;
  margin: 0;
  text-align: center;
  border: 1px solid #1674ba;
  padding: 3rem 2rem;
}

.wp-block-steps .entry .step-nombre {
  margin-bottom: 1rem;
  font-family: "AKZEM", Helvetica, Arial, sans-serif;
  color: #1674ba;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
}

.wp-block-steps .entry .step-nombre a {
  color: #343434;
}

.wp-block-steps .entry .step-nombre a:hover {
  color: #1674ba;
}

.wp-block-steps .entry .step-title {
  font-family: "AKZCM", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.wp-block-steps .entry .step-subtitle {
  font-family: "AKZCM", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  margin: 0 auto;
}

.wp-block-steps .section-footer {
  margin: 3rem 0;
}

@media (min-width: 48rem) {
  .wp-block-steps .section-header .section-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .wp-block-steps .post-list {
    border: none;
    width: 102%;
    display: flex;
    flex-direction: row;
    margin: 4rem 0 4rem -1%;
  }
  .wp-block-steps .post-list .entry {
    width: 23%;
    margin: 1%;
    border: 2px solid #1674ba;
    padding: 3rem 2rem;
  }
  .wp-block-steps .post-list .entry .step-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 3rem;
  }
  .wp-block-steps .section-footer {
    position: relative;
  }
  .wp-block-steps .section-footer .btn {
    position: absolute;
    right: 0;
  }
}

.step .step-content {
  margin: 3rem auto !important;
  text-align: left;
  max-width: 70rem;
}

.step .step-nombre,
.step .step-title,
.step .step-subtitle {
  color: #1674ba !important;
  margin: 0 auto !important;
}

.wp-block-testimonial {
  margin: 2rem 0;
  padding: 2rem 0 6rem;
}

.wp-block-testimonial .entry {
  display: block;
  width: 100%;
  margin: 2rem 0 0 0;
  padding: 0 2rem;
}

.wp-block-testimonial .entry .avatar {
  max-width: 14rem;
  height: auto;
  border: 3px solid #1674ba;
  border-radius: 50%;
  margin: 2rem 0;
}

.wp-block-testimonial .entry .frase {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
  text-align: left;
  margin: 4rem 0;
  font-family: "AKZLLI", Helvetica, Arial, sans-serif;
}

.wp-block-testimonial .entry .persona,
.wp-block-testimonial .entry .carrec {
  display: block;
  text-align: left;
  color: #8e8e8d;
}

.wp-block-testimonial .entry .persona {
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
}

.wp-block-testimonial .section-footer {
  margin: 3rem 0;
}

@media (min-width: 48rem) {
  .wp-block-testimonial .entry {
    display: block;
    width: 65%;
    margin: 2rem 0 0 0;
    padding: 0;
    text-align: center;
  }
  .wp-block-testimonial .entry .frase {
    font-size: 50px;
    font-size: 5rem;
  }
  .wp-block-testimonial .section-footer {
    position: relative;
  }
  .wp-block-testimonial .section-footer .btn {
    position: absolute;
    right: 0;
  }
}

/* ACCORDION */
.wp-block-accordion {
  overflow: hidden;
}

.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: "AKZRB", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
}

@media (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: 1rem 0;
  padding: 0 2rem;
  font-family: "AKZL", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.25;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 48rem) {
  .wp-block-accordion .entry-title {
    margin: 0rem 2rem 0 2rem;
    padding: 0 33% 0 0;
    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 (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 35s;
  right: 1.5rem;
  position: absolute;
  top: calc(36.23762376 * 0.34rem);
}

@media xs {
  .wp-block-accordion .acc-header::after {
    top: calc(36.23762376 * 0.675rem);
  }
}

@media (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 35s;
  font-family: "AKZL", Helvetica, Arial, sans-serif;
  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 (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 {
  transform: rotate(180deg);
}

.wp-block-accordion input:checked ~ .acc-entry-content {
  max-height: 100vh;
}

@media (min-width: 48rem) {
  .wp-block-accordion {
    border-left: 0px solid white;
    border-right: 0px solid white;
  }
}

/* ACCORDION */
.wp-block-moreless {
  overflow: hidden;
  /* ADBISORY COMITTEE */
}

.wp-block-moreless input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.wp-block-moreless .acc-header {
  cursor: pointer;
  margin-bottom: -1rem;
}

.wp-block-moreless .acc-header span.bl_more {
  color: #1674ba;
  text-align: right;
  display: block;
  padding-right: 3rem;
}

.wp-block-moreless .acc-header span.bl_less {
  color: #1674ba;
  display: none;
  text-align: right;
  padding-right: 3rem;
}

.wp-block-moreless .acc-entry-content {
  max-height: 0;
  transition: all 1s;
}

.wp-block-moreless input:checked + .acc-header span.bl_more {
  display: none;
}

.wp-block-moreless input:checked + .acc-header span.bl_less {
  display: block;
}

.wp-block-moreless input:checked ~ .acc-entry-content {
  max-height: 100vh;
}

.wp-block-moreless .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: Light;
}

.wp-block-moreless .gallery .gallery-item {
  width: 50%;
  padding: 1rem 2rem;
  margin-bottom: 3rem;
  text-align: center;
  display: block;
  opacity: 0.75;
}

.wp-block-moreless .gallery .gallery-item:hover {
  opacity: 1;
}

@media (min-width: 48rem) {
  .wp-block-moreless .gallery .gallery-item {
    width: 33%;
    padding: 1rem 2rem;
  }
}

@media (min-width: 76.8rem) {
  .wp-block-moreless .gallery .gallery-item {
    width: 20%;
    padding: 1rem 2rem;
  }
}

.wp-block-slider a {
  display: block;
  position: relative;
}

.wp-block-slider .item {
  display: flex;
  flex-direction: column;
}

.wp-block-slider .slide-claim .slide-title {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: "AKZRB", Helvetica, Arial, sans-serif;
  text-align: left;
  margin: 1rem 2rem 2rem;
}

.wp-block-slider .slide-claim .slide-subtitle {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.wp-block-slider .slide-image {
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  position: relative;
}

.wp-block-slider .slide-image .slide-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  color: #8e8e8d;
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  display: block;
  padding: 1rem 1rem 0 0;
}

.wp-block-slider .owl-theme .owl-stage-outer {
  width: 100%;
}

.wp-block-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #ffffff;
}

.wp-block-slider .owl-theme .owl-dots {
  display: none;
}

.wp-block-slider .owl-theme .owl-nav {
  position: absolute;
  top: 55%;
  width: 100%;
  z-index: 999;
}

.wp-block-slider .owl-theme .owl-nav .owl-prev {
  display: block;
  height: 4rem;
  width: 2rem;
  left: 1rem;
  top: 0;
  position: absolute;
  transition: 0.2s;
}

.wp-block-slider .owl-theme .owl-nav .owl-next {
  display: block;
  height: 4rem;
  width: 2rem;
  right: 1rem;
  top: 0;
  position: absolute;
  transition: 0.2s;
}

.wp-block-slider .owl-theme .owl-nav .icon-prev {
  background: url("../img/prev-white.svg") center no-repeat;
  background-size: 100%;
  height: 4rem;
  width: 2rem;
  display: block;
}

.wp-block-slider .owl-theme .owl-nav .icon-next {
  background: url("../img/next-white.svg") center no-repeat;
  background-size: 100%;
  height: 4rem;
  width: 2rem;
  display: block;
}

@media (min-width: 48rem) {
  .wp-block-slider .item {
    flex-direction: row;
  }
  .wp-block-slider .slide-image {
    width: 70%;
    padding-bottom: 45%;
    height: 40vh;
  }
  .wp-block-slider .slide-claim {
    width: 30%;
  }
  .wp-block-slider .slide-claim .slide-title {
    margin: -0.75rem 2rem 0 0;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.1;
  }
  .wp-block-slider .slide-claim .slide-subtitle {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .wp-block-slider .owl-theme .owl-nav {
    position: absolute;
    top: 38%;
    width: 100%;
    z-index: 999;
  }
  .wp-block-slider .owl-theme .owl-nav .owl-prev {
    display: block;
    height: 6rem;
    width: 3rem;
    left: -6rem;
    top: 0;
    position: absolute;
    transition: 0.2s;
  }
  .wp-block-slider .owl-theme .owl-nav .owl-next {
    display: block;
    height: 6rem;
    width: 3rem;
    right: -6rem;
    top: 0;
    position: absolute;
    transition: 0.2s;
  }
  .wp-block-slider .owl-theme .owl-nav .icon-prev {
    background: url("../img/prev.svg") center no-repeat;
    background-size: 100%;
    height: 6rem;
    width: 3rem;
    display: block;
  }
  .wp-block-slider .owl-theme .owl-nav .icon-next {
    background: url("../img/next.svg") center no-repeat;
    background-size: 100%;
    height: 6rem;
    width: 3rem;
    display: block;
  }
}

.category-list {
  position: relative;
  max-width: 80rem !important;
  margin: 0 auto !important;
}

.category-list .acc-header {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

.category-list .acc-header span.bl_more,
.category-list .acc-header span.bl_less {
  padding: 0;
}

.category-list .entry-content {
  margin-top: 6%;
}

.category-list input:checked ~ .acc-entry-content {
  max-height: 100%;
}

.wp-block-lightbox {
  text-align: center;
  position: relative;
  display: none;
}

.wp-block-lightbox:hover {
  cursor: pointer;
}

.wp-block-lightbox.active {
  display: block;
  position: absolute;
  width: 100vw !important;
  max-width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 999;
}

.wp-block-lightbox.active:hover {
  cursor: pointer;
}

.wp-block-lightbox.active .close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: block;
  width: 3rem;
  height: 3rem;
}

.wp-block-lightbox.active .close span {
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  background: #1674ba;
  transform: rotate(45deg);
  top: 1.5rem;
  position: absolute;
}

.wp-block-lightbox.active .close span:last-child {
  transform: rotate(-45deg);
}

.wp-block-lightbox.active .block-content {
  overflow-y: auto;
  border: 4px solid #1674ba;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
  max-width: 95vw;
  height: 80vh;
  margin: 8vh auto;
  border-radius: 0;
  padding: 8rem 0;
  text-align: center;
}

.wp-block-lightbox.active .block-content p {
  display: block;
  color: #343434;
  line-height: 1.25;
  margin: 1rem auto;
  padding: 0 1rem;
}

.wp-block-lightbox.active .block-content img.img-responsive {
  max-width: 45rem;
}

.wp-block-lightbox.active .block-content h2.section-title {
  font-size: 30px;
  font-size: 3rem;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  display: block;
}

.wp-block-lightbox.active .block-content .entry-content {
  margin-top: 3rem;
}

.wp-block-lightbox.active .block-content .wp-block-lightbox.active .block-content .btn {
  background: #1674ba;
  border: 1px solid #1674ba;
  color: #ffffff;
  padding: 0.9rem 0 1rem 0;
  margin: 1rem auto;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  max-width: 22rem;
  font-size: 1.8rem;
  border-radius: .5rem;
  min-width: auto;
  text-transform: none;
}

.wp-block-lightbox.active .block-content .wp-block-lightbox.active .block-content .btn:hover {
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #1674ba;
  color: #1674ba;
}

@media (min-width: 48rem) {
  .wp-block-lightbox.active .block-content .wp-block-lightbox.active .block-content .btn {
    width: 100%;
    max-width: 50vw;
    height: 90vh;
    margin: 5vh auto;
    border-radius: 0;
    padding: 5rem;
  }
  .wp-block-lightbox.active .block-content .wp-block-lightbox.active .block-content .btn .entry-content {
    margin-top: 15rem;
  }
  .wp-block-lightbox.active .block-content .wp-block-lightbox.active .block-content .btn .mc4wp-form-fields .flex div {
    width: 70%;
  }
  .wp-block-lightbox.active .block-content .wp-block-lightbox.active .block-content .btn .mc4wp-form-fields .flex div:last-child {
    width: 30%;
  }
}

.mc4wp-form-fields {
  margin: 0 auto;
  text-align: center;
  padding: 2rem;
  color: #ffffff;
  max-width: 60rem;
}

.mc4wp-form-fields .flex {
  flex-direction: row;
}

.mc4wp-form-fields .flex div {
  width: 60%;
}

.mc4wp-form-fields .flex div input {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 1rem 1rem 0.75rem 1rem;
  border: 1px solid #1674ba;
}

.mc4wp-form-fields .flex div:last-child {
  width: 40%;
}

.mc4wp-form-fields .flex div:last-child input {
  background: #1674ba;
  border: 1px solid #1674ba;
  color: #ffffff;
  font-weight: bold;
}

.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 xs {
  #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 (min-width: 48rem) {
  #viewportsize {
    background: orange;
  }
  #viewportsize:after {
    content: 'sm';
    color: black;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-weight: bold;
  }
}

@media (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 (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 xlg {
  #viewportsize {
    background: aqua;
  }
  #viewportsize:after {
    content: 'xlg';
    color: black;
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    font-weight: bold;
  }
}
/*# sourceMappingURL=estils.css.map */