/**
Theme Name: DS-Astra
Author: Desarrollos y Servicios
Author URI: http://dsarg.com
Description: Tema hijo para Astra
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: ds-astra
Template: astra
*/

html, body {
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.site {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

.site-content {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 2rem !important;
}

/* Asegurar que el footer quede abajo */
.site-footer {
  background-color: #f9f9f9 !important;
  text-align: center !important;
}


.tutor-login-wrap {
	margin: 10vh auto !important;
}

.analytics-title.tutor-fs-5.tutor-fw-medium.tutor-color-black.tutor-my-24,
.tutor-analytics-filter-tabs.tutor-d-flex.tutor-flex-xl-nowrap.tutor-flex-wrap.tutor-align-center.tutor-justify-between.tutor-pb-40,
.tutor-analytics-graph.tutor-mb-48,
ul.tutor-nav>li.tutor-nav-item:nth-of-type(3),
.tutor-course-details-actions.tutor-mt-12.tutor-mt-sm-0, 
.tutor-fs-7.tutor-fw-medium.tutor-color-black {
	display: none !important;
	visibility: hidden !important;
}
