.elementor-2100 .elementor-element.elementor-element-67c17ed9{--display:flex;}.elementor-2100 .elementor-element.elementor-element-a25862d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2100 .elementor-element.elementor-element-590336c .elementor-heading-title{font-size:25px;color:#000000;}.elementor-2100 .elementor-element.elementor-element-2554b0b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2100 .elementor-element.elementor-element-d01b2bf{--divider-border-style:solid;--divider-color:#CDCDCD;--divider-border-width:1px;}.elementor-2100 .elementor-element.elementor-element-d01b2bf .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-2100 .elementor-element.elementor-element-d01b2bf .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-2100 .elementor-element.elementor-element-6947695 > .elementor-widget-container{margin:27px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-67c17ed9 */.perfil-aulaquest {
  border: 2px solid #3b82f6;
  border-radius: 16px;
  padding: 20px;
  max-width: 1140px;
  margin: 30px auto;
  background: #f9fbff;
  font-family: 'Inter', sans-serif;
}
.perfil-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #cbd5e1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.foto-perfil {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit: cover;
  border: 2px solid #3b82f6;
}
.descripcion {
  color: #475569;
  font-size: 0.95em;
  margin-top: 8px;
}
.perfil-datos p {
  margin: 8px 0;
  font-weight: 500;
  color: #1e3a8a;
}
.simulaciones h3 {
  margin-top: 20px;
  font-size: 1.1em;
  color: #1d4ed8;
}
.simulaciones ul {
  padding-left: 20px;
  margin: 8px 0;
}
.simulaciones li a {
  color: #2563eb;
  text-decoration: none;
}
.simulaciones li a:hover {
  text-decoration: underline;
}
.boton-editar {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 18px;
  background: #3b82f6;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.boton-editar:hover {
  background: #2563eb;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-b147745 */.actividades-del-profe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  padding: 20px;
  margin-top: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.actividades-del-profe .ficha-actividad-profe {
  margin: 0; /* Elimina el margen interior del shortcode */
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4610cd1 */.simulaciones-favoritas {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.sim-fav {
  background: #f9fbff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sim-fav:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.sim-fav img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.sim-fav h3 {
  margin: 12px 16px 8px;
  font-size: 1rem;
  color: #1e3a8a;
  line-height: 1.3;
}

.sim-fav h3 a {
  text-decoration: none;
  color: inherit;
}

.sim-fav h3 a:hover {
  text-decoration: underline;
}

.sim-fav p {
  margin: 0 16px 16px;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.4;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6947695 */.logout-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f87171; /* Rojo claro */
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}

.logout-button:hover {
  background-color: #dc2626; /* Rojo oscuro */
}/* End custom CSS */