/* Tela como funciona */

.image-check {
    width: 10%;
}

@media (min-width: 425px) {
    .image-check {
        width: 5%;
    }
}

@media (min-width: 1300px) {
    .image-check {
        width: 4%;
    }
}

.seta-responsiva {
    transform: rotate(90deg);
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .seta-responsiva {
        transform: rotate(0deg);
        margin-bottom: 0;
    }
}

.text-btn-solicite-emprestimo {
    font-size: max(1rem, 1vw);
}


/* Tela quem somos */

.text-quem-somos p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.selo-reclame-aqui {
    display: inline-block;
    transform: scale(1.0);
    transform-origin: center;
}

@media (min-width: 1440px) {
    .selo-reclame-aqui {
        transform: scale(1.3);
        margin-left: 20px;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    opacity: 1;
    z-index: 10;
}

.carousel-control-prev i,
.carousel-control-next i {
    color: #006666;
}

.carousel-control-prev {
    left: -10px;
}

.carousel-control-next {
    right: -10px;
}

/* Tela emprestimo consignado */

.image-check-consignado {
    width: 30px;
}

@media (min-width: 1024px) {
    .image-check-consignado {
        width: 40px;
    }
}

.container-passos {
    border-radius: 40px;
}

.card-quem-pode-contratar {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
}

.card-quando-faz-sentido {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    height: 100%;
}

@media (min-width: 500px) {
    .card-quando-faz-sentido {
        padding: 30px;
    }
}

.titulo-teal {
    color: #1a5c58;
    font-weight: bold;
}

.titulo-lime {
    color: #BFD73E;
    font-weight: bold;
}


.lista-quem-pode {
    list-style: none;
    padding-left: 0;
}

.lista-quem-pode li {
    margin-bottom: 8px;
    color: #555;
}

.item-categoria {
    font-weight: bold;
    color: #444;
    margin-top: 15px;
    display: block;
}

.item-check {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.item-check::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-image: url('../image/ok.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.faq-item {
    border: none;
    background: none;
    margin-bottom: 15px;
}

.faq-header {
    background-color: #2d6a66;
    color: white;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.faq-header::before {
    content: "";
    width: 12px;
    height: 100%;
    background-color: #d4e939;
    position: absolute;
    left: 0;
    top: 0;
}

.faq-button {
    background: none;
    border: none;
    color: white;
    width: 100%;
    padding: 18px 25px 18px 35px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.faq-button:focus {
    outline: none;
    box-shadow: none;
}

.faq-button::after {
    content: '▼';
    font-size: 14px;
    transition: transform 0.3s;
}

.faq-button[aria-expanded="true"]::after {
    content: '▲';
}

.faq-body {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 20px 30px;
    color: #555;
    line-height: 1.6;
}

/* Tela fgts */

.card-lateral-fgts {
    background-color: rgba(15, 92, 87, 0.9);
    border-radius: 15px;
    padding: 15px;
    padding-top: 35px;
}

.lista-fg-custom {
    list-style: none;
    padding-left: 0;
    color: #ffffff;
}

.lista-fg-custom li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 0.9rem;
}

.lista-fg-custom li::before {
    content: "•";
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -5px;
}

/* Tela nossas agências */


.card-atendimento {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.embed-responsive-dinamico {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-dinamico {
    padding-top: 100%;
}

@media (min-width: 426px) {
    .embed-responsive-dinamico {
        padding-top: 70%;
    }
}

@media (min-width: 992px) {
    .embed-responsive-dinamico {
        padding-top: 55%;
    }
}

.embed-responsive-dinamico .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.text-card {
    font-size: 1.2rem;
}

@media (min-width: 426px) {
    .text-card {
        font-size: 1.6rem;
        padding-bottom: 7px;
    }
}

@media (min-width: 992px) {
    .text-card {
        font-size: 1.5rem;
        padding-bottom: 7px;
    }
}

.text-teal {
    color: #1a5c58;
}

.btn-contato-agil {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 15px;
    padding: 15px 30px;
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-contato-agil img {
    width: 35px;
    height: auto;
    margin-right: 20px;
}

.btn-contato-agil span {
    color: #000000;
    font-size: 1.0rem;
    font-weight: 500;
}


@media (min-width: 768px) {
    .btn-contato-agil img {
        width: 45px;
    }

    .btn-contato-agil span {
        font-size: 1.7rem;
    }

}


/* Tela faq */
.card-acesso-rapido {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: transform 0.2s;
    cursor: pointer;
}

.titulo-card-link {
    color: #006666;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2;
}

.menu-faq-pills .nav-link {
    color: #006666;
    border: 1px solid #006666;
    margin: 5px;
    border-radius: 5px;
    background: white;
}

.menu-faq-pills .nav-link.active {
    background-color: #006666 !important;
    color: white !important;
}

.card-faq-container {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.faq-item-duvidas {
    border: 1.5px solid #d1d8db;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.btn-faq {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none !important;
    background: none;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    color: #006666 !important;
    font-weight: 500;
    text-align: center;
}

.faq-text {
    flex-grow: 1;
    font-size: 1.1rem;
}

.faq-icon-left {
    color: #006666;
    font-size: 0.9rem;
}

.faq-body {
    padding: 0 20px 20px 20px;
    color: #444;
    font-size: 1rem;
    line-height: 1.6;
    border-top: 1.5px solid #eee;
    padding-top: 15px;
}

.faq-icon-state::after {
    content: '\25BC';
    font-size: 1.2rem;
    color: #006666;
    transition: 0.3s;
}

.btn-faq:not(.collapsed) .faq-icon-state::after {
    content: '\25B2';
}

.faq-item:has(.show) {
    border-color: #006666;
}