
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: "Montserrat", sans-serif!important;
    }

     .cursos-card {
       background-color: #e9e9e9; 
       border-radius: 12px; 
       font-size: 14px;
    }

    /* TAB */
        .tab-section-admin{
          width: fit-content;
        }
        .tab-item-section-admin {
          font-size: 14px;
          font-weight: 600;
          cursor: pointer;
          padding: 5px 10px;
          border: solid black 1px;
          background-color: #c3c3c3;
        }
        .border-r-left {
          border-radius: 12px 0 0 12px;
        }
        .border-r-right {
          border-radius: 0 12px 12px 0;
        }

        .tab-button.active {
          background: #060c23;
          color: white;
        }

        .tab-content {
          display: none!important;
        }

        .tab-content.active {
          display: flex!important;
        }

    /* TAB */
