#cursos-bloque-tab {
      justify-content: space-between;
      flex-wrap: wrap-reverse;
      margin-top: 20px;

    }

    #cursos-bloque-tab .nav-link {
      height: 50px;
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      background-color: #1E3143;
      color: white;
      border-radius: 0;

    }

    #cursos-bloque-tab .nav-link.active {
      transform: scale(1.15);
      background-color: #36B9C9;
      font-weight: 700;
      transition: all .2s ease-in-out;
box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 44%);
    }

   #cursos-bloque-tab li.nav-item {
      flex: 1 1 25%;
      text-align: center;
    }



    .accordion-button:not(.collapsed) {
      color: inherit;
      background-color: initial;
    }

    .accordion-button::after {
      font: normal normal normal 14px/1 FontAwesome;
      width: initial;
      height: initial;
      font-size: 20px;
      content: "\f077";
      position: absolute;
      right: none;
      right: 32px;
      top: 25px;
      transition: transform .2s ease-in-out;
    }

    .accordion-button:not(.collapsed)::after {
      background-image: none;
      transform: rotate(180deg);
      transition: transform .2s ease-in-out;
    }

    .card-header {

      background-color: orange;
      color: #1E3143;
    }

    .accordion-button {
      font-size: 18px;
      font-weight: 700;
      color: #1E3143;
    margin: 0;
    }

    .accordion-button:hover {
      color: #1E3143;
      text-decoration: none;
    border-color: transparent;
    }

    .accordion-button:focus {

      box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    }

    .title-block {
      font-weight: 800;
    }

    .table-curso-body {
      color: white;
    }

    .table-curso-body {
      border-bottom: 2px dashed #36B9C9;
      padding: 10px 0px;
    }

    .table-curso-head {
      border-bottom: 3px solid #36B9C9;
      padding: 15px 0px;
      color: #36B9C9;
    }

    #cronograma {
      background-color: #1E3143;
    padding-top: 30px;
    }

    .l-container {
      padding: 50px 0;
    }

    .title-table-curso {
      margin-bottom: 0;
    }

    #title-crono {
      background-color: #36B9C9;
      padding: 12px 0;
    }

    #bloque-cursos {
      background-color: #e9eae8;
    }

    #bloque-cursos .tab-content {
      padding: 30px;
      background-color: white;
    }

    .fecha-mobile {
      color: #36B9C9;
      font-weight: 800;
      display: none;
    }

    .title-crono {
      font-weight: 700;
    }

    #mini-banner {
      position: relative;
    }

    #mini-banner .texto-banner {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center;
      padding: 0 15px;
      width: 100%;
      color: #fff;
    }
section#mini-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #00000073;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    left: 0;
}
#desc p{
font-size: 17px;
 }


    .titulo-banner-mini {
      font-weight: 700;
      font-size: 55px;
    margin: 0.67em 0!important;
z-index: 9;
    position: relative;
    }

    span.text-educared {
      color: #36B9C9;
    }
#cronograma h6{
font-weight: 800;
}

    @media (max-width: 991px) {
      .titulo-banner-mini {
        font-size: 42px;
      }

      #cursos-bloque-tab .nav-link {
        height: 70px;
      }
    }

    @media (max-width: 767px) {
      #mini-banner img {
        object-fit: cover;
        height: 100%;
        width: 100%;
      }

      section#mini-banner {
        height: 250px;
      }

      #bloque-cursos .tab-content {
        padding: 20px;
        background-color: white;
      }

      .fecha-mobile {
        display: block;
      }

      li.nav-item {
        flex: 1 1 50%;
        text-align: center;
      }

      .table-curso-head {
        display: none;
      }

      .title-table-curso {
        margin-bottom: 15px!important;
        font-size: 18px;
        margin-top: 10px;
      }
 #cronograma h6 {
           margin-bottom: 10px!important;
      }

      #cronograma {
        padding: 25px 0;
      }
    }

    @media (max-width: 575px) {
      #cursos-bloque-tab .nav-link {
        height: 86px;
      }

      .titulo-banner-mini {
        font-size: 38px;
      }
    }