/**
Theme Name: Tecnirecetas
Author: Juan Fernandev
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tecnirecetas
Template: astra
*/



/* ==========================================================================
   1. VARIABLES DE COLOR Y FUENTES (teleñam Core)
   ========================================================================== */
:root {
    /* Colores Principales */
    --plcore-dark-green: #113c2b;
    --plcore-green: #009a3d;
    --plcore-lime-green: #aacd49;
    --plcore-white: #ffffff;
    --plcore-black: #333333;
    --plcore-silver-5: #fbfbfb;
    --plcore-silver-20: #efefef;
    --plcore-silver-60: #d0d1d1;
    --plcore-black-rgb: 51, 51, 51;

    /* Tipografía */
    --plcore-base-font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    --plcore-serif-font-family: "Noto Serif", serif;
    --plcore-normal-font-weight: 400;
    --plcore-medium-font-weight: 500;
    --plcore-bold-font-weight: 700;

    /* Sombras */
    --plcore-shadow-5: 0 0 40px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   2. REGLAS GENERALES Y TIPOGRAFÍA
   ========================================================================== */
body {
    font-family: var(--plcore-base-font-family);
    line-height: 1.5;
    color: var(--plcore-black);
    margin: 0;
}

h1, .t-alpha, h2, .t-beta, h3, .t-gamma {
    font-weight: 700;
    color: var(--plcore-dark-green);
    word-break: break-word;
}

h1, .t-alpha { font-size: 2.25rem; line-height: 2.75rem; }
h2, .t-beta  { font-size: 1.75rem; line-height: 2.25rem; }
h3, .t-gamma { font-size: 1.5rem; line-height: 2rem; letter-spacing: .03rem; }

p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: var(--plcore-normal-font-weight);
    margin-bottom: 1.5rem;
}

.t-serif { font-family: var(--plcore-serif-font-family); }

/* ==========================================================================
   3. LAYOUT Y CONTENEDORES (Estilo teleñam)
   ========================================================================== */

/* Contenedor principal similar a g-wrapper */
.ast-container, .g-wrapper {
    margin-right: 5%;
    margin-left: 5%;
    max-width: 1200px;
}

@media (min-width: 1333px) {
    .ast-container, .g-wrapper {
        margin-right: auto;
        margin-left: auto;
    }
}

/* Paneles divididos (l-split) */
.l-split {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1333px) {
    .l-split {
        flex-direction: row;
        justify-content: space-between;
    }
    .l-split-img, .l-split-panel {
        width: calc((100% - 352px)/2 + 159.99px);
    }
}

/* Tiles y Envoltorios */
.l-tile {
    background-color: var(--plcore-white);
    box-shadow: var(--plcore-shadow-5);
    border-radius: 4px;
    padding: 2rem;
    transition: transform 0.3s ease;
}

/* ==========================================================================
   4. CLASES DE UTILIDAD (Backgrounds)
   ========================================================================== */
.bg-dark-green { background-color: var(--plcore-dark-green); color: var(--plcore-white); }
.bg-green      { background-color: var(--plcore-green); color: var(--plcore-white); }
.bg-silver-5   { background-color: var(--plcore-silver-5); }
.bg-white      { background-color: var(--plcore-white); }

/* Botones Astra adaptados */
.ast-button, .button, [type=submit] {
    background-color: var(--plcore-green) !important;
    border-radius: 4px !important;
    font-weight: var(--plcore-medium-font-weight) !important;
    transition: background-color 0.2s ease-in-out;
}

.ast-button:hover, .button:hover {
    background-color: var(--plcore-dark-green) !important;
}

/* ==========================================================================
   5. IMPORTACIÓN DE ICONOS (Material & Vorwerk)
   ========================================================================== */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://patternlib-all.prod.external.eu-tm-prod.vorwerk-digital.com/material-icons-400-3322b7933fd846343aba3228e46dfee2.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}
.single-receta_tm h3{
    margin-bottom:30px;
}
.single-receta_tm h3:first{
    margin-bottom:0px!important;
}
@media (max-width: 921px) {
    header .custom-logo-link img{
        max-width:100%!important;
    }
    .ast-separate-container #content .ast-container {
            padding-left: 0px;
            padding-right: 0;
            margin-left: 0px;
            margin-right: 0px;
        }
    ul {
         margin: 0 0 1.5em 1em;
    }
    .telenam-meta{
        display:block!important;
    }
}
.telenam-meta{
    color:#5AB018!important;
}