@charset "UTF-8";
/*!
Theme Name: Ruta Libre Blog
Theme URI: http://underscores.me/
Author: Gustavo Gil
Author URI: http://gustavog@titamedia.com
Description: Tema para Blog de Ruta Libre
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: mario_blog
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.

Ruta Libre Blog 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

@font-face {
  font-family: 'OpenSans';
  src: url('fonts/rutaLibre/OpenSans-Light.ttf');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('fonts/rutaLibre/OpenSans-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}



@font-face {
  font-family: 'OpenSans';
  src: url('fonts/rutaLibre/OpenSans-Semibold.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('fonts/rutaLibre/OpenSans-Bold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans';
  src: url('fonts/rutaLibre/OpenSans-ExtraBold.ttf');
  font-weight: 700;
  font-style: normal;
}


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* 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;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: 100%; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  background: transparent;
  margin: 0px;
  overflow-x: hidden !important;
  font-family: OpenSans; }

/**
 * 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
--------------------------------------------------------------*/
.bg-secondary-mh {
	background-color: #F8F8F8 !important;
}
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: OpenSans;
  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
--------------------------------------------- */
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; }

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

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.site{
    margin: auto;
}



/*ESTILOS HOME*/
@media screen and (max-width: 600px) {
  .site-main {
    padding-top: 30px; } }

.home .site-main {
  padding: 0;
  margin: auto;
  /* overflow: auto; */ }
  @media screen and (max-width: 600px) {
    .home .site-main {
      padding-top: 20px; } }
  .home .site-main .swiper-container {
    width: 100%;
    padding-top: 2%; 
    background-color: #FAFAFA;
    position: relative;
    overflow: hidden;
  }
    .home .site-main .swiper-container .cabecera {
      font-size: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      @media screen and (max-width: 600px) {
        .home .site-main .swiper-container .cabecera {
          font-size: 25px;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100px; } }
      .home .site-main .swiper-container .cabecera:before {
        content: '';
        width: 60%;
        height: 2px;
        background-color: #000;
        position: absolute;
        z-index: 0; }
        @media screen and (max-width: 600px) {
          .home .site-main .swiper-container .cabecera:before {
            width: 90%; } }
      .home .site-main .swiper-container .cabecera h2 {
        z-index: 1;
        background-color: white;
        padding: 0 30px;
        font-size: 25px;
        font-weight: 100; }
  .home .site-main .swiper-button-next {
    width: 40px;
    height: 40px!important;
    right: 20px;
   }

   .home .site-main .swiper-button-prev {
    width: 40px;
    height: 40px!important;
    left: 20px;
   }


   


  @media screen and (max-width: 600px) {
    .carruselGeneral__background {
      display: none; } }
  

.carruselGeneral__backgroundMovil {
  display: none; }
  @media screen and (max-width: 600px) {
    .carruselGeneral__backgroundMovil {
      display: block;
      width: 100%;
	  max-height:325px;
	  overflow:hidden;} }
  .carruselGeneral__backgroundMovil img {
    width: 100%; }

.carruselGeneral__texto {
  position: relative;
  color: black;
  text-align: left;
  background: transparent;
  padding: 3% 2%;
  max-height: 45%;
  padding-top: 8%; 
  max-width: 40%;}
  @media screen and (max-width: 600px) {
    .carruselGeneral__texto {
      position: relative;
      width: 88%;
      text-align: left;
      margin-left: 6%;
      height: auto;
      padding-top: 5%;
      margin-bottom: 0px; 
      max-width: 100%;} }
  .carruselGeneral__texto h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 42px;
    margin: 0em;
    font-family: OpenSans; 
   margin-top: 20px;}
    @media screen and (max-width: 600px) {
      .carruselGeneral__texto h1 {
        font-size: 1.5rem;
        line-height: 2rem; } }
  @media screen and (max-width: 600px) {
    .carruselGeneral__texto img {
      display: none; } }
  .carruselGeneral__texto p {
    font-size: 1rem; }
  .carruselGeneral__texto span.categoria {
    font-size: 12px;
    color: #181C22; 
    background-color: #F9B233;
    padding: 4px 8px;
    border-radius: 4px;
  }
  .carruselGeneral__texto a.linkTexto {
    border: 1px solid;
    padding: 10px 18px;
    font-size: 18px;
    color: #000;
    position: absolute;
    top: 85%;
    text-decoration: none; }
    @media screen and (max-width: 600px) {
      .carruselGeneral__texto a.linkTexto {
        border: 1px solid;
        padding: 10px 18px;
        font-size: 18px; } }

.carruselGeneral__imagen {
  position: absolute;
  top: -25%;
  right: 10%;
  max-width: 38%; }
  @media screen and (max-width: 600px) {
    .carruselGeneral__imagen {
      position: absolute;
      top: 0%;
      right: 11%;
      width: 78%;
      max-width: 78%; } }
  .carruselGeneral__imagen .texto {
    position: absolute;
    left: 0%;
    color: #FFF;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .carruselGeneral__imagen .texto > div {
      padding: 80px 60px;
      font-weight: 100; }
      @media screen and (max-width: 600px) {
        .carruselGeneral__imagen .texto > div {
          padding: 30px; } }



/* .swiper-pagination {
  color: #000;
  top: 79%;
  right: 7%;
  width: 5% !important;
  left: auto !important; }
  @media screen and (max-width: 600px) {
    .swiper-pagination {
     bottom:-5%!important;
      right: 12%;
      width: 20% !important; } } */

section {
  padding: 1% 5%;
  margin: auto;
  max-width: 1360px; }

.contenedor {
  max-width: 1360px;
  margin: auto; 
  display: flex;
flex-direction: column;}

.contenedor h3{
  padding-left: 5%;
}

#seccionDestacados h2 {
  font-size: 28px;
    font-weight: 700;
    font-family: OpenSans;}
  @media screen and (max-width: 600px) {
    #seccionDestacados h2 {
      font-size: 20px; } }

.destacados {
  display: flex;
justify-content: center; }
  @media screen and (max-width: 600px) {
    .destacados {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      margin-left: 0px;
      display: block; } }
  .destacados__categoria {
    width: 20%;
    margin: 0 1%;
    position: relative; }
    @media screen and (max-width: 600px) {
      .destacados__categoria {
        width: 56%;
        display: inline-block; } }
    .destacados__categoria:hover .destacados__categoria__texto {
      background-color: rgba(0, 0, 0, 0); }
    .destacados__categoria:hover figure {
      transform: scale(1.1); }
    .destacados__categoria figure {
      margin: 0;
      transition: 0.2s;
      overflow-x: hidden;
      max-width: 304px; }
      .destacados__categoria  img {
        width: 100%;
        border-radius: 10px; }
    .destacados__categoria__texto {
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 8px;
      position: absolute;
      top: 0;
      width: 100%;
      height: 96%;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      max-width: 304px;
      transition: 0.2s ease-out;
      flex-direction: column;}
      .destacados__categoria__texto h2 {
        color: #FFF;
        margin-left: 10px;
        font-size: 14px !important;
        position: relative;
        font-weight: 700!important; 
        margin-bottom: 4px;}

      .destacados__categoria__texto h4{
        margin-left: 10px;
        color: #FFF;
        font-size: 13px;
        margin-top: 5px;
        font-weight: 400;
        position: relative;
      }

      .destacados__categoria__texto h4::after{
        content: url(img/flecha-banca-right.svg);
        margin-left: 5px;
        top: 1px;
        position: absolute;
      }

        /* .destacados__categoria__texto h2:after {
          content: url(img/flecha.png) !important;
          transform: rotate(-90deg);
          display: inline-block;
          margin-left: 5px;
          height: 15px;
          position: absolute;
          top: 5px; } */
      /* .destacados__categoria__texto:hover h2 {
        color: #000;
       
        bottom: -24px;
        right: 0px;
        background-color: white;
        margin-left: 10px;
        width: 85%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 5px; } */
       /*  .destacados__categoria__texto:hover h2:after {
          content: url(img/flecha-negra.png) !important;
          transform: rotate(0deg);
          position: absolute;
          right: 0;
          top: 12px; } */

#top-articulos h2 {
  font-size: 28px;
  font-weight: 700;
  font-family: OpenSans; }
  @media screen and (max-width: 600px) {
    #top-articulos h2 {
      font-size: 20px; 
     white-space: normal;} }

      #top-articulos .caja-articulos{
        display: flex;
      }      

#top-articulos .cat-list {
  list-style: none;
  display: flex;
  padding-inline-start: 0px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-left: 0px; }
  @media screen and (max-width: 600px) {
    #top-articulos .cat-list {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap;
      margin-left: 10px;
      height: 30px;
      display: block; } }
  #top-articulos .cat-list li {
    width: 170px;
    border: 1px solid;
    padding: 0px; }
    @media screen and (max-width: 600px) {
      #top-articulos .cat-list li {
        display: inline-block; } }
    #top-articulos .cat-list li a {
      text-decoration: none;
      font-size: 14px; }
      #top-articulos .cat-list li a.active {
        background-color: black;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: underline; }

#top-articulos .caja-articulos .col-50 {
  width: 50%;
  float: left; }

    @media screen and (max-width: 600px) {
      #top-articulos .caja-articulos .col-50.lateral__izq {
        height: auto;
        margin-bottom: 40px; } }
  @media screen and (max-width: 600px) {
    #top-articulos .caja-articulos .col-50 {
      width: 100%;
      float: none; } }

#top-articulos .caja-articulos .posteo-principal {
  width: 98%;
  position: sticky;
  top: 0; 
  background: #fafafa;
  border-bottom: 6px solid;
  border-image-source: linear-gradient(90deg, #DA342A 0%, #F9B233 100%);
  border-image-slice: 1;
  PADDING-BOTTOM: 20px;
  border-bottom-right-radius: 1px;}
  @media screen and (max-width: 600px) {
    #top-articulos .caja-articulos .posteo-principal {
      position: relative;
      width: 100%; } }
  /*#top-articulos .caja-articulos .posteo-principal:nth-child(1) {
    display: none; }*/
  #top-articulos .caja-articulos .posteo-principal img {
    width: 100%; 
    height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
  }
    @media screen and (max-width: 600px) {
      #top-articulos .caja-articulos .posteo-principal img {
        width: 100%; 
      height: 350px;} }

        #top-articulos .caja-articulos .posteo-principal .categoria{
          background-color: #F9B233;
          border-radius: 4px;
          box-shadow: 6px 4px 12px 0px #A7A7A714;
          padding: 5px;
          color: #181C22;
          font-size: 12px;
          margin-left: 3%;
        }      
  #top-articulos .caja-articulos .posteo-principal .texto-intro {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    margin-right: 5%;
    line-height: 1.1;
    margin-top: 10px; 
    margin-left: 3%;}

    #top-articulos .caja-articulos .posteo-principal p{
      margin-left: 3%;
      margin-right: 3%;
    }

    #top-articulos .caja-articulos .posteo-principal  p  a{
      color: #D01317;
      text-decoration: none;
    }
    @media screen and (max-width: 600px) {
      #top-articulos .caja-articulos .posteo-principal .texto-intro {
        font-size: 22px; } }
    #top-articulos .caja-articulos .posteo-principal .texto-intro a {
      text-decoration: none; }
      #top-articulos .caja-articulos .posteo-principal .texto-intro a:hover {
        color: #000; }
    #top-articulos .caja-articulos .posteo-principal .texto-intro span {
      font-size: 12px;
      margin-right: 5px;
      text-transform: uppercase; }

#top-articulos .caja-articulos .thumbnail__home {
  width: 45%;
  float: left;
  margin-bottom: 30px;
  margin-left: 5%; 
  position:relative;}
  #top-articulos .caja-articulos .thumbnail__home img{
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;}
   
    #top-articulos .caja-articulos .thumbnail__home .texto{
    height: 68%;
    position: absolute;
    bottom: 6px;
    color: #FFF;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 0;
    }

  @media screen and (max-width: 600px) {
    #top-articulos .caja-articulos .thumbnail__home {
      width: 65%;
      margin-left: 15px;
    display: inline-block;
  float: none; } 
}
  @media screen and (max-width: 600px) {
    #top-articulos .caja-articulos .thumbnail__home > a {
      width: 100%;
      display: block;
      float: left;
      margin-right: 0%; } }
  @media screen and (max-width: 600px) {
    #top-articulos .caja-articulos .thumbnail__home:nth-child(3n) > a {
      width: 100%;
      display: block;
      float: left;
      margin-right: 2%; }
      #top-articulos .caja-articulos .thumbnail__home:nth-child(3n) > a img {
        width: 100%; } }
  @media screen and (max-width: 600px) {
    #top-articulos .caja-articulos .thumbnail__home:nth-child(3n) > .texto {
      width: 90%; } }

    @media screen and (max-width: 600px) {
      #top-articulos .caja-articulos .thumbnail__home .texto {
        width: 100%;
        float: left;
        display: inline-block;
        margin-left: 0%; 
        position: absolute;
        left: 0;} }
  #top-articulos .caja-articulos .thumbnail__home h2 {
    font-size: 18px;
    margin-bottom: 0; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;}

    #top-articulos .caja-articulos .thumbnail__home p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;}
   
    @media screen and (max-width: 600px) {
      #top-articulos .caja-articulos .thumbnail__home p {
        white-space: normal;
      } 
    }
    

    #top-articulos .caja-articulos .thumbnail__home h2 a {
      text-decoration: none; 
    color: #FFF;}
  #top-articulos .caja-articulos .thumbnail__home span {
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 2px; 
  }
  #top-articulos .caja-articulos .thumbnail__home span.categoria{
    background-color: #F9B233;
    border-radius: 4px;
    box-shadow: 0px 0px 1px 0px #6969691A;
box-shadow: 0px 2px 2px 0px #69696917;
box-shadow: 0px 4px 2px 0px #6969690D;
box-shadow: 0px 7px 3px 0px #69696903;
box-shadow: 0px 10px 3px 0px #69696900;
box-shadow: 6px 4px 12px 0px #A7A7A714;
  padding: 5px;
  color: #181C22;

  } 
    #top-articulos .caja-articulos .thumbnail__home span a {
      text-decoration: none;
    color: #FFF; 
  text-transform: capitalize;}
    #top-articulos .caja-articulos .thumbnail__home span.posted-on {
      margin-left: 0px;
      position: relative; }
      /* #top-articulos .caja-articulos .thumbnail__home span.posted-on:after {
        content: '';
        width: 23px;
        height: 2px;
        position: absolute;
        top: 6px;
        left: -28px;
        background-color: black; } */

#youtube-mh {
  width: 66%;
  float: left;
  padding: 1% 2%; }
  @media screen and (max-width: 600px) {
    #youtube-mh {
      width: 100%; } }
  #youtube-mh h2 {
    font-size: 3.5em;
    font-weight: 300;
    color: #000000;
    margin-top: 0;
    font-family: OpenSans; }
    @media screen and (max-width: 600px) {
      #youtube-mh h2 {
        font-size: 19px;
        width: 100%;
        margin-bottom: -30px;
        margin-left: 13px; } }
    #youtube-mh h2.titulo-video {
      font-size: 35px;
      margin-bottom: 0px; }
      @media screen and (max-width: 600px) {
        #youtube-mh h2.titulo-video {
          font-size: 20px;
          margin-bottom: 0px;
          width: 98%;
          margin-top: -25px;
          line-height: 1.4; } }
    #youtube-mh h2 span {
      color: #828282;
      margin-left: 90px;
      position: relative; }
      #youtube-mh h2 span:before {
        content: '';
        width: 60px;
        height: 2px;
        background-color: #828282;
        position: absolute;
        top: 42px;
        left: -75px; }
        @media screen and (max-width: 600px) {
          #youtube-mh h2 span:before {
            top: 17px; } }
  #youtube-mh div.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 50px 0;
    /* esto es opcional */
    clear: both; }
  #youtube-mh div.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #youtube-mh .wp-block-embed iframe {
    width: 100%;
    height: -webkit-fill-available; }
  #youtube-mh .detalle-video {
    width: 30%;
    margin-right: 3%;
    float: left; }
    @media screen and (max-width: 600px) {
      #youtube-mh .detalle-video {
        width: 70%;
        margin-left: 20px; } }
    @media screen and (max-width: 600px) {
      #youtube-mh .detalle-video:nth-child(2) {
        margin-left: 21%; } }
    #youtube-mh .detalle-video h3 {
      margin-top: -20px;
      font-family: OpenSans; }

#mas-vistos {
  width: 100%;
  float: left;
  display: flex; 
  gap: 3%; 
}
  @media screen and (max-width: 600px) {
    #mas-vistos {
      overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin-left: 0px;
        display: block;} }
  #mas-vistos h3 {
    font-size: 1.7em;
    font-family: OpenSans; }
  #mas-vistos .detalle__masvistos {
    display: block;
    border-right: 1px solid;
    margin-bottom: 50px; 
    padding: 0 2%;}
    @media screen and (max-width: 600px) {
      #mas-vistos .detalle__masvistos {
        width: 65%;
    display: inline-block !important;
      }
    }

    #mas-vistos .detalle__masvistos span {
      font-size: 4rem;
      margin-right: 20px;
      line-height: 4rem;
      font-family: OpenSans; }
      @media screen and (max-width: 600px) {
        #mas-vistos .detalle__masvistos span {
          float: left; } }
      #mas-vistos .detalle__masvistos span.categoria, #mas-vistos .detalle__masvistos span.posted-on {
        font-size: 13px;
        line-height: 15px;
        text-transform: uppercase; }
    #mas-vistos .detalle__masvistos h2 {
      margin-top: 0px;
      font-family: OpenSans;
      font-size: 20px;
      padding-right: 5%; 
      font-weight: 400;}
      @media screen and (max-width: 600px) {
        #mas-vistos .detalle__masvistos h2 {
          display: inline-block;
          padding-right: 2%;
          width: 90%; 
          white-space: normal;
        } }
    #mas-vistos .detalle__masvistos a {
      text-decoration: none; }



.instagram-info {
  margin-top: -13%;
  padding-left: 12%;
  overflow: auto; }
  .instagram-info h3 {
    color: #4f4f4f;
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 100;
    font-family: OpenSans; }
  .instagram-info h2 {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: OpenSans; }
  .instagram-info .boton {
    background-color: black;
    color: #FFF;
    display: inline-block;
    padding: 8px 70px;
    margin-bottom: 50px; }
    .instagram-info .boton a {
      color: #fff;
      text-decoration: none; }

/* Links
--------------------------------------------- */
a {
  color: #000; }
  a:visited {
    color: #000; }
  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
--------------------------------------------------------------*/
.card-img-book{
	width: 100%;}
.card-img-book:hover {
	cursor:pointer;}
/* Navigation
--------------------------------------------- */
header.site-header {
  padding: 0px 4.35rem;
  height: 72px;
  display: flex;
  align-items: center;
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2); 
  gap: 12px;
  justify-content: space-between;
  border-bottom: 1px solid #BEC6D4;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0 , 0.2);
}
  @media screen and (max-width: 600px) {
    header.site-header {
      padding: 0px 0rem; } }
  header.site-header .ico-comprar {
    width: 99px;
	max-width: fit-content;}
    @media screen and (max-width: 600px) {
      header.site-header .ico-comprar {
        display: none; } }
  header.site-header .buscador {
    margin-right:4px; }
    @media screen and (max-width: 600px) {
      header.site-header .buscador {
        display:none;} }
    header.site-header .buscador input {
      background-color: #f7f7f7 !important; }



.site-branding {
  width: 120px;
  margin-right: 1%;
 }
  @media screen and (max-width: 600px) {
    .site-branding {
      margin-right: 0; 
      margin-left: 10px;
      width: 100px!important;
    } }
  .site-branding svg {
    height: 14px;
    max-width: 204px; }

.topBanner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  background-color: #000000;
  color: #FFFFFF;
  z-index: 999;
  font-size: 14px; }

.main-navigation {
  display: block;
  width: 48%; 
  height: 100%;}
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; 
    height: 100%;  
  }
    .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 {
    margin-right: 5%; 
    display: flex;
    align-items: center;
    padding: 0 6px;
  }
    .main-navigation li:hover {
      position: initial;
      margin-right: 5%; }
      .main-navigation li:hover > ul.sub-menu {
        width: 100%;
        background: white;
        position: absolute;
        top: 42px;
        left: 0;
        padding: 2% 13%;
        height: 300px;
        display: block;
        column-count: 3; }
        .main-navigation li:hover > ul.sub-menu li {
          margin-bottom: 30px; }
          .main-navigation li:hover > ul.sub-menu li ul.sub-menu {
            display: contents; }
        .main-navigation li:hover > ul.sub-menu .productos-cabecera {
          position: absolute;
          right: 0;
          top: 20px;
          display: flex; }
        .main-navigation li:hover > ul.sub-menu .imagenes {
          margin: 0 30px;
          width: 173px; }
          .main-navigation li:hover > ul.sub-menu .imagenes h3 {
            font-size: 14px; }
            .main-navigation li:hover > ul.sub-menu .imagenes h3:after {
              content: url(img/flecha-negra.png) !important;
              transform: rotate(0deg);
              margin-left: 10px;
              padding-top: revert;
              position: absolute; }
  .main-navigation a {
    display: block;
    text-decoration: none;
   font-size: 14px;
  font-weight: 600; }

/* 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%; }

@media (max-width: 980px) {
  #site-navigation {
    /*position: fixed;*/
    bottom: 0;
    background-color: white;
    z-index: 33; }
  .site-branding {
    width: 100%;
    max-width: initial;
    text-align: center; }
  button#responsive-menu-button {
    width: 50px !important;
    height: 50px !important;
    position: fixed;
    top: auto !important;
    left: 15% !important;
    background: #FFFFFF;
    bottom: 12px !important; }
    button#responsive-menu-button span.responsive-menu-box:after {
      content: 'Menú';
      position: absolute;
      bottom: -20px;
      left: -4px;
      font-size: 13px; }
    button#responsive-menu-button.is-active span.responsive-menu-box:after {
      content: none; }
  #responsive-menu-container {
    background: #FFF !important; }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
      line-height: 40px !important;
      border-bottom: 1px solid #FFF !important;
      color: #000 !important;
      background-color: #FFF !important;
      height: 60px !important;
      font-size: 16px !important; }
  .responsive-menu-subarrow {
    background: #FFF !important;
    color: #000 !important;
    border: 0px;
    border-color: #fff !important; } }

.contenedor-menu-movil {
  display: none; }
  @media screen and (max-width: 600px) {
    .contenedor-menu-movil {
      display: block;
      position: absolute;
      width: 18%;
      top:-3px;
      height: 62px;
      background-color: white;
      z-index: 4; 
	  right:0;} }
  .contenedor-menu-movil .comprar {
    float: right;
    margin-right: 15%;
    margin-top: 15px; }

.site-info {
  text-align: center;
  padding: 15px 13px;
  font-size: 12px;
  color: #8b8b8b; }
  .site-info p {
    margin-bottom: 4px; }

.barra-final {
  height: 50px;
  background-color: #181C22;
  display: flex;
  justify-content: space-between;
    align-items: center;
    padding: 0 5%;
   }

.barra-final .texto1{
  color: #FFF;
  font-size: 12px;
  float: left;
}

.barra-final .texto2{
  color: #FFF;
  font-size: 12px;
}


.prefooter {
  background-color: #f7f7f7; 
  padding-top: 5%;}
  .prefooter .container {
    padding: 0 .9375rem;
    max-width: 1180px;
    margin: 0px auto;
    display: flex;
    padding: 30px 0 20px; }
  .prefooter .container_newsletter{
    max-width: 85%;
    background-color: white;
    margin: auto;
    /* padding-top: 5%; */
    /* margin-top: 5%; */
    border-bottom: 7px solid;
    border-image-source: linear-gradient(90deg, #DA342A 0%, #F9B233 100%);
    border-bottom: 6px solid;
    border-image-source: linear-gradient(90deg, #DA342A 0%, #F9B233 100%);
    border-image-slice: 1;
    border-radius: 12px;
    display: flex;
  }  
  .columna1__news,  .columna2__news{
    width: 50%;
    display: flex;
    gap: 20px;
    padding: 1%;
  }
    @media screen and (max-width: 600px) {
      .prefooter .container {
        display: block; } }
    .prefooter .container ul {
      list-style: none; }
      .prefooter .container ul li {
        line-height: 1.2;
        margin-bottom: 0.5rem; 
        font-size: 14px;
        font-weight: 600;
      }
        .prefooter .container ul li a {
          padding: 0;
          font-size: 14px;
          color: #000000;
          text-decoration: none; }
    .prefooter .container .footer__col_1 {
      width: 38%;
      padding: 0px 4% 0% 0%; }
      
    
      @media screen and (max-width: 600px) {
        .prefooter .container .footer__col_1 {
          width: 100%;
          text-align: center;
          padding: 0 8%; } }
      .prefooter .container .footer__col_1 h3 {
        padding-left: 0.5em;
        padding-right: 1em;
        font-weight: 600;
        font-size: 17px;
        line-height: 19px;
        padding-top: 6px;
        margin-top: 0; }
        @media screen and (max-width: 600px) {
          .prefooter .container .footer__col_1 h3 {
            padding: 10px 0; } }
        .prefooter .container .footer__col_1 h3 .discount {
          font-size: 22px; }
      .prefooter .container .footer__col_1 .wpcf7 {
        padding-left: 0.5em;
        position: relative;
        padding-right: 1em; }
        @media screen and (max-width: 600px) {
          .prefooter .container .footer__col_1 .wpcf7 {
            padding-left: 0em; } }
        .prefooter .container .footer__col_1 .wpcf7 p {
          margin-bottom: 2px; }
        .prefooter .container .footer__col_1 .wpcf7 input {
          background-color: transparent;
          height: 2.4375rem;
          border: 1px solid;
          border-radius: 0;
          width: 81%; }
          @media screen and (max-width: 600px) {
            .prefooter .container .footer__col_1 .wpcf7 input {
              width: 200px; } }
        .prefooter .container .footer__col_1 .wpcf7 .wpcf7-submit {
          width: 41px;
          position: absolute;
          top: 0;
          right: 10%;
          font-size: 27px;
          height: 2.4375rem;
          padding: 9px;
          line-height: 1;
          padding-top: 0px;
          background-color: white;
          border-left: 1;
          border-radius: 0;
          margin-right: 6%; }
      .prefooter .container .footer__col_1 .legal {
        color: #000;
        text-align: justify;
        font-size: 14px;
        margin: 0;
        font-weight: 600;
        line-height: 12px;
        padding: 1.5rem 2.5rem 0.5rem 0.5rem;
        display: flex;
        align-items: center; }

        .prefooter .container .footer__col_1 .legal:before {
          content: url(img/redes/agent.svg);
          margin-right: 4px;
        }
    .prefooter .container .footer__col_2 {
      width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
      @media screen and (max-width: 600px) {
        .prefooter .container .footer__col_2 {
          width: 100%;
          padding: 0 6%; } }
      .prefooter .container .footer__col_2 ul {
        padding-inline-start: 0px;
        margin: 0; }
        @media screen and (max-width: 600px) {
          .prefooter .container .footer__col_2 ul {
            padding-left: 0em;
            text-align: center; } }
    .prefooter .container .footer__col_3 {
      width: 35%;
      padding: 0 2%; 
      display: flex;
    flex-direction: column;
    justify-content: flex-end;}
      @media screen and (max-width: 600px) {
        .prefooter .container .footer__col_3 {
          width: 100%;
          padding: 0;
          text-align: center; } }
      .prefooter .container .footer__col_3 ul {
        padding-inline-start: 0px;
        margin: 0; }
        @media screen and (max-width: 600px) {
          .prefooter .container .footer__col_3 ul {
            padding-left: 3em;
            padding-right: 3em; } }
      .prefooter .container .footer__col_3 .footer__social {
        padding: 0;
        list-style: none;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin: 7px 0 0; }
        @media screen and (max-width: 600px) {
          .prefooter .container .footer__col_3 .footer__social {
            padding-left: 3em;
            padding-right: 3em;
            align-items: center;
            justify-content: center; } }
        .prefooter .container .footer__col_3 .footer__social a {
          color: #000;
          font-size: 14px;
          width: 100%; }
        .prefooter .container .footer__col_3 .footer__social .footer__social__item a {
          color: #000;
          font-size: 17px;
          line-height: 1;
          text-decoration: none;
          display: block;
          padding: .7rem 1rem; }
          .prefooter .container .footer__col_3 .footer__social .footer__social__item a .iconm-facebook-icon:before {
            content: "g"; }
          .prefooter .container .footer__col_3 .footer__social .footer__social__item a .iconm-instagram-icon:before {
            content: "l"; }
          .prefooter .container .footer__col_3 .footer__social .footer__social__item a .iconm-pinterist-icon:before {
            content: "n"; }
          .prefooter .container .footer__col_3 .footer__social .footer__social__item a .iconm-tw-icon:before {
            content: "r"; }
          .prefooter .container .footer__col_3 .footer__social .footer__social__item a .iconm-yotube-icon:before {
            content: "s"; }

[class*=" iconm-"]:before, [class^=iconm-]:before {
  font-family: mario-2020 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

article {
  position: relative; }

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

.type-post {
  /*AQUI VIENEN ESTILOS QUE SOBREESCRIBEN EL FUNCIONAMIENTO DE BLOQUES*/ }
  .type-post .post-thumbnail {
    /* background-color: blue; */ }
    .type-post .post-thumbnail img {
      width: 100%; }
  .type-post .entry-header {
    text-align: center;
    background-color: #FFF;
    height: 300px;
    z-index: 2;
    position: relative;
    width: 58%;
    margin: auto;
    margin-top: -15%;
    padding: 2% 3%;
    margin-bottom: 45px;
    background: #fafafa; 
    box-shadow: 0px 3px 3px 0px #69696917;
    border-radius: 10px;}
    @media screen and (max-width: 600px) {
      .type-post .entry-header {
        width: 81%;
        height: auto; } }

        .type-post .entry-header .categoria{
          background-color: #F9B233;
          border-radius: 6px;
          font-size: 12px;
          padding: 4px 6px;
        }    
    .type-post .entry-header h1 {
      margin-top: 20px;
      margin-bottom: 10px;
      font-weight: 600; }
      @media screen and (max-width: 600px) {
        .type-post .entry-header h1 {
          font-size: 20px;
          font-weight: 600;
        }
      }

    .type-post .entry-header .entry-meta p {
      font-weight: 400;
      line-height: 22px; }
    .type-post .entry-header .entry-meta span {
      /*float: left;*/
      text-transform: uppercase;
      color: #8b8b8b;
      margin-left: 0%;
      font-size: 13px; }
      .type-post .entry-header .entry-meta span a {
        color: #8b8b8b;
        text-decoration: none; }
      .type-post .entry-header .entry-meta span.posted-on {
        margin-left: 50px;
        position: relative; }
        .type-post .entry-header .entry-meta span.posted-on:before {
          content: '';
          width: 30px;
          height: 2px;
          background-color: #8b8b8b;
          position: absolute;
          top: 8px;
          left: -40px; }
    

          .type-post .entry-header .content__redes {
            align-items: center;
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }      


    .type-post .entry-header .content__redes ul.redes {
      list-style: none;
      float: right;
      display: flex;
      align-items: center;
      padding-inline-start: 0;
      margin: 0;}
      @media screen and (max-width: 600px) {
        .type-post .entry-header .content__redes ul.redes {
          margin: auto;
          padding: 0;
          margin-top: 20px;
          float: left;
          margin-bottom: 20px;
          width: 100%; } }
      .type-post .entry-header .content__redes ul.redes li {
        margin-left: 30px;
        margin-right: 30px; }
  .type-post .post-navigation {
    text-align: center; }
    .type-post .post-navigation h2 {
      margin-top: 40px;
      font-weight: 600; }
    .type-post .post-navigation ul {
      list-style: none;
      display: flex;
      justify-content: center;
      padding-inline-start: 0; }
      @media screen and (max-width: 600px) {
        .type-post .post-navigation ul {
          display: block; } }
      .type-post .post-navigation ul li {
        max-width: 22%;
        margin-right: 1%;
        text-align: left; }
        @media screen and (max-width: 600px) {
          .type-post .post-navigation ul li {
            max-width: 89%;
            margin-bottom: 30px; } }
        .type-post .post-navigation ul li h3 {
          text-transform: uppercase;
          margin-top: 2px;
          font-size: 15px;
          font-weight: 200;
          margin-bottom: 5px; }
        .type-post .post-navigation ul li .linken {
          text-decoration: none; }
          .type-post .post-navigation ul li .linken:after {
            content: url(img/flecha-negra-peque.png) !important;
            margin-left: 10px; }
  .type-post .entry-content {
    padding: 0 6%;
    max-width: 1350px;
    margin: auto; }
    .type-post .entry-content p {
      padding: 0% 12%; }
      @media screen and (max-width: 600px) {
        .type-post .entry-content p {
          padding: 0 0%; } }
    .type-post .entry-content .wp-block-media-text p {
      padding: 1%; }
      @media screen and (max-width: 600px) {
        .type-post .entry-content .wp-block-media-text p {
          padding: 10%; } }
    .type-post .entry-content .wp-block-image {
      text-align: center; }
    .type-post .entry-content .wp-block-gallery {
      justify-content: center; }
    .type-post .entry-content .wp-block-column p {
      padding: 0 1%; }
      @media screen and (max-width: 600px) {
        .type-post .entry-content .wp-block-column p {
          padding: 0 10%; } }
    .type-post .entry-content .wp-block-image figcaption {
      margin-top: .5em;
      margin-bottom: -15px; }
      .type-post .entry-content .wp-block-image figcaption a {
        text-decoration: none; }
        .type-post .entry-content .wp-block-image figcaption a:after {
          content: url(img/flecha-negra-peque.png) !important;
          margin-left: 10px; }
    @media screen and (max-width: 600px) {
      .type-post .entry-content .wp-block-spacer {
        height: 10px !important; } }
    .type-post .entry-content .blocks-gallery-item__caption {
      text-align: left;
      font-size: 16px; }
    .type-post .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item a {
      color: #FFF;
      text-decoration: none;
      font-size: 0.8em; }
      .type-post .entry-content .wp-block-gallery.is-cropped .blocks-gallery-item a:after {
        content: url(img/flecha.png) !important;
        margin-left: 10px;
        transform: rotate(-90deg);
        display: inline-block;
        bottom: 4px;
        position: absolute; }

.breadcrumb {
  padding: 0 1.35rem;
  height: 27px;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #FFF;
  top: 10px;
  left: 6%; }
  @media screen and (max-width: 600px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb .volver {
    position: relative;
    padding-left: 25px; }
    @media screen and (max-width: 600px) {
      .breadcrumb .volver {
        margin-right: 15px; } }
    .breadcrumb .volver:before {
      content: url(img/flecha-negra-peque.png) !important;
      transform: rotate(180deg);
      position: absolute;
      left: 0;
      top: -2px; }
  .breadcrumb .miga {
    list-style: none;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: auto;
    font-size: 12px;
    padding-inline-start: 0; }
    @media screen and (max-width: 600px) {
      .breadcrumb .miga {
        display: flex;
        font-size: 11px; } }
    .breadcrumb .miga li {
      float: left;
      margin-right: 13px; }
      @media screen and (max-width: 600px) {
        .breadcrumb .miga li {
          width: 30%;
          text-align: center; } }
      .breadcrumb .miga li a {
        text-decoration: none; }

#contentCategory {
  overflow: auto; }
  #contentCategory section {
    max-width: 100%; }
  #contentCategory .bannerPrincipal {
    width: 100%;
    position: relative;
    padding: 0; }
    #contentCategory .bannerPrincipal__imagen {
      width: 100%; }
      @media screen and (max-width: 600px) {
        #contentCategory .bannerPrincipal__imagen {
          object-fit: none;
          height: 400px; } }
    #contentCategory .bannerPrincipal h1 {
      font-size: 5rem;
      color: white;
      font-weight: 100;
      bottom: 0;
      position: absolute;
      margin-bottom: 10px;
      left: 7%; }
      @media screen and (max-width: 600px) {
        #contentCategory .bannerPrincipal h1 {
          font-size: 4rem;
          line-height: 4rem;
          text-shadow: 1px 1px 17px #3f3f3f; } }
  #contentCategory .col-50 {
    width: 50%;
    float: left; }
    @media screen and (max-width: 600px) {
      #contentCategory .col-50 {
        width: 100%; } 

        #contentCategory .col-50.lateral__der {
          padding:0; } 
      
    }
    #contentCategory .col-50 .posteo-principal {
      width: 95%; 
    background-color: #FAFAFA;
    border-bottom: 6px solid;
    border-image-source: linear-gradient(90deg, #DA342A 0%, #F9B233 100%);
    border-image-slice: 1;
    PADDING-BOTTOM: 20px;
    border-bottom-right-radius: 1px;
    margin-bottom: 40px;}
      #contentCategory .col-50 .posteo-principal img {
        width: 100%;
    object-fit: cover;
    height: 532px; }
      #contentCategory .col-50 .posteo-principal .texto-intro {
        font-size: 2rem;
        text-align: left;
        margin-bottom: 20px;
        line-height: 1.3; 
       padding-left: 1%;}
        #contentCategory .col-50 .posteo-principal .texto-intro a {
          text-decoration: none;
        font-weight: 600; }
        #contentCategory .col-50 .posteo-principal  p a{
          text-decoration: none;
          color: #D01317;
          font-weight: 600;
        }
    #contentCategory .col-50 .thumbnail__home {
      width: 45%;
      float: left;
      margin-bottom: 30px;
      margin-left: 5%; 
      position:relative; }
      @media screen and (max-width: 600px) {
        #contentCategory .col-50 .thumbnail__home {
          width: 70%;
          float: none;
          display: inline-block;
        margin-left: 0;
      margin-right: 5%; 
    white-space: normal;} }
      #contentCategory .col-50 .thumbnail__home > a {
        text-decoration: none; }
        @media screen and (max-width: 600px) {
          #contentCategory .col-50 .thumbnail__home > a {
            display: inline-block;
            width: 100%;
            margin-right: 2%;
             } }
  #contentCategory .sticky-posts {
    position: absolute;
    background-color: #FFF;
    top: 0;
    right: 5%;
    width: 31%;
    height: 80%;
    padding: 2% 4%; }
    @media screen and (max-width: 600px) {
      #contentCategory .sticky-posts {
        position: relative;
        background-color: #FFF;
        top: 0;
        right: 0;
        width: 100%;
        height: 80%;
        padding: 2% 4%; } }
    #contentCategory .sticky-posts h4 {
      font-size: 1.5rem;
      margin-bottom: 10px;
      font-family: OpenSans; }
      #contentCategory .sticky-posts h4 a {
        text-decoration: none; }

        


  #contentCategory .thumbnail__home h2 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;}
    

    #contentCategory .thumbnail__home p {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;}

    #contentCategory  .thumbnail__home h2 a {
      text-decoration: none; 
    color: #FFF;
    margin-top: 12px;}

    #contentCategory .thumbnail__home img{
      height: 400px;
      object-fit: cover;
      border-radius: 8px;
      width: 100%;} 
    @media screen and (max-width: 600px) {
      #contentCategory .thumbnail__home h2 {
        font-size: 1.2rem;
        height: auto;
        margin: 0;
        line-height: 1.2; } }
    #contentCategory .thumbnail__home h2 a {
      text-decoration: none;
      font-size: 18px;
      line-height: 1.4;
      /* overflow: hidden; */
      /* white-space: nowrap; */
      /* -webkit-line-clamp: 2; */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  #contentCategory .thumbnail__home .texto {
    height: 68%;
    position: absolute;
    bottom: 6px;
    color: #FFF;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 0; 
    width: 100%;}
    @media screen and (max-width: 600px) {
      #contentCategory .thumbnail__home .texto {
        width: 100%;
        float: left; } }
  #contentCategory .thumbnail__home span {
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 2px; }
    #contentCategory .thumbnail__home span a {
      text-decoration: none;
    color: #FFF; 
  text-transform: capitalize;}

/* Comments
--------------------------------------------- */
#comments {
	width: 90%;
    max-width: 75rem;
    margin: 0 auto;
}

.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
--------------------------------------------------------------*/
.title-book {
	font-family: CapitanejoBTRegular;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 34px;
	text-align: center;
	color: #000000;
	margin: 56px 0;}
	.title-book::before,
	.title-book::after{
		content: "";
		display: inline-block;
		width: 30%;
		margin: 0 1em 0 -30%;
		vertical-align: middle;
		border-bottom: thin solid;}
	.title-book::after {
	  margin: 0 -30% 0 1em;
	}
}
.card-cap {
	padding: 1rem!important 3rem!important;
}
.card-cap-left {
	padding-top: 0;
	padding-left: 3rem!important;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 2rem;
}
.card-cap-right {
	padding-top: 0;
	padding-left: 0;
	padding-right: 3rem!important;
	padding-bottom: 0;
	margin-bottom: 2rem;
}
.card-title-cap,
.card-subtitle-cap {
	font-style: normal !important;
	line-height: 32px !important;
	color: #000000;}
	.card-title-cap {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		font-family: OpenSans;
		font-weight: 100 !important;
		font-size: 20px !important;}
	.card-subtitle-cap {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		font-family: CapitanejoBTRegular;
		font-weight: normal;
		font-size: 24px;
	}
.card-content-cap {
	font-family: CapitanejoBTRegular;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000000;}
.btn-link-cap {
	font-family: CapitanejoBTRegular;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.subtitle-book{
	font-family: CapitanejoBTRegular;
	font-style: normal;
	font-weight: normal !important;
	font-size: 58px !important;
	line-height: 58px !important;
	color: #000000;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
@media (max-width: 575.98px) {
	.title-book {
		font-size: 20px !important;
		line-height: 28px !important;
	}
	.card-cap-left,
	.card-cap-right {
		padding: 0 !important;
	}
	.subtitle-book {
		font-size: 32px!important;
		line-height: 40px!important;
	}
}
/* 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; }


  .bannerPrincipal {
    position: relative;
  }

  .textoverlay {
    position: absolute;
    z-index: 9;
    right: 90px;
    bottom: 100px;
    max-width: 620px;
    color: white;
  }

  .textoverlay h2 {
    font-family: CapitanejoBTRegular;
    font-style: normal;
    font-weight: 300;
    font-size: 56px;
    line-height: 0;
    text-transform: uppercase;
    color: #DBC881;
  }

  .textoverlay h4 {
    font-family: CapitanejoBTRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: normal;
    /* or 125% */

    text-transform: uppercase;

    /* White */

    color: #FFFFFF;
  }

  .textoverlay p {
    font-family: CapitanejoBTRegular;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: normal;
    color: #FFFFFF;
  }

  @media screen and (max-width: 768px){
    .textoverlay {
      right: 5px;
      bottom: 10px;
      max-width: 95%;
    }

    .textoverlay h2 {
      font-size: 20px;
    }

    .textoverlay h4 {
      font-size: 18px;
    }

    .textoverlay p {
      font-size: 12px
    }

    .bannerPrincipal  img {
      object-fit: cover !important;
    }
  }


/*@media screen and (min-width: 800px){
	.home .site-main .swiper-container {
		height: 116vh !important;
	}
}*/

/* Resultados de busqueda*/

.search-results .post-thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: 900px;
}

.search-results header.page-header {
    display: block;
    max-width: 900px;
    font-size: 12px;
    margin: auto;
    margin-left: 10%;
}

.search-results .type-post.status-publish {
    display: flex;
    flex-direction: column;
    margin: 30px 3rem;
}

.search-results .type-carrusel_home.status-publish {
    display: none;
}

.search-results .type-post .entry-header {
    width: 100%;
    height: auto;
    max-width: 900px;
    text-align: left;
    position: relative;
    font-size: 13px;
    margin: 0;
    order: 2;
}

.search-results .type-post .entry-header .entry-meta span {
    float: none;
    margin: 0;
}

.search-results a.post-thumbnail {
    order: 1;
}

.search-results .entry-summary {
    order: 3;
    margin: 0;
    max-width: 900px;
}

.entry-meta {
    margin-left: 41px;
}

.search-results .entry-footer {
    order: 4;
	margin-bottom:40px;
}

.search-results  .entry-footer span{
	margin-right:20px;
	
}

.search-results .navigation.posts-navigation {
    margin-left: 5rem;
}

@media only screen and (min-width: 768px) {
    .search-results .type-post .entry-header {
        padding-left: 0;
        padding-bottom: 0;
		padding-top:20px;
    }
	
	.search-results .type-post .entry-header .entry-title a{
		text-decoration:none;
	}

    .search-results .type-post.status-publish {
        align-items: center;
        margin: 30px 5rem;
    }

    .search-results header.page-header {
        max-width: 900px;
        margin: auto;
    }
}

.detalle_relacionado{
  max-width: 15%!important;
}

.detalle_relacionado img{
  width: 200px!important;
  max-width: 200px!important;
}

@media screen and (max-width: 600px) {
.detalle_relacionado{
  max-width: 90%!important;
}
	
.detalle_relacionado img{
  width: 90%!important;
  max-width: 90%!important;
}
}

/* Feed Ig - Home*/

.home .instagram-info {
    margin-top: -10%;
}

@media screen and (min-width: 1400px) {

    .home #ig-feed,
    .home .instagram-info {
        padding-left: 0;
    }
}

@media screen and (min-width: 801px) {
    .home #ig-feed .instagram_gallery a:nth-child(1) {
        left: 0;
    }

    .home section#ig-feed .instagram_gallery a:nth-child(2) {
        left: 18%;
    }

    .home section#ig-feed .instagram_gallery a:nth-child(3) {
        left: 18%;
    }

    .home section#ig-feed .instagram_gallery a:nth-child(4) {
        left: 43.5%;
    }

    .home section#ig-feed .instagram_gallery a:nth-child(5) {
        left: 43.5%;
    }
}

 @media screen and (min-width: 1400px) {

#ig-feed .instagram_gallery a:nth-child(2){
    top: 10%;
}

#ig-feed .instagram_gallery a:nth-child(4) {
    top: 35%;
}

#ig-feed .instagram_gallery a:nth-child(5) {
    top: 61%;
}

}


#rmp_menu_trigger-2943 {
	top:auto:!important;
	bottom:1%!important;
	
}

@media screen and (max-width: 600px) {
	.entry-meta{
		margin-left: 0px;
	}
	
	.type-post .entry-content {
		padding: 0 10%;
	}
}

#wpfront-scroll-top-container:after{
	content: 'Volver arriba';
    position: absolute;
    top: 25px;
    left: -20px;
    color: black;
    width: 104px;
    font-size: 12px;
}

/*NUEVOS RUTA LIBRE*/
.CarruselContenedor{
  display: flex;
  justify-content: space-around;
  padding: 0 4%;
}

.Tienda a{
  border: 2px solid #2B313B;
  padding: 10px 24px;
  border-radius: 7px;
  text-decoration: none;
  position: relative;
  padding-left: 35px;
  display: block;
}

.Tienda a::before{
  content: url(img/iconStore.png);
  position: absolute;
  top: 12px;
  left:12px;
}

.search-form .search-submit{
  width: 20px;
  height: 20px;
  background-image: url(img/search.png);
  background-color: transparent !important;
  border: 0;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
  order: 0;
}

#menu-menu-1 li:nth-child(1){
  background-image: url(img/home.svg);
  width: 40px;
  height: 100%;
  font-size: 0px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 1px;
}

#menu-menu-1 li:nth-child(1) a{
  height: 20px;
  font-size: 0px;
  height: 100%;
    width: 100%;
}

.search-form{
  border: 1px solid #8595AF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-radius: 8px;
  padding: 0 10px;
}

header.site-header .buscador input[type="search"]{
  width: 130px;
  background-color: transparent!important;
  border: 0;
}

.swiper-button-white {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 17px;
  border-radius: 50%;
  height: 30px!important;
}

.swiper-button-white::after {
  color: #FFF;
  font-size: 13px!important;
}

.LinkLeer{
  color:#D01317!important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}

.LinkLeer::after{
  content: url(img/arrow-right.svg);
  margin-left: 5px;
  top: 1px;
  position: absolute;
}

.swiper-pagination-bullets{
   bottom: 13%!important;
    left: 0!important;
    width: auto!important;
    left: calc(100vw - 90vw) !important;
}
.swiper-pagination-bullet-active{
  background-color: #000!important;
}

.main-navigation .current_page_item{
  background: #EFF1F3;
  border-bottom: 4px solid #D01317;
  ;
}

.myformNewsletter{
  display: flex;
  gap: 5px;
}


.myformNewsletter .wpcf7-list-item {
  margin-left: 0;
  margin-top: 12px;
}

.myformNewsletter .wpcf7-form-control.wpcf7-submit{
  border: 2px solid #2B313B;
  border-radius: 4px;
  background-color: transparent;
  padding-bottom: 11px;
  width: 116px;
} 


.myformNewsletter input[type="email"]{
  border: 1px solid #BEC6D4;
  height: 41px;
    width: 95%;
    padding-left: 12px;
}

.myformNewsletter .wpcf7-checkbox span{
  font-size: 12px;
  font-weight: 500;
}

.category #container{
  max-width: 1500px;
  margin: auto;
}

.category #container h1{
  padding: 0 5%;
}

#contentCategory .posteo-principal img{
  border-radius: 8px;
}

#contentCategory .thumbnail__home span.categoria{
background-color: #F9B233;
border-radius: 4px;
padding: 5px;
color: #181C22;
}

.post-navigation .project-tiles{
  max-width: 1400px;
  margin: auto;
}

 

.post-navigation .thumbnail__home {
  width: 21%;
    float: left;
    margin-bottom: 30px;
    margin-left: 2%;
    position: relative;}
  
    @media screen and (max-width: 600px) {
      .post-navigation .thumbnail__home {
        width:65%;
        display: inline-block;
        float: none;
      }
    }  


  .post-navigation  .thumbnail__home img{
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    width: 100%;}
   
    .post-navigation  .thumbnail__home .texto{
    height: 69%;
    position: absolute;
    bottom: 6px;
    color: #FFF;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 0;
    width: 100%;
    text-align: left;
    }

    .post-navigation .thumbnail__home span.categoria{
      background-color: #F9B233;
      border-radius: 4px;
      padding: 5px;
      color: #181C22;
      font-size: 12px;
      }

      .post-navigation .thumbnail__home h2 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        margin-top: 25px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;}
        .post-navigation  .thumbnail__home h2 a {
          text-decoration: none; 
        color: #FFF;}

        .post-navigation  .thumbnail__home span a {
          text-decoration: none; 
        color: #FFF;
        font-size: 13px;}

        .post-navigation .thumbnail__home p {
          white-space: normal;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
          text-overflow: ellipsis;
        }

        .iconm-facebook-icon{
          display: inline-block;
          width: 20px;
          height: 20px;
          background-size: cover;
          background-image: url(img/redes/facebook.svg);
        }      


@media screen and (min-width: 601px) and (max-width: 930px){ 
  .site-branding {
    width: 70px;
  }

  .main-navigation a {
    font-size: 13px;
  }

  .main-navigation li {
    margin-right: 1%;
  }

  header.site-header {
    padding: 0px 1.35rem;
  }

  .Tienda a {
    font-size: 12px;
  }

  header.site-header .buscador input[type="search"] {
    width: 95px;
  }

}       

@media screen and (max-width: 600px) {
  .CarruselContenedor{
    flex-direction: column;
  }

  #top-articulos .caja-articulos{
    flex-direction: column;
  } 

  .Tienda{
    width: 300px;
  }

  .project-tiles{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-left: 0px;
    display: block;
  }

  .container_newsletter{
    flex-direction: column;
  }

  .columna1__news, .columna2__news {
    width: 95%;
    position: relative;
  }

  .barra-final{
    flex-direction: column;
    padding: 3%;
    height: 65px;
  }

  #site-navigation button{
    background-image: url(img/menu-movil.svg);
        width: 30px;
        font-size: 0;
        height: 30px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        border: 0;
  }

  .main-navigation {
    display: block;
    width: 23%;
    height: 100%;
    display: flex;
    align-items: center;
}


header #site-navigation{
  order: 1;
  width: 10%;
 margin-left: 5%;
    
}

header  .site-branding {
  order: 2;
}

header .Tienda{
  order: 3;
  order: 3;
  width: 180px;
  margin-right: 4%;
}

.Tienda a {
  font-size: 14px;
  
}

.main-navigation ul{
  position: absolute;
  width: 100vw;
  height: 95vh;
  background-color: white;
  top: 0;
  left: 0;
  padding-top: 25%;
} 



#site-navigation.toggled .menu-toggle{
  width: 30px !important;
  height: 30px;
  background: url(img/close_x.svg);
  background-position: center;
  z-index: 999;
  position: absolute;
        right: 5%;
}

#site-navigation.toggled .menu-toggle span{
  width: 30px;
  height: 30px;
  display: block;
}

#site-navigation.toggled  .menuMainCont__ul .menu-item{
  background-color: #FFF;
  height: 50px;
  width: 100%;
  font-size: 20px;
}

#site-navigation.toggled  .menuMainCont__ul .menu-item a{
  font-size: 22px;
  margin-left: 5%;
}


#menu-menu-1 li:nth-child(1) {
  background-image: none;
  width: 100%;
  height: 50px;
  font-size: 20px;
}

#menu-menu-1 li:nth-child(1) a{
  font-size: 22px;
}
.main-navigation .current_page_item{
 background-color: #4B5666!important;
 border-bottom: none;
}

.main-navigation .current_page_item a{
  color: #FFF;
  display: flex;
  align-items: center;
}

.home .site-main .swiper-button-prev, .home .site-main .swiper-button-next{
  display: none;
}

.swiper-pagination-bullets {
  bottom: 49% !important;
}

.columna1__news img{
  position: absolute;
  width: 45px;
  left: 10px;
}
.columna1__news h3{
margin-left: 65px;
font-size: 16px;
}

.myformNewsletter {
  flex-direction: column;
}


.category #container h1{
  font-size: 20px;
}

#contentCategory .col-50 .posteo-principal {
  width: 100%;
}

#contentCategory .col-50 .posteo-principal img {
  height: 310px;
  margin-bottom: 15px;
}

#contentCategory .col-50 .posteo-principal .categoria{
  background-color: #F9B233;
  border-radius: 4px;
  padding: 4px;
  margin-left: 1%;
  font-size: 12px;
}

#contentCategory .col-50 .posteo-principal .texto-intro {
  font-size: 24px;
  margin-top: 14px;
}

#contentCategory .col-50 .posteo-principal .posted-on a{
  text-decoration: none;
  font-size: 12px;
}

}

