/*
 Theme Name: Kadence Child
 Theme URI: https://tuweb.com
 Description: Tema hijo de Kadence.
 Author: Albert Puig
 Template: kadence
 Version: 1.0.0
*/

/* ===========================
FIX SCROLL / ALTURA PÁGINA
=========================== */

html, body{
  height: auto !important;
  overflow-y: auto !important;
}

main,
.site,
.site-content,
.site-main,
#page,
#content{
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

