/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Version: 4.0
Description: Tema hijo de A theme
Author: Tu
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/
body:not([class*=elementor-page-]) .site-main{
    padding: 80px 0;
}
.post-imagen{
    margin-bottom: 20px;
}
.post-fecha{
    font-weight: 600;
    color: #00a2cb;
}
.post-fecha i{
    margin-right:5px;
}
h1.entry-title{
    font-family: "Raleway", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1em;
    color: #143353;
}
.error404 .site-main{
    padding: 80px 0;
}
.error404 .site-main .page-header{
    text-align: center;
}
.error404 .site-main .entry-404{
    font-size: 9.5rem;
    font-family: "Gothan Black", Sans-serif;
    line-height: 9.5rem;
    color: #759c26;
}
.error404 .site-main .entry-title{
    text-transform: uppercase;
    font-family: "Gothan Bold", Sans-serif;
    color: #3e752a;
}
.error404 .site-main .page-content .description{
     text-align: center;
     color: #000;
}