#banner h1 {
    font-size: 2.625rem !important;
    line-height: 1.2;
    padding-top: 1rem;
    font-weight: 300 !important;
    top: 5vh !important;
    color: #fff;
    z-index: 1;
}

#banner h1 strong {
    font-weight: 800;
}

#banner article aside:first-child {
    justify-content: flex-start;
}

@media only screen and (max-width: 992px) {
    #sobre {
        padding-top: 15rem;
    }
}

@media only screen and (max-width: 376px) {
    #sobre {
        padding-top: 22rem;
    }
}

@media (min-width: 992px) {
    #banner .title {
        position: absolute;
        bottom: 25vh;
    }

    #banner h1 {
        position: relative;
        font-size: 3.75rem !important;
        line-height: 1.1;
        top: unset !important;
    }
}

#sobre {
    background-color: #FFF;
}

#sobre .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 130%;
}

@media (min-width: 768px) {
    #sobre .title {
        font-size: 2rem;
    }
}

#sobre .text {
    font-size: 1rem;
    line-height: 150%;
}

@media (min-width: 768px) {
    #sobre .text {
        font-size: 1.125rem;
    }
}

#sobre .grid {
    margin-top: 20px;
}

#sobre .grid .column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 350px;
}

@media (min-width: 1240px) {
    #sobre .grid .column {
        max-width: 100%;
    }
}

#sobre .card {
    display: flex;
    gap: 15px;
    background-color: #F3F6F7;
    border-radius: 16px;
    padding: 16px;
}

#sobre .card .icon {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
}


#sobre .card .title,
#sobre .card p {
    padding: 0;
    margin: 0;
}

#sobre .card .title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 8px;
}

@media (min-width: 768px) {
    #sobre .card title {
        font-size: 1.25rem;
    }
}

#sobre .card p {
    font-size: 0.875rem;
    line-height: 150%;
}

@media (min-width: 768px) {
    #sobre .card p {
        font-size: 1rem;
    }
}

#opcoes-de-contemplacao .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    max-width: 70%;
}

@media (min-width: 768px) {
    #opcoes-de-contemplacao .title {
        font-size: 2rem;
    }
}

#opcoes-de-contemplacao .options {
    margin-top: 20px;
    z-index: 2;
}

@media (min-width: 768px) {
    #opcoes-de-contemplacao .options {
        margin-top: 40px;
    }
}

#opcoes-de-contemplacao .options .swiper-slide {
    width: fit-content;
}

#opcoes-de-contemplacao .options .swiper-slide:last-child {
    margin-right: 80px;
}

#opcoes-de-contemplacao .options .card.active,
#opcoes-de-contemplacao .options .card:hover {
    color: #FFF;
    background-color: #B2342A;
}

#opcoes-de-contemplacao .options .card {
    background-color: #FFF;
    border-radius: 200px;
    padding: 8px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: .2s;
}

#opcoes-de-contemplacao .options .icon {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    background-color: #B2342A;
    border-radius: 100px;
}

#opcoes-de-contemplacao .options .icon img {
    border-radius: 200px;
    width: 100%;
    height: auto;
}


#opcoes-de-contemplacao .options .card .name {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 130%;
}

#opcoes-de-contemplacao .options-content .option:not(.active) {
    display: none;
}

#opcoes-de-contemplacao .options-content .option {
    margin-top: 20px;
    border-radius: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    gap: 5%;
}

@media (min-width: 768px) {
    #opcoes-de-contemplacao .options-content .option {
        margin-top: 40px;
        padding: 40px;
        flex-direction: row;
    }
}

#opcoes-de-contemplacao .options-content .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#opcoes-de-contemplacao .content .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 130%;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    #opcoes-de-contemplacao .content .title {
        font-size: 2rem;
    }
}

#opcoes-de-contemplacao .content .text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
}

@media (min-width: 768px) {
    #opcoes-de-contemplacao .content .text {
        font-size: 1.25rem;
        line-height: 156%;
    }
}

#opcoes-de-contemplacao .options-content .banner,
#opcoes-de-contemplacao .content {
    flex: 1;
}

#opcoes-de-contemplacao .options-content .banner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (min-width: 768px) {
    #opcoes-de-contemplacao .options-content .banner .link {
        display: none;
    }
}

#opcoes-de-contemplacao .options-content .banner img {
    order: 3;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

@media (max-width: 767px) {
    #opcoes-de-contemplacao .options-content .content .link {
        display: none;
    }
}

#opcoes-de-contemplacao .options-content .link {
    order: 4;
    color: #B2342A;
    border: 1px solid #B2342A;
    border-radius: 30px;
    padding: 10px 22px;
    width: fit-content;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

#opcoes-de-contemplacao .options-content .link:hover {
    color: #FFF;
    background-color: #B2342A;
}

#opcoes-de-contemplacao .options-content .link {
    display: none;
}

#passo-a-passo {
    background-color: #FFF;
}

#passo-a-passo .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 130%;
}

@media (min-width: 768px) {
    #passo-a-passo .title {
        font-size: 2rem;
    }
}

#passo-a-passo .steps {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    #passo-a-passo .steps {
        flex-direction: row;
    }
}

#passo-a-passo .steps-content,
#passo-a-passo .steps-selector {
    flex: 1;
}

#passo-a-passo .steps-selector {
    display: none;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

@media (min-width: 768px) {
    #passo-a-passo .steps-selector {
        display: flex;
    }
}

#passo-a-passo .steps-selector .step.active,
#passo-a-passo .steps-selector .step:hover {
    color: #FFF;
    background-color: #B2342A;
}

#passo-a-passo .step .step-header span {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

#passo-a-passo .step.active .step-header span {
    transform: rotate(180deg);
}

#passo-a-passo .steps-selector .step {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #F3F6F7;
    cursor: pointer;
    transition: .2s;
}

#passo-a-passo .steps-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#passo-a-passo .steps-content .step::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    background-color: #B2342A;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#passo-a-passo .steps-content .step::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F3F6F7;
    border-radius: 12px;
    z-index: -1;
}

#passo-a-passo .steps-content .step:not(.active) .content {
    display: none;
}

#passo-a-passo .steps-content .step:not(.active)::before {
    display: none;
}

@media (min-width: 768px) {
    #passo-a-passo .steps-content .step::before {
        left: -8px;
        top: 0px;
    }

    #passo-a-passo .steps-content {
        position: relative;
        flex: 1.5;
        max-width: 700px;
    }

    #passo-a-passo .steps-content .step:not(.active),
    #passo-a-passo .steps-content .step .step-header {
        display: none !important;
    }
}

#passo-a-passo .steps-content .step {
    background-color: #F3F6F7;
    border-radius: 6px;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

#passo-a-passo .steps-content .step .text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    margin: 20px 0 0 0;
    padding: 0;
}

@media (min-width: 768px) {
    #passo-a-passo .steps-content .step .text {
        font-size: 1.125rem;
    }
}

#passo-a-passo .steps-content .step img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

#passo-a-passo .steps-content .step-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#passo-a-passo .steps-content .step .content {
    margin-top: 15px;
}

#passo-a-passo .steps-content .step-header .title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 130%;
}

#duvidas .wrapper {
    border-radius: 24px;
    background-color: #FFF;
    padding: 20px;
}

@media (min-width: 768px) {
    #duvidas .wrapper {
        padding: 70px;
        max-width: 860px;
        margin: 0 auto;
    }
}

#duvidas .wrapper .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 130%;
}

@media (min-width: 768px) {
    #duvidas .wrapper .title {
        font-size: 2rem;
        font-weight: 700;
        line-height: 130%;
        max-width: 500px;
    }
}

#duvidas .wrapper .subtitle {
    font-size: 1rem;
    font-weight: 700;
    line-height: 150%;
    padding: 10px 0;
}

@media (min-width: 768px) {
    #duvidas .wrapper .subtitle {
        font-size: 1.125rem;
        padding: 20px 0;
    }
}

#duvidas .wrapper .content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    #duvidas .wrapper .content p {
        font-size: 1.125rem;
    }
}

#duvidas .wrapper .content h4 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 130%;
    padding: 0;
    margin: 0;
    color: #B2342A;
}

@media (min-width: 768px) {
    #duvidas .wrapper .content h4 {
        font-size: 1.25rem;
    }
}

#duvidas .table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.table-wrapper #tabela-desktop-financiamento, .table-wrapper #tabela-mobile-financiamento {
    background-color: #a02f25;
}

.table-wrapper #tabela-desktop-consorcio, .table-wrapper #tabela-mobile-consorcio {
    background-color: #9d1c1f;
}

@media (max-width: 767px) {
    #duvidas table.desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    #duvidas table:not(.desktop) {
        display: none;
    }

    #duvidas .table-wrapper {
        flex-direction: row;
    }
}

#duvidas table {
    border-collapse: collapse;
    border-spacing: 0px;
}

#duvidas table thead {
    padding: 20px;
}

#duvidas table thead td:nth-child(2) {
    padding: 0 10px;
}

#duvidas table thead td p {
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: 12px;
    color: #FFF;
    text-align: center;
    background-color: #D71920;
    margin: 0;
    padding: 20px;
}

#duvidas table tbody td:first-child {
    font-size: 1rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    background-color: #D71920;
}

#duvidas table tbody td {
    padding-top: 0;
    padding-bottom: 0;
}

#duvidas table tbody td:nth-child(2) {
    height: 100%;
    padding: 0 10px;
}

#duvidas table tbody td p {
    background-color: #F3F6F7;
    padding: 15px;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 170px;
}

#duvidas table tbody tr:nth-child(2) td,
#duvidas table tbody tr:nth-child(2) td p {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#duvidas table tbody tr:last-child td,
#duvidas table tbody tr:last-child td p {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

#duvidas table .spacer {
    visibility: hidden;
}

#duvidas table .spacer td {
    height: 16px;
    border: none;
    padding: 0;
    background: transparent;
}

#depoimentos {
    background-color: #FFF;
}

@media (max-width: 995px) {
    #depoimentos {
        padding-left: 0;
        padding-right: 0;
    }
}

#depoimentos .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

@media (min-width: 996px) {
    #depoimentos .wrapper {
        flex-direction: row;
    }

    #depoimentos .wrapper > .content {
        max-width: 526px;
    }
}

#depoimentos .carousel-controls {
    display: flex;
    gap: 10px;
    min-height: 50px;
    position: relative;
    justify-content: space-around;
    align-items: center;
    color: #B2342A;
}

#depoimentos .carousel-controls .carousel-pagination {
    width: fit-content;
}

#depoimentos .carousel-controls i {
    font-size: 24px;
    cursor: pointer;
}

@media (min-width: 996px) {
    #depoimentos .carousel-controls {
        justify-content: center;
        justify-self: flex-start;
    }

    #depoimentos .carousel-controls .carousel-pagination {
        min-width: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

#depoimentos .carousel-pagination .swiper-pagination-bullet-active {
    background-color: #B2342A;
    width: 28px;
    border-radius: 4px;
}

@media (max-width: 995px) {
    #depoimentos .wrapper>.banner-container {
        display: none;
    }

    #depoimentos .social-proof {
        padding: 0 20px;
    }
}

#depoimentos .banner-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#accordion-video-visualizer {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

#accordion-video-visualizer-src iframe {
  display: block;
  margin: 0 auto;
  position: relative;
  max-height: 80vh;
  max-width: 80vw;
  top: 10vh;
}

#accordion-video-visualizer .close-video {
  position: fixed;
  top: 10px;
  right: calc(50vw - 80px);
  background: #FFF;
  padding: 8px 24px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

#accordion-video-visualizer .close-video:hover {
  background: #b2342a;
  color: #FFF;
}

#depoimentos .video-icon {
    position: absolute;
}

#depoimentos .banner-container :not(.active) {
    display: none;
}

#depoimentos .social-proof .tag {
    background-color: #F3F6F7;
    padding: 8px 16px;
    border-radius: 200px;
    font-size: 1rem;
    width: fit-content;
}

#depoimentos .social-proof .title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 130%;
}

#depoimentos .social-proof .text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
}

#depoimentos .swiper .banner-container {
    margin: 20px auto;
}

@media (min-width: 996px) {
    #depoimentos .swiper .banner-container.mobile {
        display: none;
    }
}

#depoimentos .swiper .banner-container img {
    width: 100%;
    height: auto;
}

#faq {
    background-color: #F3F6F7;
}

@media (max-width: 767px) {
    #faq {
        padding-left: 0;
        padding-right: 0;
    }
}

#faq .title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    #faq .title {
        padding: 0;
    }
}

#faq .wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 768px) {
    #faq .wrapper {
        gap: 25px;
    }
}

#faq .wrapper .category {
    background-color: #FFF;
}

@media (min-width: 768px) {
    #faq .wrapper .category {
        border-radius: 24px;
    }
}

#faq .wrapper .category .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 14px 24px;
}

#faq .wrapper .category .top>h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 130%;
}

@media (min-width: 768px) {
    #faq .wrapper .category .top>h3 {
        font-size: 1.25rem;
    }
}

#faq .wrapper .category>.content {
    padding: 10px 20px;
}

#faq .faq-item {
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 10px;
}

#faq .faq-item .item-wrapper {
    padding: 14px 24px;
    border-radius: 24px;
    background-color: #F3F6F7;
}

#faq .faq-item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 150%;
}

@media (min-width: 768px) {
    #faq .faq-item .title {
        font-size: 1.125rem;
    }
}

#faq .faq-item .content {
    padding-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
}

@media (min-width: 768px) {
    #faq .faq-item .content {
        font-size: 1.125rem;
    }

}

#faq .faq-item .title>span {
    transform: rotate(-90deg);
    transition: transform 0.3s ease;
}

#faq .faq-item.open .title>span {
    transform: rotate(90deg);
}

#faq .category>.top>span:after {
    content: "+";
    font-size: 2.25rem;
    font-weight: lighter;
    vertical-align: middle;
}

#faq .category.open>.top>span:after {
    content: "-";
}

#faq .faq-item ul {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
}

#faq .faq-item a {
    text-decoration: underline;
    color: #BF221D;
}

.scroll-to-simulator {
    position: fixed;
    background-color: #FFF;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    z-index: 1000;
}

.scroll-to-simulator a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #B2342A;
    color: #FFF;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;
    min-width: 220px;
    text-align: center;
}
