/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* dsd0 */
    
	/* Página en construcción */
    .page-id-2 .avada-page-titlebar-wrapper, .page-id-2 .fusion-tb-header, .fusion-footer{display:none;}

	/* Pegar contenido arriba */
	.floating-toc {
	  position: -webkit-sticky !important;
	  position: sticky !important;
	  top: 171px !important; /* Offset for the header. Adjust as needed. */
	  align-self: flex-start !important;
	}

	/* Diseño barra lateral */
	aside#sidebar > div > section{border:1px solid #dcdcdc; border-radius:8px;padding:30px 15px;}

/* ! dsd0 */