/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _s
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=REM:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --layout-xl: 1080px;
  --layout-xxl: 1440px;
  --font-primary: 'Nunito Sans';
  --font-secondary: 'REM';
  --black: black;
  --white: white;
  --almost-white: #E8F3FF;
  --brown: #A68F73;
  --almost-black: #26384d;
  --almost-white: #FEFEFE;
  --grey-light: #EFEFF4;
  --blue-light: #E8F3FF;
  --blue-light-alt: #B2DBF7;
  --blue: #203A8D;
  --blue-border: #1592E6;
  --blue-gradient-dark: #26384d;
  --blue-gradient-light: #2E3D8C;
  --blue-alt: #2E3D8C;
  --blue-dark: #14344A;
  --border: #707070;
  --grey: #7d7d7d;
  --grey-alt: #121212;
  --grey-lighter: #F7F7F8;
  --grey-lighter-alt: #F6F6F6;
  --grey-text: #717171; }

html,
body {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0; }

.post,
.page,
figure,
blockquote,
.widget,
.entry-content,
dl,
dt,
dd,
ul,
ol {
  margin: 0;
  padding: 0; }

.entry-content {
  margin-top: 0 !important; }

body.admin-bar {
  padding-bottom: 46px !important; }
  @media (min-width: 992px) {
    body.admin-bar {
      padding-bottom: 32px !important; } }

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0; }

html body {
  color: var(--black);
  font-family: var(--font-primary);
  background-color: var(--white);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 81px !important;
  /*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    */ }
  @media (min-width: 1080px) {
    html body {
      padding-top: 67px !important; } }
  @media (min-width: 1400px) {
    html body {
      padding-top: 89px !important; } }
  html body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  html body a:active, html body a:focus, html body a:focus-visible,
  html body button:active,
  html body button:focus,
  html body button:focus-visible,
  html body input:active,
  html body input:focus,
  html body input:focus-visible,
  html body textarea:active,
  html body textarea:focus,
  html body textarea:focus-visible {
    outline: none; }

.site {
  width: 100%;
  overflow: hidden; }

.site-main .post {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 24px; }
  @media (min-width: 1080px) {
    .site-main .post {
      padding-bottom: 48px; } }
  @media (min-width: 1400px) {
    .site-main .post {
      padding-bottom: 73px; } }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0; }

article.page {
  margin-bottom: 0 !important; }

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- 
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: currentColor; }

/* 
a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
} */
a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Colores personalizados
------------------------------------------ */
.has-azulmarino-color {
  color: #26384D !important; }

.has-azulmarino-background-color {
  background-color: #26384D !important; }

.has-azulelectrico-color {
  color: #2e3d8c !important; }

.has-azulelectrico-background-color {
  background-color: #2e3d8c !important; }

.has-tierraoro-color {
  color: #a68f73 !important; }

.has-tierraoro-background-color {
  background-color: #a68f73 !important; }

.locked {
  overflow: hidden; }

.container {
  width: 100%;
  max-width: var(--layout-xl);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1400px) {
    .container {
      max-width: var(--layout-xxl); } }

.site-footer {
  background: transparent linear-gradient(147deg, var(--blue-dark) 0%, var(--blue-dark) 45%, var(--blue) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid var(--border);
  padding-left: 9px;
  padding-right: 9px; }
  @media (min-width: 1080px) {
    .site-footer {
      background: transparent linear-gradient(103deg, var(--blue-dark) 0%, var(--blue-dark) 45%, var(--blue) 100%) 0% 0% no-repeat padding-box;
      padding-left: 68px;
      padding-right: 68px; } }
  .site-footer .superior {
    padding-top: 54px;
    padding-bottom: 63px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid var(--grey); }
    @media (min-width: 1080px) {
      .site-footer .superior {
        display: flex;
        justify-content: space-between;
        padding-top: 48px;
        padding-bottom: 26px;
        padding-left: 0;
        padding-right: 0;
        max-width: 877px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1400px) {
      .site-footer .superior {
        padding-bottom: 58px; } }
    .site-footer .superior .logo {
      width: 100%;
      margin-bottom: 15px; }
      @media (min-width: 1080px) {
        .site-footer .superior .logo {
          margin-bottom: 20px; } }
      @media (min-width: 1400px) {
        .site-footer .superior .logo {
          margin-bottom: 34px; } }
      .site-footer .superior .logo .wp-block-image {
        max-width: 101px;
        margin-bottom: 26px; }
        @media (min-width: 1080px) {
          .site-footer .superior .logo .wp-block-image {
            margin-bottom: 11px; } }
      .site-footer .superior .logo p {
        color: var(--white);
        font-size: 15px;
        line-height: 1.25;
        text-align: left;
        font-weight: bold;
        margin: 0; }
        @media (min-width: 1080px) {
          .site-footer .superior .logo p {
            font-size: 14px;
            font-weight: normal; } }
    .site-footer .superior .menu {
      margin-bottom: 17px; }
      @media (min-width: 1080px) {
        .site-footer .superior .menu {
          margin-bottom: 53px; } }
      @media (min-width: 1400px) {
        .site-footer .superior .menu {
          margin-bottom: 25px; } }
      .site-footer .superior .menu ul {
        list-style: none;
        margin: 0;
        padding: 0; }
      .site-footer .superior .menu li {
        color: var(--brown);
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        text-align: left; }
        @media (min-width: 1080px) {
          .site-footer .superior .menu li {
            font-weight: normal; } }
        .site-footer .superior .menu li a {
          color: var(--brown);
          text-decoration: none; }
    .site-footer .superior .socials {
      margin-bottom: 45px; }
      @media (min-width: 1080px) {
        .site-footer .superior .socials {
          margin-bottom: 0; } }
    .site-footer .superior .derecha {
      max-width: 330px; }
      @media (min-width: 1400px) {
        .site-footer .superior .derecha {
          margin-right: 33px; } }
  .site-footer .inferior {
    padding-top: 17px;
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1080px) {
      .site-footer .inferior {
        display: flex;
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        max-width: 877px;
        margin-left: auto;
        margin-right: auto; } }
    .site-footer .inferior .menu {
      padding-bottom: 9px; }
      .site-footer .inferior .menu ul,
      .site-footer .inferior .menu ol {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px; }
        @media (min-width: 1080px) {
          .site-footer .inferior .menu ul,
          .site-footer .inferior .menu ol {
            gap: 30px; } }
      .site-footer .inferior .menu li {
        font-size: 10px;
        line-height: 1.25;
        text-align: center;
        color: var(--grey);
        margin: 0; }
        .site-footer .inferior .menu li a {
          color: var(--grey);
          text-decoration: underline; }
    .site-footer .inferior .copyright,
    .site-footer .inferior .copyright * {
      font-size: 10px;
      line-height: 1.25;
      text-align: center;
      color: var(--grey);
      margin: 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--brown);
  padding-top: 32px;
  padding-bottom: 9px; }
  @media (min-width: 1080px) {
    .site-header {
      padding-top: 11px;
      padding-bottom: 15px; } }
  @media (min-width: 1400px) {
    .site-header {
      padding-top: 15px; } }
  .site-header .container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px; }
    @media (min-width: 1080px) {
      .site-header .container {
        padding-left: 45px;
        padding-right: 45px; } }
    @media (min-width: 1400px) {
      .site-header .container {
        padding-left: 32px;
        padding-right: 32px; } }
  .site-header .logo {
    max-width: 60px;
    margin: 0 auto; }
    @media (min-width: 1080px) {
      .site-header .logo {
        max-width: 97px; } }
    @media (min-width: 1400px) {
      .site-header .logo {
        max-width: 138px; } }
  .site-header .search-toggle {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0; }
    @media (min-width: 1080px) {
      .site-header .search-toggle {
        display: none; } }
    .site-header .search-toggle img {
      max-width: 21px; }
  .site-header .menu-toggle {
    min-width: 40px;
    height: 40px;
    display: block;
    border: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0; }
    @media (min-width: 1080px) {
      .site-header .menu-toggle {
        display: none; } }
    .site-header .menu-toggle span {
      display: block;
      text-align: left;
      text-indent: -9999px;
      overflow: hidden; }
      @media (min-width: 1080px) {
        .site-header .menu-toggle span {
          text-indent: 0;
          color: white;
          font-size: 19px;
          line-height: 1;
          font-style: normal;
          font-weight: 700;
          letter-spacing: 1.14px;
          text-transform: uppercase;
          padding-right: 40px;
          padding-bottom: 0px; } }
      .site-header .menu-toggle span:nth-of-type(2) {
        display: none; }
        @media (min-width: 1080px) {
          .site-header .menu-toggle span:nth-of-type(2) {
            font-size: 17px;
            font-weight: 400;
            letter-spacing: 1.02px;
            text-transform: none;
            padding-bottom: 3px; } }
    .site-header .menu-toggle:before, .site-header .menu-toggle:after,
    .site-header .menu-toggle span:after {
      content: '';
      display: block;
      position: absolute;
      height: 1.5px;
      width: 18px;
      border-radius: 2px;
      background-color: white;
      opacity: 1;
      right: 11px;
      transform: rotate(0deg);
      transition: all 0.25s ease-in-out; }
    .site-header .menu-toggle:before {
      top: 13px; }
    .site-header .menu-toggle:after {
      top: 19px;
      width: 14px;
      right: auto;
      left: 11px; }
    .site-header .menu-toggle span:after {
      top: 25px;
      opacity: 1; }
  @media (max-width: 1079px) {
    .site-header .buscador {
      position: fixed;
      top: 81px;
      right: 0;
      width: 100%;
      background: var(--white);
      overflow-y: auto;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s cubic-bezier(0, 1, 0, 1); } }
  @media (min-width: 1080px) {
    .site-header .buscador {
      position: relative;
      width: calc(50% - 50px);
      max-width: 320px; } }
  @media (min-width: 1400px) {
    .site-header .buscador {
      max-width: 371px; } }
  .site-header .buscador .search-title {
    background: var(--brown);
    display: block;
    padding: 10px 16px 6px;
    color: var(--white);
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-align: left; }
    @media (min-width: 1080px) {
      .site-header .buscador .search-title {
        display: none; } }
  .site-header .buscador .wp-block-search__inside-wrapper {
    border: none;
    padding: 8px 16px;
    position: relative; }
    @media (min-width: 1080px) {
      .site-header .buscador .wp-block-search__inside-wrapper {
        padding: 0; } }
  .site-header .buscador .wp-block-search__input {
    background-color: var(--grey-light);
    border-radius: 8px;
    padding: 6px 6px 7px 30px;
    font-size: 17px;
    line-height: 23px;
    color: var(--black);
    border: none; }
    @media (min-width: 1080px) {
      .site-header .buscador .wp-block-search__input {
        background-color: transparent;
        border: 1px solid var(--white);
        border-radius: 0;
        color: var(--white);
        font-size: 14px;
        line-height: 25px;
        padding-left: 20px;
        padding-right: 40px; } }
    .site-header .buscador .wp-block-search__input::placeholder {
      color: var(--black); }
      @media (min-width: 1080px) {
        .site-header .buscador .wp-block-search__input::placeholder {
          color: var(--white); } }
  .site-header .buscador .wp-element-button {
    position: absolute;
    top: 8px;
    left: 16px;
    width: 30px;
    height: 36px;
    background-color: transparent;
    background-image: url("assets/images/search@2x.png");
    background-position: center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    border: none;
    z-index: 1;
    padding: 0;
    margin: 0; }
    @media (min-width: 1080px) {
      .site-header .buscador .wp-element-button {
        height: 40px;
        left: auto;
        top: 0;
        right: 14px;
        width: 32px;
        filter: brightness(0) invert(1);
        background-image: url("assets/images/ico-buscador-v2.svg");
        background-size: 24px auto; } }
    .site-header .buscador .wp-element-button svg {
      opacity: 0; }
  @media (min-width: 1080px) {
    .site-header .buscador .search-content {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: var(--white);
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s cubic-bezier(0, 1, 0, 1); } }
  @media (min-width: 1080px) {
    .site-header .buscador.focused .wp-block-search__input {
      color: var(--black);
      background-color: var(--blue-light); } }
  @media (min-width: 1080px) {
    .site-header .buscador.focused .wp-block-search__input::placeholder {
      color: var(--black); } }
  @media (min-width: 1080px) {
    .site-header .buscador.focused .wp-element-button {
      filter: brightness(1) invert(1); } }
  @media (min-width: 1080px) {
    .site-header .buscador.focused .search-content {
      transition: max-height 0.5s ease-in-out;
      max-height: 465px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px 0px; } }
  .site-header .buscador .search-list {
    margin: 0;
    padding: 16px 16px 80px;
    list-style: none; }
    @media (min-width: 1080px) {
      .site-header .buscador .search-list {
        padding-top: 20px;
        padding-bottom: 62px; } }
  .site-header .buscador .search-list_item {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--grey-light);
    margin-bottom: 16px; }
  .site-header .buscador .search-list_item_link {
    display: block;
    text-decoration: none;
    padding-right: 80px;
    position: relative;
    min-height: 64px; }
  .site-header .buscador .search-list_item_image {
    position: absolute;
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    top: 0;
    right: 0;
    border-radius: 8px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
    object-fit: cover; }
  .site-header .buscador .search-list_item_kicker {
    display: block;
    color: var(--brown);
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 2px; }
  .site-header .buscador .search-list_item_title {
    display: block;
    color: var(--almost-black);
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-align: left; }
  @media (min-width: 1080px) {
    .site-header .menu {
      width: calc(50% - 50px);
      max-width: 320px; } }
  @media (min-width: 1400px) {
    .site-header .menu {
      max-width: 371px; } }
  @media (max-width: 1079px) {
    .site-header .menu > div {
      position: fixed;
      top: 81px;
      left: 0;
      width: 100%;
      background: var(--brown);
      overflow-y: auto;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.25s cubic-bezier(0, 1, 0, 1); } }
  .site-header .menu ul {
    list-style: none;
    padding: 7px 16px 22px;
    margin: 0; }
    @media (min-width: 1080px) {
      .site-header .menu ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        gap: 38px; } }
    @media (min-width: 1400px) {
      .site-header .menu ul {
        padding-left: 36px; } }
  .site-header .menu li {
    color: var(--white);
    font-style: normal;
    font-weight: 800;
    font-size: 27px;
    line-height: 38px;
    text-align: left; }
    @media (min-width: 1080px) {
      .site-header .menu li {
        font-size: 11px;
        line-height: 19px;
        font-weight: normal;
        text-transform: uppercase; } }
    @media (min-width: 1400px) {
      .site-header .menu li {
        font-size: 14px;
        line-height: 25px; } }
    .site-header .menu li a {
      color: var(--white);
      text-decoration: none; }
  .site-header.opened .menu-toggle:before {
    transform: rotate(45deg);
    width: 22px;
    top: 19px; }
  .site-header.opened .menu-toggle:after {
    opacity: 0; }
  .site-header.opened .menu-toggle span:after {
    transform: rotate(-45deg);
    width: 22px;
    top: 19px; }
  .site-header.opened .menu > div {
    transition: max-height 0.5s ease-in-out;
    max-height: calc(100% - 81px); }
  .site-header.opened .search-toggle {
    opacity: 0;
    visibility: hidden; }
  .site-header.searching .buscador {
    transition: max-height 0.5s ease-in-out;
    max-height: calc(100% - 81px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px 0px; }
  .site-header.searching .menu-toggle {
    opacity: 0;
    visibility: hidden; }
  .site-header.searching .search-toggle img {
    opacity: 0; }
  .site-header.searching .search-toggle:before {
    content: "";
    display: block;
    position: absolute;
    height: 1.5px;
    width: 18px;
    border-radius: 2px;
    background-color: white;
    opacity: 1;
    right: 11px;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
    transform: rotate(45deg);
    width: 22px;
    top: 19px; }
  .site-header.searching .search-toggle:after {
    content: "";
    display: block;
    position: absolute;
    height: 1.5px;
    width: 18px;
    border-radius: 2px;
    background-color: white;
    opacity: 1;
    right: 11px;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
    transform: rotate(-45deg);
    width: 22px;
    top: 19px; }

.headerLegales {
  background: transparent linear-gradient(-90deg, var(--blue-dark) 0%, var(--blue-dark) 45%, var(--blue) 100%) 0% 0% no-repeat padding-box; }
  .headerLegales .contenedor {
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 486px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1080px) {
      .headerLegales .contenedor {
        padding: 60px 80px 60px 60px;
        max-width: var(--layout-xl); } }
    @media (min-width: 1400px) {
      .headerLegales .contenedor {
        padding: 87px 80px 60px 60px;
        max-width: var(--layout-xxl); } }
  .headerLegales .logo {
    display: none; }
    @media (min-width: 1080px) {
      .headerLegales .logo {
        display: block;
        width: 100%;
        max-width: 153px;
        margin-right: auto;
        margin-bottom: 48px; } }
    @media (min-width: 1400px) {
      .headerLegales .logo {
        max-width: 202px;
        margin-bottom: 98px; } }
  .headerLegales .metodo-rius {
    display: block;
    width: 100%;
    max-width: 257px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0; }
    @media (min-width: 1080px) {
      .headerLegales .metodo-rius {
        max-width: 357px;
        right: 20px; } }
    @media (min-width: 1400px) {
      .headerLegales .metodo-rius {
        max-width: 637px; } }
  .headerLegales .titulo {
    margin: 60px auto 0 0;
    max-width: 210px;
    position: relative;
    z-index: 2; }
    @media (min-width: 1080px) {
      .headerLegales .titulo {
        max-width: 280px;
        margin-top: 0;
        margin-left: auto;
        margin-right: 0; } }
    @media (min-width: 1400px) {
      .headerLegales .titulo {
        max-width: 370px; } }
    .headerLegales .titulo * {
      color: var(--white);
      font-weight: 900;
      font-size: 24px;
      line-height: 30px;
      font-family: var(--font-secondary);
      text-align: left;
      margin: 0; }
      @media (min-width: 1080px) {
        .headerLegales .titulo * {
          font-size: 30px;
          line-height: 36px; } }
      @media (min-width: 1400px) {
        .headerLegales .titulo * {
          font-size: 41px;
          line-height: 50px; } }

.tituloLegales {
  margin-top: 44px;
  margin-bottom: 22px; }
  @media (min-width: 1080px) {
    .tituloLegales {
      margin-top: 84px;
      margin-bottom: 42px; } }
  @media (min-width: 1400px) {
    .tituloLegales {
      margin-top: 124px;
      margin-bottom: 52px; } }
  .tituloLegales * {
    color: var(--almost-black);
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    font-family: var(--font-secondary);
    letter-spacing: 4.2px;
    text-align: center;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 1080px) {
      .tituloLegales * {
        font-size: 46px;
        line-height: 48px;
        letter-spacing: 8.2px; } }
    @media (min-width: 1400px) {
      .tituloLegales * {
        font-size: 61px;
        line-height: 61px;
        letter-spacing: 12.2px; } }

.contenidoLegales {
  padding: 0 24px;
  width: 100%;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px; }
  @media (min-width: 1080px) {
    .contenidoLegales {
      margin-bottom: 52px;
      padding-left: 89px;
      padding-right: 89px;
      max-width: var(--layout-xl); } }
  @media (min-width: 1400px) {
    .contenidoLegales {
      padding-left: 120px;
      padding-right: 120px;
      max-width: var(--layout-xxl); } }
  .contenidoLegales .entry-content p,
  .contenidoLegales .entry-content li,
  .contenidoLegales .entry-content h1,
  .contenidoLegales .entry-content h2,
  .contenidoLegales .entry-content h3,
  .contenidoLegales .entry-content h4,
  .contenidoLegales .entry-content h5,
  .contenidoLegales .entry-content h6 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 14px; }
    @media (min-width: 1080px) {
      .contenidoLegales .entry-content p,
      .contenidoLegales .entry-content li,
      .contenidoLegales .entry-content h1,
      .contenidoLegales .entry-content h2,
      .contenidoLegales .entry-content h3,
      .contenidoLegales .entry-content h4,
      .contenidoLegales .entry-content h5,
      .contenidoLegales .entry-content h6 {
        margin-bottom: 24px; } }
    @media (min-width: 1400px) {
      .contenidoLegales .entry-content p,
      .contenidoLegales .entry-content li,
      .contenidoLegales .entry-content h1,
      .contenidoLegales .entry-content h2,
      .contenidoLegales .entry-content h3,
      .contenidoLegales .entry-content h4,
      .contenidoLegales .entry-content h5,
      .contenidoLegales .entry-content h6 {
        margin-bottom: 37px; } }
    .contenidoLegales .entry-content p,
    .contenidoLegales .entry-content li,
    .contenidoLegales .entry-content h1,
    .contenidoLegales .entry-content h2,
    .contenidoLegales .entry-content h3,
    .contenidoLegales .entry-content h4,
    .contenidoLegales .entry-content h5,
    .contenidoLegales .entry-content h6 {
      color: var(--black);
      font-size: 16px;
      line-height: 22px;
      text-align: left;
      font-weight: normal;
      text-wrap: balance; }
      @media (min-width: 1080px) {
        .contenidoLegales .entry-content p,
        .contenidoLegales .entry-content li,
        .contenidoLegales .entry-content h1,
        .contenidoLegales .entry-content h2,
        .contenidoLegales .entry-content h3,
        .contenidoLegales .entry-content h4,
        .contenidoLegales .entry-content h5,
        .contenidoLegales .entry-content h6 {
          font-size: 20px;
          line-height: 32px; } }
      @media (min-width: 1400px) {
        .contenidoLegales .entry-content p,
        .contenidoLegales .entry-content li,
        .contenidoLegales .entry-content h1,
        .contenidoLegales .entry-content h2,
        .contenidoLegales .entry-content h3,
        .contenidoLegales .entry-content h4,
        .contenidoLegales .entry-content h5,
        .contenidoLegales .entry-content h6 {
          font-size: 24px;
          line-height: 36px; } }
      .contenidoLegales .entry-content p strong,
      .contenidoLegales .entry-content li strong,
      .contenidoLegales .entry-content h1 strong,
      .contenidoLegales .entry-content h2 strong,
      .contenidoLegales .entry-content h3 strong,
      .contenidoLegales .entry-content h4 strong,
      .contenidoLegales .entry-content h5 strong,
      .contenidoLegales .entry-content h6 strong {
        font-weight: 900; }
      .contenidoLegales .entry-content p a,
      .contenidoLegales .entry-content li a,
      .contenidoLegales .entry-content h1 a,
      .contenidoLegales .entry-content h2 a,
      .contenidoLegales .entry-content h3 a,
      .contenidoLegales .entry-content h4 a,
      .contenidoLegales .entry-content h5 a,
      .contenidoLegales .entry-content h6 a {
        color: currentColor;
        text-decoration: underline; }
  .contenidoLegales .entry-content ol,
  .contenidoLegales .entry-content ul {
    list-style-position: inside;
    margin-bottom: 11px; }
    @media (min-width: 1080px) {
      .contenidoLegales .entry-content ol,
      .contenidoLegales .entry-content ul {
        margin-bottom: 24px; } }
    @media (min-width: 1400px) {
      .contenidoLegales .entry-content ol,
      .contenidoLegales .entry-content ul {
        margin-bottom: 37px; } }
  .contenidoLegales .entry-content li {
    margin-bottom: 0; }

.headerPost {
  background: transparent linear-gradient(-90deg, var(--blue-dark) 0%, var(--blue-dark) 45%, var(--blue) 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 28px; }
  .headerPost .contenedor {
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
    min-height: 285px; }
    @media (min-width: 768px) {
      .headerPost .contenedor {
        max-width: var(--layout-xl); } }
    @media (min-width: 1080px) {
      .headerPost .contenedor {
        padding: 60px 60px 60px 35px;
        min-height: 385px; } }
    @media (min-width: 1400px) {
      .headerPost .contenedor {
        padding: 87px 120px 60px 70px;
        max-width: var(--layout-xxl);
        min-height: 485px; } }
  .headerPost .logo-rius {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 1; }
    @media (min-width: 768px) {
      .headerPost .logo-rius {
        display: block;
        max-width: 102px;
        top: 60px;
        left: 26px; } }
    @media (min-width: 1080px) {
      .headerPost .logo-rius {
        max-width: 142px;
        top: 88px; } }
    @media (min-width: 1400px) {
      .headerPost .logo-rius {
        max-width: 202px;
        top: 88px;
        left: 60px; } }
  .headerPost .metodo-rius {
    display: block;
    width: 100%;
    max-width: 257px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0; }
    @media (min-width: 1080px) {
      .headerPost .metodo-rius {
        max-width: 357px;
        right: 20px; } }
    @media (min-width: 1400px) {
      .headerPost .metodo-rius {
        max-width: 637px; } }
  .headerPost .titulo {
    margin: 60px auto 0 0;
    max-width: 210px;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .headerPost .titulo {
        margin-top: 0;
        margin-left: auto;
        margin-right: 0;
        width: calc(35% - 13px);
        max-width: 354px; } }
    @media (min-width: 1080px) {
      .headerPost .titulo {
        width: calc(30% - 26px);
        position: absolute;
        top: 60px;
        right: 60px; } }
    @media (min-width: 1400px) {
      .headerPost .titulo {
        top: 87px;
        right: 120px; } }
    .headerPost .titulo * {
      color: var(--white);
      font-weight: 900;
      font-size: 24px;
      line-height: 30px;
      font-family: var(--font-secondary);
      text-align: left;
      margin: 0; }
      @media (min-width: 1080px) {
        .headerPost .titulo * {
          font-size: 30px;
          line-height: 36px; } }
      @media (min-width: 1400px) {
        .headerPost .titulo * {
          font-size: 41px;
          line-height: 50px;
          margin-right: -20px; } }

.contenedorPost {
  width: 100%;
  padding: 0 24px;
  position: relative;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .contenedorPost {
      max-width: var(--layout-xl); } }
  @media (min-width: 1080px) {
    .contenedorPost {
      padding: 0 60px 0 35px; } }
  @media (min-width: 1400px) {
    .contenedorPost {
      padding: 0 120px 0 70px;
      max-width: var(--layout-xxl); } }
  @media (min-width: 768px) {
    .contenedorPost .contenidoPost {
      /*
            width: calc(65% - 13px);
            max-width: 842px;*/
      padding-left: 40px; } }
  @media (min-width: 1080px) {
    .contenedorPost .contenidoPost {
      /* width: calc(70% - 26px); */ } }
  @media (min-width: 1400px) {
    .contenedorPost .contenidoPost {
      padding-left: 50px; } }
  @media (min-width: 768px) {
    .contenedorPost .sidebarPost {
      max-width: var(--layout-xl);
      padding-left: 40px; } }
  @media (min-width: 1400px) {
    .contenedorPost .sidebarPost {
      padding-left: 50px;
      max-width: var(--layout-xxl); } }

.tituloPost {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background-color: transparent !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 214px;
  padding: 24px;
  position: relative;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .tituloPost {
      min-height: 314px;
      margin-top: -173px;
      padding: 24px 40px;
      width: calc(100% + 40px);
      margin-left: -40px; } }
  @media (min-width: 1080px) {
    .tituloPost {
      min-height: 414px;
      margin-top: -223px;
      margin-bottom: 54px;
      width: calc(100% + 50px);
      margin-left: -50px; } }
  @media (min-width: 1400px) {
    .tituloPost {
      min-height: 514px;
      padding: 28px 50px;
      margin-top: -273px; } }
  .tituloPost:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, transparent 100%) 0% 0% no-repeat padding-box; }
  .tituloPost h1 {
    color: var(--white);
    font-weight: 900;
    font-family: var(--font-secondary);
    text-align: left;
    font-size: 25px;
    line-height: 29px;
    text-wrap: auto;
    margin: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 12px; }
    @media (min-width: 1080px) {
      .tituloPost h1 {
        font-size: 34px;
        line-height: 45px; } }
    @media (min-width: 1400px) {
      .tituloPost h1 {
        font-size: 46px;
        line-height: 56px; } }
  .tituloPost .categorias {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 11px;
    position: relative;
    z-index: 2; }
  .tituloPost .categoria a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    background-color: var(--brown);
    color: var(--white);
    font-size: 11px;
    line-height: 15px;
    font-weight: 900;
    text-decoration: none; }

.contenidoPost .wp-block-heading {
  color: var(--grey-alt);
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
  text-wrap: auto;
  margin-top: 0;
  margin-bottom: 11px; }

.contenidoPost ul,
.contenidoPost ol {
  margin-bottom: 28px;
  padding-left: 2rem; }

.contenidoPost p,
.contenidoPost li {
  color: var(--grey-alt);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  font-weight: normal; }

.contenidoPost p {
  margin-bottom: 28px; }

.contenidoPost > div:not(.tituloPost) {
  margin-bottom: 21px; }

@media (min-width: 1080px) {
  .contenidoPost .wp-block-media-text__content {
    padding-left: 33px;
    padding-right: 0; } }

.sidebarPost > p:not(.wp-block-tag-cloud) {
  color: #2A4FC4;
  font-size: 23px;
  line-height: 23px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  margin-bottom: 24px; }
  @media (min-width: 1080px) {
    .sidebarPost > p:not(.wp-block-tag-cloud) {
      padding-left: 20px; } }
  .sidebarPost > p:not(.wp-block-tag-cloud) strong {
    font-weight: normal; }
  .sidebarPost > p:not(.wp-block-tag-cloud):not(:first-child) {
    border-top: 1px solid #D9DEE2;
    margin-top: 14px;
    padding-top: 31px; }

.sidebarPost .wp-block-tag-cloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
  position: relative;
  z-index: 2; }
  .sidebarPost .wp-block-tag-cloud:last-child {
    margin-bottom: 0; }
  .sidebarPost .wp-block-tag-cloud a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    background-color: var(--brown);
    color: var(--white);
    font-size: 11px !important;
    line-height: 15px !important;
    font-weight: 900;
    text-decoration: none; }

.contenedorBlog {
  width: 100%;
  padding: 24px;
  position: relative;
  max-width: 486px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .contenedorBlog {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      max-width: var(--layout-xl); } }
  @media (min-width: 1080px) {
    .contenedorBlog {
      padding: 60px 60px 60px 35px; } }
  @media (min-width: 1400px) {
    .contenedorBlog {
      padding: 120px 120px 60px 57px;
      max-width: var(--layout-xxl); } }
  @media (min-width: 1400px) {
    body.search-results .contenedorBlog {
      padding-left: 130px; } }
  @media (min-width: 768px) {
    .contenedorBlog .contenidoBlog {
      width: calc(65% - 13px);
      max-width: 835px; } }
  @media (min-width: 1080px) {
    .contenedorBlog .contenidoBlog {
      width: calc(70% - 26px); } }
  @media (min-width: 768px) {
    .contenedorBlog .sidebarBlog {
      width: calc(35% - 13px);
      max-width: 354px; } }
  @media (min-width: 1080px) {
    .contenedorBlog .sidebarBlog {
      width: calc(30% - 26px); } }

.sidebarBlog > p:not(.wp-block-tag-cloud) {
  color: #2A4FC4;
  font-size: 23px;
  line-height: 23px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  margin-bottom: 24px; }
  @media (min-width: 1080px) {
    .sidebarBlog > p:not(.wp-block-tag-cloud) {
      padding-left: 20px; } }
  .sidebarBlog > p:not(.wp-block-tag-cloud) strong {
    font-weight: normal; }
  .sidebarBlog > p:not(.wp-block-tag-cloud):not(:first-child) {
    border-top: 1px solid #D9DEE2;
    margin-top: 14px;
    padding-top: 31px; }

.sidebarBlog .wp-block-tag-cloud {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
  position: relative;
  z-index: 2; }
  .sidebarBlog .wp-block-tag-cloud:last-child {
    margin-bottom: 0; }
  .sidebarBlog .wp-block-tag-cloud a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    background-color: var(--brown);
    color: var(--white);
    font-size: 11px !important;
    line-height: 15px !important;
    font-weight: 900;
    text-decoration: none; }

@media (min-width: 1080px) {
  .blog-posts {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px; } }

.blog-posts .post {
  width: 100%;
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 1080px) {
    .blog-posts .post {
      width: calc(50% - 10px);
      margin-bottom: 0; } }
  @media (min-width: 1080px) {
    .blog-posts .post:nth-of-type(odd) {
      margin-right: auto; } }
  @media (min-width: 1080px) {
    body.search-results .blog-posts .post {
      width: 100%;
      max-width: 689px; } }
  .blog-posts .post .imagen {
    margin-bottom: 23px;
    width: 100%;
    overflow: hidden;
    position: relative; }
    @media (min-width: 1080px) {
      .blog-posts .post .imagen {
        margin-bottom: 25px; } }
    body.search-results .blog-posts .post .imagen {
      display: none; }
    .blog-posts .post .imagen img {
      height: 214px;
      /*
                object-fit: cover;
                object-position: center top;
                 */
      width: 100%;
      object-fit: cover;
      object-position: center center;
      display: block; }
      @media (min-width: 1080px) {
        .blog-posts .post .imagen img {
          height: 266px; } }
  .blog-posts .post .fecha {
    display: none; }
    body.search-results .blog-posts .post .fecha {
      display: block;
      color: #1A2129;
      font-size: 14px;
      line-height: 27px;
      font-weight: 500;
      text-align: left;
      margin-bottom: 14px;
      text-transform: capitalize; }
  .blog-posts .post .titulo {
    width: 100%;
    display: block;
    margin-bottom: 8px; }
    body.search-results .blog-posts .post .titulo {
      margin-bottom: 0; }
    .blog-posts .post .titulo,
    .blog-posts .post .titulo * {
      color: var(--almost-black);
      font-size: 16px;
      line-height: 22px;
      text-align: left;
      font-weight: bold;
      text-wrap: balance;
      text-decoration: none; }
      @media (min-width: 1080px) {
        .blog-posts .post .titulo,
        .blog-posts .post .titulo * {
          font-size: 17px;
          line-height: 23px; } }
      body.search-results .blog-posts .post .titulo, body.search-results
      .blog-posts .post .titulo * {
        color: #1A2129;
        font-weight: 900; }
        @media (min-width: 1400px) {
          body.search-results .blog-posts .post .titulo, body.search-results
          .blog-posts .post .titulo * {
            font-size: 20px;
            line-height: 22px; } }
  .blog-posts .post .excerpt {
    width: 100%; }
    .blog-posts .post .excerpt,
    .blog-posts .post .excerpt * {
      color: var(--grey-alt);
      font-size: 9px;
      line-height: 18px;
      text-align: left;
      font-weight: normal;
      text-wrap: balance; }
      body.search-results .blog-posts .post .excerpt, body.search-results
      .blog-posts .post .excerpt * {
        color: #5E6B74;
        font-size: 14px;
        line-height: 24px; }
    .blog-posts .post .excerpt * {
      margin: 0; }
  .blog-posts .post .categorias {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 8px; }
    @media (min-width: 1080px) {
      .blog-posts .post .categorias {
        margin-bottom: 16px; } }
    body.search-results .blog-posts .post .categorias {
      display: none; }
  .blog-posts .post .categoria a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 13px;
    background-color: var(--brown);
    color: var(--white);
    font-size: 7px;
    line-height: 8px;
    font-weight: 900;
    text-decoration: none; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 24px; }
  @media (min-width: 1080px) {
    .pagination {
      margin-top: 48px; } }
  @media (min-width: 1400px) {
    .pagination {
      margin-top: 96px; } }
  .pagination .boton {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 14px;
    line-height: 19px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    padding: 7px 20px;
    background: transparent linear-gradient(180deg, var(--blue-gradient-dark) 0%, var(--blue-gradient-light) 100%) 0% 0% no-repeat padding-box;
    margin: 0 auto; }
    @media (min-width: 1080px) {
      .pagination .boton {
        font-size: 16px;
        line-height: 22px;
        padding: 9px 28px; } }
    @media (min-width: 1400px) {
      .pagination .boton {
        padding: 16px 38px; } }
  .pagination .prev,
  .pagination .next {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--almost-black);
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 8px 16px; }
    @media (min-width: 1080px) {
      .pagination .prev,
      .pagination .next {
        font-size: 16px;
        line-height: 22px; } }
  .pagination .page-numbers:not(.prev):not(.next) {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--almost-black);
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    padding: 8px 16px; }
    @media (min-width: 1080px) {
      .pagination .page-numbers:not(.prev):not(.next) {
        font-size: 16px;
        line-height: 22px; } }
    .pagination .page-numbers:not(.prev):not(.next).current {
      color: var(--white);
      background: transparent linear-gradient(180deg, var(--blue-gradient-dark) 0%, var(--blue-gradient-light) 100%) 0% 0% no-repeat padding-box; }

.titulo-actualidad {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 0px;
  display: block; }
  body.search-results .titulo-actualidad {
    display: none; }
  @media (min-width: 1400px) {
    .titulo-actualidad {
      margin-bottom: 12px; } }
  .titulo-actualidad,
  .titulo-actualidad * {
    color: var(--almost-black);
    font-size: 25px;
    line-height: 29px;
    font-family: var(--font-secondary);
    text-align: left;
    font-weight: 900;
    text-wrap: balance; }
    @media (min-width: 1080px) {
      .titulo-actualidad,
      .titulo-actualidad * {
        font-size: 33px;
        line-height: 41px; } }
    @media (min-width: 1400px) {
      .titulo-actualidad,
      .titulo-actualidad * {
        font-size: 44px;
        line-height: 54px; } }
  .titulo-actualidad * {
    margin: 0; }

.titulo-buscador {
  display: none;
  color: var(--almost-black);
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-secondary);
  text-align: left;
  font-weight: bold;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 19px; }
  body.search-results .titulo-buscador {
    display: block; }
  @media (min-width: 1080px) {
    .titulo-buscador {
      font-size: 24px;
      line-height: 42px; } }
  @media (min-width: 1400px) {
    .titulo-buscador {
      font-size: 28px;
      line-height: 42px; } }

.not-found .page-title {
  color: var(--almost-black);
  font-size: 25px;
  line-height: 29px;
  font-family: var(--font-secondary);
  text-align: left;
  font-weight: 900;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 24px; }
  @media (min-width: 1080px) {
    .not-found .page-title {
      font-size: 34px;
      line-height: 45px; } }
  @media (min-width: 1400px) {
    .not-found .page-title {
      font-size: 46px;
      line-height: 54px; } }

.search-form {
  display: flex;
  gap: 11px; }
  @media (max-width: 1079px) {
    .search-form {
      margin-bottom: 48px; } }
  .search-form .search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 11px;
    line-height: 15px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    padding: 5px 25px;
    background: transparent linear-gradient(180deg, var(--blue-gradient-dark) 0%, var(--blue-gradient-light) 100%) 0% 0% no-repeat padding-box;
    margin: 0; }
    @media (min-width: 1400px) {
      .search-form .search-submit {
        font-size: 15px;
        line-height: 20px; } }
