@charset "utf-8";section.curso-include .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem
}

.curso-include .second-title .span-title-gold {
    display: flex;
    font-size: 18px;
    color: #B69D74;
    line-height: 0;
    border-bottom: 2px solid #B69D74;
    font-weight: 400;
    max-width: 105px;
    width: 100%;
    padding-bottom: 10px;
    gap: .5rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    align-items: center
}

.curso-include .second-title {
    font-size: 48px;
    color: #033A5B;
    line-height: 3.5rem;
    margin-bottom: 1.5rem
}

.curso-include-img {
    position: relative
}
section.curso-include {
    background: #fafaf8;
}

.curso-include-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.curso-include-img .span-hotmart {
    position: absolute;
    bottom: 0;
    display: flex;
    background: #fff;
    border-radius: 4px
}

.curso-include-img .span-hotmart a p {
    display: flex;
    color: #033a5b;
    transition: .4s ease-in-out;
    font-size: 42px;
    line-height: 2.5rem;
    font-weight: 800
}

.span-hotmart a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 4px
}

.span-hotmart a p {
    display: flex;
    flex-direction: column
}

.span-hotmart a p span {
    color: #666;
    font-size: 20px;
    font-weight: 400
}

.curso-include-content p {
    color: #666;
    margin-bottom: 2rem
}

.curso-include-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.curso-include-content ul li {
    margin-bottom: .5rem
}
.curso-include-content li::marker {
  color: #b69d75;
}

.span-hotmart a:hover {
    text-decoration: underline;
    color: #033a5b;
    transition: .4s ease-in-out
}

.span-hotmart a:hover svg {
    transform: scale(1.2);
    transition: .2s ease-in-out
}

@media only screen and (max-width: 992px) {
    section.curso-include .container {
        grid-template-columns:1fr
    }
}
