@charset "UTF-8";
footer {
  overflow: hidden; }

footer.wp-block-template-part {
  margin-left: calc(var(--wp--custom--spacing--outer) * -1);
  margin-right: calc(var(--wp--custom--spacing--outer) * -1);
  background: var(--base-light);
  margin-top: var(--wp--custom--spacing--outer);
  *padding-top: var(--wp--custom--spacing--medium);
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
  footer.wp-block-template-part div.wp-container-15 {
    padding-top: 0 !important; }
  footer.wp-block-template-part .aside {
    padding-bottom: 0 !important;
    border-top: 1px solid black; }
  footer.wp-block-template-part .aviso-legal {
    background-color: var(--base-1);
    color: var(--base-light); }
    footer.wp-block-template-part .aviso-legal a {
      color: var(--base-light); }

footer .slider {
  max-width: 90vw !important; }
  @media screen and (min-width: 768px) {
    footer .slider {
      max-width: 70vw !important; } }
  @media screen and (min-width: 1200px) {
    footer .slider {
      max-width: 50vw !important; } }

.header > div:first-child {
  padding: 1rem 0 !important; }
  .header > div:first-child figure {
    width: 100%;
    text-align: center; }
    .header > div:first-child figure img {
      height: 2rem;
      max-width: 100%;
      vertical-align: middle;
      width: auto; }
.header .nav {
  margin-block-start: 0; }
  .header .nav form .wp-block-search__inside-wrapper {
    max-height: 2rem;
    border: transparent; }
  .header .nav form :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border-radius: 3px 0 0 3px; }
  .header .nav form button[type="submit"] {
    margin: 0;
    border-radius: 0 3px 3px 0;
    background-color: var(--title-color);
    padding: 0 !important; }
  .header .nav form input[type="search"] {
    padding: 0.25rem 1rem;
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
    width: 5rem;
    transition: all ease-in-out 1.5s; }
    .header .nav form input[type="search"]:focus {
      width: auto; }
.header .navbar {
  background-color: var(--base-1);
  color: var(--base-light);
  max-width: none;
  padding: .5rem 0; }
  .header .navbar ul li a:hover {
    transform: scale(1.2);
    transition: all ease-in .1s; }
.header .nav-fixed {
  position: fixed;
  width: 100% !important;
  top: 0;
  z-index: 100;
  margin-block-start: 0; }

.wp-site-blocks header + div {
  margin-block-start: 0; }

.home {
  background-color: var(--light-green); }
  .home ul.grid-categories {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 2rem;
    background-color: var(--base-light);
    padding: var(--wp--custom--spacing--small); }
    .home ul.grid-categories li {
      width: 100% !important; }
      .home ul.grid-categories li img {
        width: 100% !important; }
  @media screen and (min-width: 768px) {
    .home ul.grid-categories {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1200px) {
    .home ul.grid-categories {
      grid-template-columns: repeat(3, 1fr); } }

/**
 * Definición de espacios
 */
:root {
  --base-min-space: calc($space-1 / $aurea);
  --base-space: 1rem;
  --base-space-2: 1.618rem;
  --base-space-3: 2.617924rem;
  --base-space-4: 4.235801032rem;
  --base-space-5: 6.8535260698rem;
  --base-space-6: 11.0890051809rem;
  --base-space-7: 17.9420103827rem;
  --base-space-8: 29.0301727992rem;
  --base-space-9: 46.9708195891rem;
  --base-space-10: 75.9987860952rem; }

p {
  font-size: var(--base-space); }

:root {
  --base-1: rgb(33, 68, 2);
  --base-2: rgb(149, 46, 37);
  --base-light: #fdfdfd;
  --base-dark: #000000;
  --base-1-t: rgba(33, 68, 2, .9);
  --title-color: #33691e;
  --light-green: #f1f8e9;
  --light-red: #ffebee; }

@font-face {
  font-family: NotoSansMedium;
  src: url(/wp-content/themes/twentytwentytwo-child/assets/fonts/Noto_Sans/NotoSans-Medium.ttf); }
@font-face {
  font-family: NotoSansRegular;
  src: url(/wp-content/themes/twentytwentytwo-child/assets/fonts/Noto_Sans/NotoSans-Regular.ttf); }
@font-face {
  font-family: Cinzel;
  src: url(/wp-content/themes/twentytwentytwo-child/assets/fonts/CinzelDecorative/regular.ttf); }
:root {
  --base-font: NotoSansRegular, sans-serif;
  --wp--preset--font-family--system-font: NotoSansRegular, sans-serif;
  --header-font: Cinzel, sans-serif; }

body, a {
  font-family: var(--base-font) !important;
  color: rgba(0, 0, 0, 0.9); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--header-font) !important; }

.hidden {
  display: none !important; }

main.with-nav-fixed {
  padding-top: 5rem; }

body.category h1 {
  font-size: 0 !important; }
  body.category h1 span {
    font-size: 4rem;
    color: var(--base-1); }
body.category main {
  margin-block-start: 0; }
  body.category main ul {
    display: grid;
    grid-gap: 2rem;
    padding: 0; }
    @media screen and (min-width: 1280px) {
      body.category main ul {
        grid-template-columns: repeat(2, 1fr); } }
  body.category main li {
    background: #fff;
    padding: 0.5rem 1.5rem;
    margin-block-start: 0; }
    body.category main li h2 {
      margin: 0; }
      body.category main li h2 a {
        font-weight: 100;
        color: rgba(33, 68, 2, 0.6);
        text-decoration: none;
        font-family: var(--header-font) !important;
        font-size: 2rem;
        text-align: center; }
    body.category main li figure {
      margin: 0 !important; }
    body.category main li div {
      max-width: 100%; }
    body.category main li div[aria-hidden="true"], body.category main li .wp-block-post-date {
      display: none; }

div.wp-site-blocks {
  background-color: var(--light-green); }
  div.wp-site-blocks .remove-maxwidth {
    max-width: 100% !important; }
  div.wp-site-blocks .categories-block {
    background-color: var(--base-light);
    padding: var(--wp--custom--spacing--small); }
  div.wp-site-blocks .background-red {
    background-color: var(--light-red); }
  div.wp-site-blocks .categories-column {
    *padding: var(--wp--custom--spacing--small);
    text-align: center; }
  div.wp-site-blocks h2 {
    font-weight: 300;
    color: rgba(33, 68, 2, 0.6); }
  div.wp-site-blocks h3 {
    font-weight: 300;
    color: rgba(33, 68, 2, 0.6); }
  div.wp-site-blocks a {
    font-weight: 300;
    color: rgba(33, 68, 2, 0.6);
    text-decoration: none; }
  div.wp-site-blocks h4 {
    font-weight: 100;
    color: rgba(33, 68, 2, 0.5);
    font-size: 1.5rem; }
  div.wp-site-blocks .markets {
    max-width: var(--wp--style--global--wide-size) !important;
    text-align: center;
    margin: 1.25rem 1.25em 1.25em 1.25rem;
    justify-content: center; }
  div.wp-site-blocks div.wp-block-columns.categories-blocks {
    flex-wrap: wrap !important; }
  div.wp-site-blocks .categories-blocks {
    flex-wrap: wrap; }
    div.wp-site-blocks .categories-blocks .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
      flex: 1 0 40%; }
    div.wp-site-blocks .categories-blocks div.categories-column {
      flex: 1 0 100% !important; }
      @media screen and (min-width: 768px) {
        div.wp-site-blocks .categories-blocks div.categories-column {
          flex: 1 0 40% !important; } }
      @media screen and (min-width: 1200px) {
        div.wp-site-blocks .categories-blocks div.categories-column {
          flex: 1 0 30% !important; } }
  div.wp-site-blocks .wp-block-column {
    flex: 1 0 100%; }
    @media screen and (min-width: 768px) {
      div.wp-site-blocks .wp-block-column {
        flex: 1 0 40%; } }
    @media screen and (min-width: 1200px) {
      div.wp-site-blocks .wp-block-column {
        flex-basis: 100%;
        flex-grow: 1;
        min-width: 0; } }
  div.wp-site-blocks .highlighted-entry li {
    display: flex;
    flex-wrap: wrap; }
    div.wp-site-blocks .highlighted-entry li .wp-block-latest-posts__post-title {
      flex: 1 0 100%;
      order: 1;
      font-family: var(--header-font) !important;
      font-weight: 300;
      color: rgba(33, 68, 2, 0.6);
      font-size: var(--wp--preset--font-size--x-large);
      text-decoration: none;
      text-align: center; }
    @media screen and (min-width: 768px) {
      div.wp-site-blocks .highlighted-entry li .wp-block-latest-posts__post-title {
        order: 0; } }
    div.wp-site-blocks .highlighted-entry li .wp-block-latest-posts__post-excerpt {
      flex: 0 0 100%;
      order: 3;
      display: block; }
    @media screen and (min-width: 768px) {
      div.wp-site-blocks .highlighted-entry li .wp-block-latest-posts__post-excerpt {
        flex: 0 0 47%;
        order: 1; } }
    div.wp-site-blocks .highlighted-entry li .wp-block-latest-posts__featured-image {
      flex: 0 0 100%;
      order: 2; }
      div.wp-site-blocks .highlighted-entry li .wp-block-latest-posts__featured-image a {
        width: 100%; }
        div.wp-site-blocks .highlighted-entry li .wp-block-latest-posts__featured-image a img {
          max-width: none !important;
          max-height: none !important;
          width: 100%; }
    @media screen and (min-width: 768px) {
      div.wp-site-blocks .highlighted-entry li .wp-block-latest-posts__featured-image {
        flex: 0 0 50%; } }
  div.wp-site-blocks ul.culture-entries li:first-child {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    div.wp-site-blocks ul.culture-entries li:first-child .wp-block-latest-posts__featured-image {
      flex: 1 0 44%;
      order: 2; }
      div.wp-site-blocks ul.culture-entries li:first-child .wp-block-latest-posts__featured-image a {
        width: 100%; }
        div.wp-site-blocks ul.culture-entries li:first-child .wp-block-latest-posts__featured-image a img {
          max-width: none !important;
          max-height: none !important;
          width: 100%; }
    div.wp-site-blocks ul.culture-entries li:first-child .wp-block-latest-posts__post-title {
      flex: 1 0 100%;
      order: 1;
      font-family: var(--header-font) !important;
      font-weight: 300;
      color: rgba(33, 68, 2, 0.6);
      font-size: var(--wp--preset--font-size--x-large);
      text-decoration: none;
      text-align: center; }
    @media screen and (min-width: 768px) {
      div.wp-site-blocks ul.culture-entries li:first-child .wp-block-latest-posts__post-title {
        order: 0; } }
    div.wp-site-blocks ul.culture-entries li:first-child .wp-block-latest-posts__post-excerpt {
      flex: 1 0 100%;
      order: 3;
      text-align: justify;
      display: block; }
    @media screen and (min-width: 768px) {
      div.wp-site-blocks ul.culture-entries li:first-child .wp-block-latest-posts__post-excerpt {
        flex: 1 0 43%;
        order: 1;
        margin-right: 1.25em; } }
  div.wp-site-blocks ul.culture-entries li {
    flex: 1 0 100%;
    text-align: center;
    margin: 0 1.25em 1.25em 1.25em; }
    div.wp-site-blocks ul.culture-entries li div.wp-block-latest-posts__post-excerpt {
      text-align: justify;
      display: none; }
    @media screen and (min-width: 768px) {
      div.wp-site-blocks ul.culture-entries li {
        flex: 1 0 40%; } }
    @media screen and (min-width: 1200px) {
      div.wp-site-blocks ul.culture-entries li {
        flex: 1 0 29%; } }

div.is-layout-constrained.wp-block-group h1 {
  text-align: center;
  margin: 5rem auto 0; }

div.is-layout-constrained.wp-block-group hr {
  display: none; }

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