/* Fixes for selectors that were written with nesting (not supported in plain CSS) */

/* PROBLEM SECTION */
.main .section-problem-container .card-problem-sellex {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
    align-items: center;
    justify-content: center;
    place-items: center;
}

.main .section-problem-container .card-problem-sellex .card-problem {
    padding: 20px;
    min-height: 170px;
    background-color: rgba(13, 13, 13, 0.112);
    border-radius: 10px;
    border: solid 1px rgba(192, 192, 192, 0.28);
    display: flex;
    flex-direction: column;
}

.main .section-problem-container .card-problem-sellex .card-problem .avatar img {
    width: auto;
    height: 40px;
    object-fit: contain;
}

.main .section-problem-container .card-problem-sellex .card-problem h3 {
    font-size: 15px;
    padding: 5px 0 10px 0;
    font-weight: 700;
}

.main .section-problem-container .card-problem-sellex .card-problem p {
    font-size: 14px;
    color: #e2e2e2a0;
}

/* RECURSOS SECTION */
.main .section-recorse-container {
    min-height: 100vh;
}

.main .section-recorse-container .card-recurse-sellex {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 2%;
    padding: 50px 0 30px 0;
}

.main .section-recorse-container .card-recurse-sellex .all-card-recurse {
    width: 75%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
    align-items: center;
    justify-content: center;
    place-items: center;
}

.main .section-recorse-container .card-recurse-sellex .all-card-recurse .card-resurse {
    padding: 20px;
    min-height: 170px;
    background-color: rgba(80, 80, 80, 0.091);
    border-radius: 10px;
    border: solid 1px rgba(192, 192, 192, 0.28);
    display: flex;
    flex-direction: column;
}

.main .section-recorse-container .card-recurse-sellex .all-card-recurse .card-resurse .top-c {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3%;
    padding-bottom: 20px;
}

.main .section-recorse-container .card-recurse-sellex .all-card-recurse .card-resurse .top-c .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff60163a;
}

.main .section-recorse-container .card-recurse-sellex .all-card-recurse .card-resurse .top-c .icon i {
    font-size: 20px;
    color: var(--sellex_main);
}

.main .section-recorse-container .card-recurse-sellex .all-card-recurse .card-resurse .top-c h3 {
    font-size: 15px;
    padding: 5px 0 10px 0;
    font-weight: 700;
}

.main .section-recorse-container .card-recurse-sellex .all-card-recurse .card-resurse p {
    color: #e2e2e2a0;
    font-size: 14px;
}

.main .section-recorse-container .card-recurse-sellex .card-only-one {
    width: 25%;
    padding: 30px 20px;
    background-color: rgba(80, 80, 80, 0.091);
    border-radius: 10px;
    border: solid 1px rgba(192, 192, 192, 0.28);
    display: flex;
    flex-direction: column;
}

.main .section-recorse-container .card-recurse-sellex .card-only-one .top-c {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3%;
    padding-bottom: 20px;
}

.main .section-recorse-container .card-recurse-sellex .card-only-one .top-c .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff60163a;
}

.main .section-recorse-container .card-recurse-sellex .card-only-one .top-c .icon i {
    font-size: 20px;
    color: var(--sellex_main);
}

.main .section-recorse-container .card-recurse-sellex .card-only-one .top-c h3 {
    font-size: 15px;
    padding: 5px 0 10px 0;
    font-weight: 700;
}

.main .section-recorse-container .card-recurse-sellex .card-only-one p {
    color: #e2e2e2a0;
    font-size: 14px;
}

.main .section-recorse-container .card-recurse-sellex .card-only-one .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .section-recorse-container .card-recurse-sellex .card-only-one .img img {
    width: auto;
    height: 200px;
    object-fit: cover;
    opacity: .2;
}

.main .section-recorse-container .context {
    width: 98%;
    max-height: 260px;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: rgba(80, 80, 80, 0.091);
    border: solid 1px rgba(192, 192, 192, 0.28);
}

.main .section-recorse-container .context .text-context {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main .section-recorse-container .context .text-context h1 {
    font-size: 20px;
    padding: 5px 0 10px 0;
    font-weight: 700;
    text-align: start;
}

.main .section-recorse-container .context .text-context p {
    color: #e2e2e2a0;
    padding-bottom: 20px;
    font-size: 14px;
}

.main .section-recorse-container .context .text-context button {
    width: 150px;
    background-color: var(--sellex_main);
}

.main .section-recorse-container .context .img-context {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .section-recorse-container .context .img-context img {
    width: auto;
    height: 100%;
}

/* HOW WORKS SECTION */
.main .section-how-working-container {
    min-height: 100vh;
}

.main .section-how-working-container .step-working {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2%;
    align-items: center;
    justify-content: center;
    place-items: center;
    position: relative;
    padding: 30px 0;
}

.main .section-how-working-container .step-working .step {
    width: 98%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main .section-how-working-container .step-working .step .icon {
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff60163a;
    position: relative;
}

.main .section-how-working-container .step-working .step .icon i {
    font-size: 20px;
    color: var(--sellex_main);
}

.main .section-how-working-container .step-working .step .icon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 49%;
    height: 42%;
    width: 1%;
    border-left: solid 1px #ff60163a;
}

.main .section-how-working-container .step-working .step .num {
    max-width: 30px;
    max-height: 30px;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    place-items: center;
    background-color: #ff60163a;
    border-radius: 50%;
    margin: 7% 0 2% 0;
}

.main .section-how-working-container .step-working .step .num p {
    display: flex;
    align-items: center;
    justify-content: center;
    place-items: center;
    text-align: center;
}

.main .section-how-working-container .step-working .step h1 {
    font-size: 15px;
    padding: 5px 0 10px 0;
    font-weight: 700;
    text-align: start;
}

.main .section-how-working-container .step-working .step p {
    color: #e2e2e2a0;
    padding-bottom: 20px;
    font-size: 12px;
    text-align: center;
}

.main .section-how-working-container .step-working::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ff60163a;
    border-left: solid 1px #ff60163a;
    top: 40%;
}

.main .section-how-working-container .context {
    width: 98%;
    max-height: 260px;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: rgba(80, 80, 80, 0.091);
    border: solid 1px rgba(192, 192, 192, 0.28);
}

.main .section-how-working-container .context .text-context {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main .section-how-working-container .context .text-context h1 {
    font-size: 20px;
    padding: 5px 0 10px 0;
    font-weight: 700;
    text-align: start;
}

.main .section-how-working-container .context .text-context p {
    color: #e2e2e2a0;
    padding-bottom: 20px;
    font-size: 14px;
}

.main .section-how-working-container .context .text-context button {
    width: 150px;
    background-color: var(--sellex_main);
}

.main .section-how-working-container .context .img-context {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .section-how-working-container .context .img-context img {
    width: auto;
    height: 100%;
}
