/* Framework FlexBox [SarTheme] */
.b_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b_grid {
    display: -ms-grid;
    display: grid
}

.b_inline {
    display: inline-flex
}

.b_column {
    flex-direction: column
}

.b_align_center {
    align-items: center
}

.b_align_start {
    align-items: flex-start
}

.b_space_between {
    justify-content: space-between
}

.b_center {
    justify-content: center
}

.b_wrap {
    flex-wrap: wrap
}

.b_align_stretch {
    align-items: stretch
}

.b_end {
    align-items: flex-end
}

.stcodes--align-container {
    position: relative;
    max-width: 1214px;
    margin: 0 auto
}

.recomend-model {
    margin-top: 3em;
    max-width: 850px;
}

.recomend-model .title--head {
    text-align: center;
    padding: .75rem 0;
}

.recomend-model .title--head h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2rem;
    color: #000;
    margin: 0
}

.recomend-model h2 {
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    text-align: center;
    padding: .75rem 0;
}

.recomend-model .desc-head {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-left: 1.5rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.625;
    color: #515151;
}

.recomend-model img {
    width: 40%;
    height: 190px;
    border-radius: .25rem;
    border: 2px solid rgba(245,245,245,1);
}

.recomend-model ul {
    list-style: none;
    padding: 0;
    margin: 4rem 0;
}

.recomend-model ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100%/2 - 10px);
    font-size: 17px;
    padding: 20px 15px;
    background: rgba(245,245,245,1);
    color: #212629;
    border-radius: .25rem;
    margin: 5px;
}

.recomend-model ul li:before {
    content: "";
    position: relative;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%233189e3' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' class='w-6 h-6 flex-shrink-0 mr-4 text-fuchsia-700' viewBox='0 0 24 24'%3E%3Cpath d='M22 11.08V12a10 10 0 11-5.93-9.14'%3E%3C/path%3E%3Cpath d='M22 4L12 14.01l-3-3'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    margin-right: 14px;
}

.border2 {
    padding-bottom: 1.25rem;
    border-bottom: solid 2px;
    border-color: rgba(245,245,245,1);
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: var(--accent-1);
    color: #fff;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 2.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
    text-transform: uppercase
}

.btn.btn-large {
    padding: 0.675rem 1.75rem;
    margin-left: auto;
    border-radius: 0.25rem;
}

.btn:hover {
    background: var(--primary)
}

.space--div {
    margin: 2em 0
}

.space--div-5 {
    margin: 5em 0
}

.recomend-model > p {
    font-size: 16px;
    margin-bottom: .6rem
}

.recomend-model .pysxd {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.625;
    margin: 0;
}
.pysxd2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.625;
  color: #515151;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0;
}

.link--recomend {
    font-size: 15px;
    color: var(--accent-1);
    transition: color .2s ease-in-out
}

.link--recomend:hover {
    color: var(--primary);
    transition: color .2s ease-in-out
}

.center {
    display: block;
    text-align: center
}

.h-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(229,229,229,var(--tw-bg-opacity));
    height: .25rem;
    overflow: hidden;
    margin: 5rem 0 1.5em 0
}

.w-24 {
    background-color: var(--accent-1);
    width: 6rem;
    height: 100%
}

.title--secundary {
    color: var(--dark)
}

.post-module--carousel .post-module__heading {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.image--mobile {
    display: none
}

@media(max-width: 1200px) {
    .stcodes--align-container {
        max-width:88%
    }
}

@media(max-width: 990px) {
    .image--mobile {
        display:block
    }

    .recomend-model .b_flex>img {
        width: 100%;
    }

    .recomend-model .itens {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .recomend-model .desc-head {
        width: 100%;
        padding: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .btn.btn-large {
        margin: 0;
    }

    .recomend-model .image--mobile img {
        width: 500px;
        height: 280px;
        margin: 0 auto;
        margin-bottom: 1rem;
        object-fit: cover
    }

    .recomend-model ul {
        text-align: center;
        padding: 0
    }

    .recomend-model ul li {
        width: 100%;
    }

    .recomend-model ul li:before {
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
    }
}

@media(max-width: 550px) {
    .recomend-model .image--mobile img {
        width:100%;
        height: auto
    }
}

.ans-fixed {
    border-bottom: 1px solid #eee;
    margin-bottom: 2.5rem;
    padding-bottom: 1.25rem;
}

.ans-fixed .uppercase {
    text-transform: uppercase;
    text-align: center;
    padding: .75rem 0;
}

.recomend-model .h-1 {
    margin-top: 0;
}