.section-title {
    font-size: 3.2em;
    line-height: 1.1em;
    color: #111111
}

.dark {
    color: #f7f7f7;
}

a .dark:hover {
    color: white !important;
}

.depoimento-texto {
    font-family: "MADE Outer Sans";
    padding: 36px 16px 16px;
    font-size: 0.87em;
    letter-spacing: 1.2px;
    line-height: 20px;
    background-color: #111111;
    color: #fff;
    margin-top: -36px;
}

.depoimento-quem {
    display: flex;
    font-family: "MADE Outer Sans";
    font-size: 0.82em;
    line-height: 1.2em;
    flex-direction: column;
    padding-top: 0.5em;
    padding-left: 0.3em;
}


.depoimento-cabecalho {
    padding-left: 1em;
    z-index: 200;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
}

.depoimento-cabecalho .depoimento-foto {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.depoimento-cabecalho .depoimento-icone {
    width: 80px;
}

.curso-titulo {
    font-family: "MADE Outer Sans";
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px 6px;
    background-color: white;
    width: fit-content;
    min-width: 150px;
    max-width: 170px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
}

.curso-tweet {
    font-family: "MADE Outer Sans";
    background-color: #111111;
    color: #f7f7f7;
    padding: 8px 16px;
    text-align: start;
    height: 60px;
}

.curso-capa {
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.curso-description {
    font-family: "MADE Outer Sans";
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 12px;
    color: #666666;
    font-size: 0.8em;
    line-height: 20px;
    height: 180px;
}

.saibamais {
    border: #111111 2px solid;
    padding: 6px 10px;
    font-family: "MADE Outer Sans";
    font-weight: bold;
    color: #111111;
    transition: 0.3s;
}

.saibamais:hover {
    background-color: deeppink;
    border: deeppink 2px solid;
    color: white;
    cursor: pointer;
}

.white-cart {
    background-color: deeppink;
    padding: 9px;
}

.zoom-hover {
    transition: .3s;
}

.zoom-hover:hover {
    transform: scale(1.05);
}

.btn-peres-default {
    border: #111111 2px solid;
    background-color: #111111;
    padding: 8px 10px;
    text-transform: uppercase;
    font-family: "MADE Outer Sans";
    color: #f7f7f7;
    transition: 0.3s;
    display: flex;
    flex-direction: row;
    align-items: end;
}

.btn-peres-default:hover {
    border: deeppink 2px solid;
    background-color: deeppink;
    color: #f7f7f7;
}

.peres-footer-text {
    font-family: "MADE Outer Sans";
    color: #f7f7f7;
}

.peres-footer-text:hover {
    color: white;
}

.transparent-btn {
    font-family: "MADE Outer Sans";
    border: #111111 2px solid;
    background-color: transparent;
    padding: 12px 16px;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #111111;
    transition: 0.7s;
    display: flex;
    flex-direction: row;
    align-items: end;
}

.transparent-btn:hover {
    border: #111111 2px solid;
    background-color: deeppink;
    color: #111111;
}

.corner {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #111111;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: -7px;
    left: -20px;
}

.corner-texto {
    margin-left: -22px;
    width: 43px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    font-family: "MADE Outer Sans";
}

.combo-title {
    font-family: "Constructio Grotesk";
}

.combo-subtitle {
    font-family: "MADE Outer Sans";
}

@media only screen and (max-width: 768px) {

    .section-title {
        font-size: 2.8em;
    }
    .corner {
        left: 24px;
    }
    .curso {
        padding-left: 44px;
        padding-right: 44px;
    }

    .curso-description {
        height: fit-content;
    }

    .curso-capa {
        height: 270px;
    }

    .transparent-btn {
        padding: 12px 16px;
        font-size: 0.9em;
    }

    .transparent-btn-img {
        width: 20px;
        height: 20px;
    }
}

.custom-container-fluid-mir {
    max-width: 1120px;
}
