/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1772409210
Updated: 2026-03-01 20:53:30

*/

/* ==========================================================================
   SISTEMA DE EQUIPO (TEAM) - KADENCE CHILD
   ========================================================================== */

/* ==========================================================================
   THE EVENTS CALENDAR V2 — FIX SVG ICON SIZES
   SVGs in TEC have no width/height attributes, only viewBox.
   Kadence's global img/svg reset causes them to expand to 100%.
   ========================================================================== */

/* Flechas nav (caret-left / caret-right) — viewBox="0 0 10 16" */
.tribe-common-c-svgicon--caret-left,
.tribe-common-c-svgicon--caret-right,
.tribe-common-c-btn-icon__icon-svg {
    width: 10px !important;
    height: 16px !important;
}

/* Iconos de selector de vista (list, month, day) */
.tribe-common-c-svgicon--list,
.tribe-common-c-svgicon--month,
.tribe-common-c-svgicon--day,
.tribe-events-c-view-selector__button-icon-svg {
    width: 18px !important;
    height: 18px !important;
}

/* Icono de búsqueda */
.tribe-common-c-svgicon--search {
    width: 18px !important;
    height: 18px !important;
}

/* Breadcrumb caret */
.tribe-events-c-breadcrumbs__list-item-icon-svg {
    width: 6px !important;
    height: 10px !important;
}

/* Dots del loader */
.tribe-common-c-svgicon--dot {
    width: 8px !important;
    height: 8px !important;
}

/* Regla general de seguridad: ningún SVG dentro de TEC crece más de 32px */
.tribe-events svg,
.tribe-common svg {
    max-width: 32px;
    max-height: 32px;
}

/*
 * Month view — multi-day event bar contrast fix.
 * Kadence maps --tec-color-background-primary-multiday to --global-palette7,
 * which on this site (#f5f5f3) is nearly identical to the calendar's own
 * background color, making multi-day event bars invisible. Override with a
 * color that actually contrasts against the day cells.
 */
#primary .tribe-events,
#primary .tribe-events-single,
.tribe-events,
.tribe-events-single {
    --tec-color-background-primary-multiday: #aecb7d;
    --tec-color-background-secondary-multiday: #5d7c39;
}

.tribe-events-calendar-month__multiday-event-bar-title {
    color: #1c1c1c;
}

@media (max-width: 768px) {
    .team-header-flex {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .team-header-image {
        flex: none;
        width: 100%;
        max-width: 320px;
        height: 400px;
        margin: 0 auto;
    }

    .team-header-content .entry-title {
        font-size: 2.5rem;
    }

    .team-header-profession::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .team-bio {
        margin: 0 auto;
    }
}