/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.post-navigation{
  display:flex;
  justify-content:space-between;
  gap:40px;
  margin-top:80px;
}

.post-navigation a{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#2f3a2f;
}

.post-navigation .nav-previous a{
  flex-direction:row;
}

.post-navigation .nav-next a{
  flex-direction:row-reverse;
}

.nav-label{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  opacity:.6;
  white-space:nowrap;
}

.nav-thumb{
  flex-shrink:0;
}

.nav-img{
  width:100px !important;
  height:100px !important;
  object-fit:cover;
  display:block;
}

.nav-title{
  font-size:15px;
  font-weight:300;
  line-height:1.4;
  max-width:240px;
}


/*Títulos*/
/* Título de las entradas centrado, Libre Baskerville y color corporativo */
.single-post h1.entry-title,
.single-post .wp-block-post-title,
.single-post .elementor-heading-title {
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  color: #314637;
  font-weight: 400;
}

