/*
Theme Name:  Emprender Es Crecer
Description: Tema hijo para hacer personalizaciones de código - Theme Astra
Author:      Xiclica
Author URL:  https://xiclica.com/
Template:    astra
Version:     2.3.1
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emprender_es_crecer
*/
/*Contenedor de la paginas de Tutor*/
.tutor-wrap{
	margin-top: 50px;
	margin-bottom: 50px;
}

.tutor-forgot-password-form{
	margin-top: 50px;
	margin-bottom: 50px;
}

.tutor-registration-wrap{
	margin-top: 50px;
	margin-bottom: 50px;
}

/*centrar titulo resgitro estudiante etc*/
.entry-header h1{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*boton navegacion - mobile*/
.thim-ekits-menu__mobile{
	background-color: var(--e-global-color-secondary) !important;
}

.thim-ekits-menu__mobile:not(:hover):not(:active):not(.has-background){
	color: white !important;
}
#39602ed{
	overflow: hidden;
}

/*Ocultar autores de Cursos*/
.tutor-course-list .tutor-card-body .tutor-meta{
	display: none !important;
}

.tutor-course-details-instructors{
	display: none !important;	
}