.curso-corpo {
    padding: 5% 10%;
    color: #14191f;
}

.curso-details-head {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.curso-titulo-descricao {
    padding: 50px;
    float: left;
    width: 72%;
    background: rgb(20, 25, 31);
    background: radial-gradient(circle, rgba(20, 25, 31, 1) 23%, rgba(4, 27, 7, 1) 100%);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.curso-titulo-descricao h1 {
    font-size: 2.4rem;
}

.curso-titulo-descricao p {
    margin-top: 20px;
    font-size: 1.2rem;
}

.curso-sub-details {
    /* background: rgb(20, 25, 31);
    background: radial-gradient(circle, rgba(20, 25, 31, 1) 23%, rgba(4, 27, 7, 1) 100%); */
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    color: #14191f;
    float: right;
    width: 25%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 5%;
}

.turma-nome-curso {
    background-color: #14191f;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.mais-detalhes {
    padding: 20px;
}

.curso-preco-h1 {
    text-align: center;
    font-size: 1.6rem;
    background-color: #14191f;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
}

.curso-preco-h1-turma {
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background-color: #4ad35c;
    margin-bottom: 5px;
    padding: 10px;
}

.mais-detalhes h2 {
    margin-bottom: 10px;
}

.mais-detalhes p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.mais-detalhes p i {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: #fff;
    background-color: #4ad35c;
}

.mais-detalhes a {
    background-color: #4ad35c;
    border: 2px solid #f1555b;
    color: #fff;
    display: block;
    padding: 10px;
    font-weight: bolder;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
    margin: 20px 0;
    transition: 0.5s;
}

.mais-detalhes a:hover {
    background-color: #2b9138;
}

.curso-sub-details img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.curso-details-body {
    clear: left;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 23%, rgba(183, 236, 190, 0.2) 100%);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    width: 72%;
    padding: 50px;
}

.curso-details-body h2 {
    margin-bottom: 20px;
}

.vai-aprender {
    clear: left;
    flex-wrap: wrap;
    display: flex;
    border: 2px solid #4ad35c;
    padding: 20px;
    margin-bottom: 20px;
}

.pontos-learn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* flex-direction: column; */
}

.pontos-learn p {
    display: flex;
    flex-basis: 48%;
    line-height: 1.8rem;
    /* background-color: #4ad35c; */
}

.pontos-learn p i {
    margin-top: 6px;
    margin-right: 5px;
}

div.curso-description p {
    margin-bottom: 20px;
    line-height: 1.6rem;
}

@media (max-width: 1030px) {
    .curso-corpo {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .curso-titulo-descricao,
    .curso-sub-details,
    .curso-details-body {
        clear: both;
        width: 100%;
        margin-bottom: 0;
    }
}

.h1-turmas {
    font-size: 1.6rem;
}

.turmas-mother-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    /* max-width: 1250px; */
    gap: 20px;
    margin-top: 30px;
}

.turma-card {
    /* background-color: #14191f; */
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #14191f;
    /* border-radius: 30px; */
    padding: 20px;
    color: #14191f;
    transition: 0.5s;
}

.turma-card:hover {
    background-color: #fff;
}

.turma-cidade {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.turma-cidade i {
    font-size: 1.4rem;
    padding: 10px 0;
}

.turma-details {
    font-size: 1.1rem;
}

.turma-details hr {
    margin: 6px 0;
}

.turma-card a {
    color: #fff;
    text-decoration: none;
    background-color: #4ad35c;
    display: block;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
}

.turma-card a:hover {
    background-color: #2b9138;
}

/* ------------------------ */

*,
*:after,
*:before {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body>div {
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

details div {
    border-left: 2px solid #4ad35c;
    border-right: 2px solid #4ad35c;
    border-bottom: 2px solid #4ad35c;
    padding: 1.5em;
}

details div>*+* {
    margin-top: 0.8em;
}

details+details {
    margin-top: .5rem;
}

summary {
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

summary {
    color: #fff;
    border: 2px solid #4ad35c;
    background-color: #14191f;
    padding: .75em 1em;
    cursor: pointer;
    position: relative;
    padding-left: calc(1.75rem + .75rem + .75rem);
}

summary:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .75rem;
    content: "↓";
    width: 1.75rem;
    height: 1.75rem;
    background-color: #14191f;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

details[open] summary {
    background-color: #14191f;
}

details[open] summary:before {
    content: "↑";
}

code {
    font-family: monospace;
    font-weight: 600;
}

.box-modalidade-periodo {
    text-align: center;
    color: #fff;
    background-color: #14191f;
    width: 100%;
    height: 100%;
    padding: 8px 0;
}
