@charset "UTF-8";
p {
    font-size: 1.2em;
}
li {
    font-size: 1.2em;
}
.w100 {
    width: 100%;
}
.w50 {
    width: calc(50% - 10px);
}
svg {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.m-header {
    background-color: #F27D00;
}
.pc-sidebar .m-header {
    height: auto;
    display: flex;
    align-items: center;
    padding: 16px 24px;
}
.theme-version {
    background-color: black !important;
    color: white !important;
}

.body {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
.alert-secondary-mentumi {
    background-color: #E4E4E4;
}
.container {
    margin: 20px !important;
}
.barra-mentor {
    width: auto;
    padding: 0 15px;
    display: flexbox;
    justify-content: center;
    text-align: center;
}
.barra-mentor p {
    font-size: 1em !important;
}
.avatar-wrapper {
  width: 148px; /* Borde exterior un poco más grande */
  height: 148px;
  border: 4px solid #f24d00; /* Borde naranja */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; /* Fondo blanco para separación */
  margin: 0 auto 15px auto;
  margin-top: 120px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* Opcional */
}

.avatar-coach {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.5s ease;
}

.mentor-img {
    margin-top: 110px;
}

.mentumi-btn svg {
    width: 50px !important;
    height: 50px !important;
}
 .summary-boxes {
      display: flex;
      gap: 10px;
      margin-bottom: 40px;
    }
    .summary {
        display: flex;
        flex: 1;
        background-color: white;
        border-radius: 8px;
        color: white;
        padding: 20px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        align-items: center;
        justify-content: space-between;
    }
 .summary h3, .summary p {
      color: white;
      padding: 0;
      margin: 0;
    }
.summary-icon {
    display: flex;
    width: 20%;
    justify-content: center;
}
.summary-icon svg {
    width: 50px;
    height: 50px;
    fill: white;
}
.summary-text {
    display: flex;
    width: 80%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.separador {
    justify-content: center;
    width: 100px;
    height: 1px;
    margin: 15px 0;
    background-color: white;
}

.g-blue {
    background: #1184D6;
background: linear-gradient(180deg, rgba(17, 132, 214, 1) 38%, rgba(14, 79, 125, 1) 100%);
}
.g-green {
    background: #11d691;
background: linear-gradient(180deg, rgba(17, 214, 145, 1) 38%, rgba(11, 112, 90, 1) 100%);
}
.g-pink {
    background: #bf11d6;
background: linear-gradient(180deg, rgba(191, 17, 214, 1) 38%, rgba(104, 11, 112, 1) 100%);
}
.g-purple {
    background: #8e11d6;
background: linear-gradient(180deg, rgba(142, 17, 214, 1) 38%, rgba(61, 11, 112, 1) 100%);
}
.g-black {
    background: #302f2f;
background: linear-gradient(180deg, rgba(48, 47, 47, 1) 38%, rgba(0, 0, 0, 1) 100%);
}
.g-gray {
    background-color: #a1a1a1;
}

.gradiente-orange-1 {
    background: #F27D00;
background: linear-gradient(180deg, rgba(242, 125, 0, 1) 0%, rgba(242, 125, 0, 1) 76%, rgba(194, 90, 16, 1) 100%);
}
.gradiente-orange-2 {
    background: #FF5A1F;
background: linear-gradient(180deg, rgba(255, 90, 31, 1) 0%, rgba(255, 90, 31, 1) 76%, rgba(184, 62, 18, 1) 100%);
}

.highlights {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    gap: 10px;
}
.card-mentumi {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #F0F0F0;
    padding: 20px;
    border-radius: 20px;
    box-shadow: var(--pc-card-box-shadow);
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease-in-out;
}
.checked-card {
    position: absolute;
    top: -60px;
    transform: translateX(-50%);
    width: 148px;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    right: -90px;
    
}
.checked-card svg {
    width: 100px !important;
    height: 100px !important;
    fill: #00cc66;
}
.card-mentumi.completed > .checked-card {
    opacity: 1;    
}
.card-mentumi.completed > .text-card-mentumi > div > .btn {
    opacity: 0;
    pointer-events: none;     
}
.text-card-mentumi {
    width: calc(100% - 150px);
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.text-card-mentumi.w100 {
    width: 100%;
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.subtitulo-card {
    margin: 0;
    padding: 0;
}
.icon-card-mentumi svg, .icon-card-mentumi svg {
    height: 100%;
}
.icon-card-mentumi {
    width: 150px;
    max-height: 150px;
    background: #F27D00;
background: linear-gradient(180deg, rgba(242, 125, 0, 1) 0%, rgba(242, 125, 0, 1) 76%, rgba(194, 90, 16, 1) 100%);
    padding: 30px;
    border-radius: 20px;
}
.card-mentumi.destacado {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;     
    padding: 20px;
    border-radius: 20px;
    color: white;
    position: relative;
    box-shadow: var(--pc-card-box-shadow);
    margin-bottom: 24px;
    transition: box-shadow 0.2s ease-in-out;
}
.card-mentumi.destacado h3 {
    color: white;
}
.card-mentumi.destacado > .icon-card-mentumi {
    padding: 20px;
    background: none;
    border-radius: 20px;
}
/*.card-mentumi.destacado > .text-card-mentumi {
    padding-left: 0px;
}*/
.card-mentumi.disabled {
  background: #e0e0e0;
  color: #999;
  pointer-events: none; /* Evita interacciones */
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.card-mentumi.disabled h3,
.card-mentumi.disabled p {
  color: #bbb;
}

/* Ícono en gris */
.card-mentumi.disabled .icon-card-mentumi svg {
  fill: #bbb;
}

.card-mentumi.disabled > div.text-card-mentumi > div.d-flex > a.btn {
  background-color: #c0c0c0 !important;
  color: #fff !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}
.card-mentumi.destacado.g-black > .icon-card-mentumi svg {
    fill: #F27D00;
}

.border-left {
    border-left: 4px solid black;
    padding-left: 20px;
}
.card-mentumi.disabled > .border-left {
    border-left: 4px solid #bbb;
}
.alert-card {
    background-color: black;
    color: white;
    padding: 10px 25px;
    position: relative;
    margin-right: -25px;
    margin-bottom: -65px;
    z-index: 999;
}
.alert-card h3 {
    color: white;
    margin: 0;
}
.btn-primary, .bg-orange-1 {
    background-color: #F27D00;
}
.btn-primary:hover, .bg-orange-2 {
    background-color: #f24d00;
}
.btn-black {
    background-color: black;
    color: white;
}
.btn-black:hover {
    background-color: rgb(70, 70, 70);
    color: white;
}
.btn {
    align-items: center;
}
.btn i {
    margin-right: 10px;
}
.fichas-tareas-mentumi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tarea {
    width: 30%;
    padding: 0;
    border: #acacac solid 1px;
    border-radius: 10px;
    background-color: #fffaef;
    margin-top: 20px;
}
.tarea p {
    padding: 20px 20px 0 20px;
}
.tarea .titulo-tarea {
    font-weight: 600;
    text-align: center;
    width: 100%;
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
}
.globo-mensaje {
    position: relative;
    width: 100%;
    background-color: #ffe5ae;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.globo-mensaje::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%; /* Centrado verticalmente */
    right: -50px; /* Ajuste para que la punta quede a la derecha del borde */
    margin-top: -10px; /* Desplazamiento para centrar la punta */
    border-left: 30px solid #ffe5ae;  /* El borde que se conecta con el fondo del globo */
    border-right: 30px solid transparent; /* No visible, sirve para dar la forma */
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.auth-main .auth-wrapper.v1 .auth-form {
    flex-direction: column;
    background: url(../imgs/bg-login.jpg);
    min-height: 100vh;
    padding: 24px;
    background-size: cover;
    position: relative;
    justify-content: center;
}


.coach-grid {
    width: 680px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 30px;
      margin-top: 60px;
    }

    .coach-card {
      position: relative;
      text-align: center;
      cursor: pointer;
    }
    .coach-card > .avatar-wrapper {
       margin-top: 0;
    }

    .coach-card img {
      width: 132px;
      height: 132px;
      border-radius: 50%;
    }

    .coach-card:hover img {
      transform: scale(1.1);
    }

    .tooltip {
      visibility: hidden;
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff;
      text-align: center;
      border-radius: 5px;
      padding: 10px;
      position: absolute;
      z-index: 2;
      bottom: 105%;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.3s;
      width: 200px;
      font-size: 14px;
    }
    .tooltip::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
    }
    .coach-card:hover .tooltip {
      visibility: visible;
      opacity: 1;
    }

    .coach-name {
      margin-top: 10px;
      font-weight: bold;
    }

    .coach-role {
      font-size: 13px;
      color: #555;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 148px;
      height: 148px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: 1;
    }

    .overlay svg {
      width: 50px !important;
      height: 50px !important;
      fill: #00cc66;
    }

    .coach-card:hover .overlay,
    .coach-card.selected .overlay {
      opacity: 1;
    }
    .encabezado-tarea {
        width: 100%;
        display: flex;
        padding: 20px;
        border-radius: 15px;
        justify-content: space-between;
        flex-direction: row;
        color: white;
        margin-bottom: 30px;
    }
  
    .icon-encabezado-tarea {
        width: 50px;
        height:50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .icon-encabezado-tarea svg {
        width: 100%;
    }
    .text-encabezado-tarea {
        width: calc(100% - 80px);
        display: flex;
        justify-content: flex-start;
    }
      .text-encabezado-tarea h3 {
        padding: 0;
        margin: 0;
        color: white;
        font-size: 2.2em;
    }