.nossos-cursos-c {
    color: #14191f;
    background-color: rgb(245, 245, 245);
    padding: 5%;
    margin: auto;
    text-align: center;
}

.nossos-cursos-cima {
    margin-bottom: 20px;
}

.nossos-cursos-cima h1 {
    text-transform: uppercase;
}

.div-download-pdf {
    margin-top: 20px;
}

.div-download-pdf a {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    text-decoration: none;
    background-color: #39b54a;
    font-weight: bolder;
    padding: 14px 22px;
    transition: 0.5s ease-in-out;
}

.div-download-pdf a:hover {
    background-color: #2b9138;
}

.cursos-container {
    margin: 0 5% 0 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.curso-box {
    margin: 10px;
    width: 350px;
    background-color: #fff;
    /* border-radius: 10px; */
    overflow: hidden;
    transition: 0.5s;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.curso-box img {
    padding: 0 30px 20px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.curso-dados {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.curso-dados h3 {
    text-align: left;
    margin: 0 30px 10px;
}

.curso-details {
    border-left: 4px solid #4ad35c;
    text-align: left;
    margin: 20px 30px;
    padding-left: 10px;
}

.curso-details h4 {
    font-size: large;
}

.curso-dados a {
    background-color: #4ad35c;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 10px 30px 0;
    padding: 10px;
    font-size: 16px;
    transition: 0.5s;
}

.curso-dados a:hover {
    background-color: #2b9138;
}




/* --------- PAGINAÇÃO --------- */

/* Estilos principais */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container .title {
    font-size: 40px; /* Ajuste para telas menores */
    font-weight: 600;
    text-align: center;
}

.container p {
    font-size: 14px; /* Redução para dispositivos menores */
    text-align: center;
}

.pagination {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px; /* Adiciona espaço entre os itens */
}

.pagination li {
    background: #4ad35c;
    list-style: none;
    /* border-radius: 4px; Adiciona bordas arredondadas */
    overflow: hidden;
}

.pagination li a {
    text-decoration: none;
    color: #fdfdfd;
    height: 40px; /* Reduz o tamanho dos botões */
    width: 40px; /* Reduz a largura dos botões */
    font-size: 14px; /* Fonte menor para dispositivos móveis */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid rgba(0, 0, 0, 0.25); */
    /* box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35); */
}

.pagination li a:hover {
    background: rgba(255, 255, 255, 0.2);
    /* border-color: rgba(0, 0, 0, 0.5); */
}

.pagination li a:focus,
.pagination li a:active {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
}

/* Ajustes para botões maiores */
.pagination li.icon a {
    min-width: 90px; /* Reduz a largura mínima */
    font-size: 14px; /* Ajusta a fonte */
}

/* Estilos responsivos para telas menores */
@media (max-width: 600px) {
    .nossos-cursos-c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .container .title {
        font-size: 32px; /* Reduz o tamanho do título */
    }

    .pagination li a {
        height: 30px; /* Ajusta o tamanho dos botões */
        width: 30px; /* Reduz a largura dos botões */
        font-size: 12px; /* Reduz a fonte para melhor visualização */
    }

    .pagination li.icon a {
        min-width: 80px; /* Reduz largura dos botões maiores */
        font-size: 12px;
    }
}



.edaco-table-title {
    font-size: 26px;
    margin: 20px 0;
    text-align: center;
}

.edaco-table-title .edaco-table-subtitle {
    font-size: 0.5em;
}

.edaco-responsive-table {
    list-style-type: none;
    padding: 0;
    font-size: 0.9rem;
    width: 100%;
}

.edaco-responsive-table li {
    /* border-radius: 3px; */
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.edaco-responsive-table li a {
    color: #2b3037;
    text-decoration: none;
    transition: 0.5s;
}

.titulo-noticia:hover {
    color: #39b54a;
}

.edaco-responsive-table li a .fa-pen-to-square {
    color: #e9d200;
}

.edaco-responsive-table li a .fa-trash {
    color: #e42525;
}

.edaco-responsive-table li a .fa-eye-slash {
    color: #0052e9;
}

.edaco-responsive-table li a .fa-eye, .fa-star {
    color: #39b54a;
}

.edaco-table-header {
    background-color: #2b3037;
    color: #fff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 25px 20px;
}

.edaco-table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.edaco-table-row img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.edaco-col {
    text-align: start;
}

.edaco-col-inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    margin-right: 20px;
    width: 100%;
}

.edaco-col-inside-in {
    display: flex;
    flex-direction: column;
}

.inside-line {
    display: flex;
    justify-content: space-between;
}

.t-center {
    /* margin-bottom: 10px; */
    /* border: 1px solid #4ad35c; */
    background-color: #39b54a;
    color: #fff;
    padding: 4px;
}

.t-col {
    padding: 4px;
    border: 1px solid #39b54a;
    flex: auto;
    text-align: center;
}

.edaco-col-1 {
    flex-basis: 5%;
}

.edaco-col-2 {
    flex-basis: 25%;
}

.edaco-col-3 {
    flex-basis: 13%;
}

.edaco-col-4 {
    flex-basis: 8%;
}

.edaco-col-5 {
    flex-basis: 30%;
}

/* Estilos para mobile */
@media all and (max-width: 767px) {
    .edaco-responsive-table .edaco-table-header {
        display: none;
    }

    .edaco-responsive-table li {
        display: block;
    }

    .edaco-responsive-table .edaco-col {
        flex-basis: 100%;
        display: flex;
        padding: 10px 0;
    }

    .edaco-responsive-table .edaco-col:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
    }
}

@media (max-width: 935px) {
    .edaco-table-container {
        display: none;
    }
}
