/*
Theme Name: Kindori Child
Theme URI: http://demo.cmssuperheroes.com/themeforest/kindori/
Template: kindori
Author: CMSSuperHeroes
Author URI: http://themeforest.net/user/CMSSuperHeroes
Description: Kindori WordPress theme crafted for kindergarten and preschool, child care and nursery, education and children related endeavors, Kindori is a visually impressive, creative and vibrant, well structured, feature rich and responsive WordPress Theme. Kindori is a perfect Theme for projects that strongly focus on handling children or related to kids and their growing activities.
Tags: child care,children,kids,kindergarten,kindergarten wordpress,nursery,parents,preschool,school,timetable,toddlers,education,teacher,elearning.
Version: 1.1.1766790731
Updated: 2025-12-26 23:12:11

*/

/* ====== FORZAR 2 COLUMNAS: IMAGEN IZQ / TEXTO DER (RESPONSIVO) ====== */

/* DESKTOP / TABLET */
@media (min-width: 769px) {

  /* Elementor suele usar container/row como wrapper real */
  .elementor-section .elementor-container,
  .elementor-section .elementor-row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  /* Columnas al 50% */
  .elementor-section .elementor-column.elementor-col-50 {
    width: 50% !important;
  }

  /* Orden: 1ra columna (imagen) izquierda, 2da (texto) derecha */
  .elementor-section .elementor-column.elementor-col-50:first-of-type { order: 1 !important; }
  .elementor-section .elementor-column.elementor-col-50:last-of-type  { order: 2 !important; }
}

/* MOBILE */
@media (max-width: 768px) {

  .elementor-section .elementor-container,
  .elementor-section .elementor-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .elementor-section .elementor-column.elementor-col-50 {
    width: 100% !important;
  }

  .elementor-section .elementor-column.elementor-col-50:first-of-type { order: 1 !important; }
  .elementor-section .elementor-column.elementor-col-50:last-of-type  { order: 2 !important; }
}
