/*hover titulos h3 modulos home*/
.chh-title h3:hover {
  color: #FF9900; /*color naranja*/
}

/*Boton dentro de los Pop Up 100%*/
a.product_type_stm_lms_product.add_to_cart_button.elementor-button.elementor-size-md {
	width: 100%;
}

/*Non display wishlist neither teacher name*/
.stm_lms_wishlist_button,
.meta-unit.teacher.clearfix,
.stm-lms-wishlist {
    display: none !important;
}

/*Background boton de comprar*/
.buy-button.btn.btn-default.btn_big.heading_font {
    background-color: #FF9900 !important;
}
/* Ocultar boton de cargar tarea*/
div.stm-lms-course__assignemnt-attachments__new {
	display: none !important;}

/* reestablecer z-index del footer */
footer {
	z-index: 0;
}

/* Login masterstudy */
.masterstudy__login-page-form {
    max-width: 500px!important;
}
.masterstudy-authorization__wrapper,
.masterstudy-authorization__switch {
    padding: 0px 0px!important;
}
.masterstudy-authorization__switch-wrapper {
    flex-direction: column;
}

.home .didagent__fabio[data-enabled=false] {
    width: 100px !important;
}