@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.custom-menu {
    background-color: #f9b253;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    gap: 1.5rem;
}

.menu-link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    padding: 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .menu-link:hover {
        text-decoration: underline;
    }

.border-black {
    border: 2px solid #000;
    border-radius: 25px;
}

.footer {
    background-color: #f9b253;
    padding: 2rem 0;
}

    .footer img {
        max-width: 100%;
        height: auto;
    }

    .footer .col {
        color: #000;
        font-weight: 700;
    }

    .footer .contact-info {
        font-size: 0.9rem;
    }

.image-section {
    margin-top: 1rem;
}

    .image-section img {
        width: 100%;
        height: auto;
        border-radius: 50px;
    }

.product-area {
    background-color: #ebebeb;
    padding: 4rem 0;
    border-radius: 50px;
}

    .product-area h2 {
        font-size: 7, 5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .product-area p {
        font-size: 2.1rem;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .product-area .col img {
        width: 100%;
        height: auto;
        border-radius: 50px;
    }

    .product-area .container {
        padding: 20px;
    }


    .product-area h2,
    .product-area p,
    .product-area .row {
        padding-left: 20px;
        padding-right: 20px;
    }

@media (max-width: 767.98px) {
    .footer .col {
        text-align: center;
        margin-bottom: 1rem;
    }
}

.footer {
    width: 100%;
}

.card-form {
    border-radius: 30px;
    padding: 20px;
    color: #FFF;
    background-color: #000;
}

    .card-form input {
        background-color: #ebebeb;
        border-radius: 10px;
    }

.card-body h3 {
    font-weight: 800;
}


.card-body label {
    font-size: 1.1rem;
}

.bg-grey {
    /* border-radius: 30px;*/
    background-color: #e0e0e0;
}

.list-ico {
    font-weight: 600;
    font-size: 1.5rem;
}

.icone-laranja {
    width: 30px;
    height: 30px;
    filter: invert(74%) sepia(84%) saturate(593%) hue-rotate(340deg) brightness(97%) contrast(94%);
}

.bg-orange {
    text-align: center;
    color: #1e1e2f;
    border-radius: 30px;
    padding: 20px;
    background-color: #f9b253;
}

.t-50 {
    font-size: 3.125rem;
}

.t-34 {
    font-size: 2.125rem;
}

.t-36 {
    font-size: 2.1rem;
}

ul li {
    margin: 0 !important;
}

a {
    color: #000;
    text-decoration: none;
}


.img-hover-container {
    position: relative;
    overflow: hidden;
}

    .img-hover-container img {
        transition: 0.4s ease;
        display: block;
        width: 100%;
    }

    .img-hover-container:hover img {
        filter: brightness(60%);
    }

.hover-button {
    font-size: 1.5rem;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-hover-container:hover .hover-button {
    opacity: 1;
    pointer-events: auto;
}

.header-banner {
    background-color: #5e5e5e;
    height: 300px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box {
    background-color: #f4a73f;
    padding: 20px;
    border-radius: 30px;
    color: #000;
    font-size: 0.9rem;
}

    .info-box p {
        font-size: 1rem;
    }

.price-box {
    background-color: #e0e0e0;
    padding: 30px;
    border-radius: 40px;
    text-align: right;
}

    .price-box h2 {
        font-size: 2.813rem;
        font-weight: 700;
        color: #1e1e2f;
    }

    .price-box p {
        margin: 0;
    }

    .price-box .title {
        font-size: 2rem;
    }

    .price-box .sub-title {
        font-size: 24px;
    }

    .price-box .describe {
        font-size: 24px;
    }

    .price-box .price {
        font-size: 5.5rem;
        color: #1e1e2f;
    }

    .price-box .btn-dark {
        width: 100%;
        border-radius: 20px;
        padding: 12px 30px;
        margin-top: 20px;
        font-size: 2.813rem;
    }

.border-radius-eq {
    border-radius: 100px;
}

.seguro-box {
    margin-top: 40px;
    padding: 20px;
    text-align: left;
    background-color: #eaeaea;
    border-radius: 20px;
}

.sobre-box {
    margin-top: 40px;
    padding: 20px;
    text-align: left;
    border-radius: 20px;
}

.seguro-box h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #1e1e2f;
}

.title-box {
    font-size: 2rem;
    font-weight: 700;
    color: #1e1e2f;
}


.sub-title-box {
    font-size: 1.3rem;
    color: #1e1e2f;
}

.sobre-box h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #1e1e2f;
}

.sobre-box h4 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #1e1e2f;
}

.sobre-box p {
    padding: 10px;
    text-align: justify;
    font-size: 1.5rem;
    color: #1e1e2f;
}

.content-box {
    display: flex;
    text-align: center;
    padding: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    background-color: #e0e0e0;
}

.content-text {
    border-radius: 30px;
    padding: 30px;
    background-color: #e0e0e0;
}

    .content-text small {
        color: #5e5e5e;
    }

.content-box h3 {
    text-align: left;
    font-weight: 700;
    font-size: 36px;
    color: #1e1e2f;
}

.beneficio {
    padding: 20px;
}

    .beneficio p {
        text-align: center;
        color: #1e1e2f;
    }

    .beneficio .valor-destaque {
        font-size: 3.125rem;
        font-weight: 700;
        color: #000;
        margin: 10px 0;
    }

@media (max-width: 768px) {
    .seguro-box {
        padding: 20px 10px;
    }

    .price-box {
        margin-top: 20px;
        margin-right: 0;
    }
}

@media (min-width: 769px) {
    .price-box {
        margin-right: 50px;
        margin-top: -180px;
    }
}

.bg-grey {
    background-color: #e0e0e0;
}

.bbrr-50 {
    border-bottom-right-radius: 50px;
}

/*  .btrr-50 {
      border-top-right-radius: 50px;
    }*/

.title-section {
    padding: 10px;
}

.bg-orange {
    color: #1e1e2f;
    border-radius: 30px;
    padding: 20px;
    background-color: #f9b253;
}

    .bg-orange h3 {
        font-size: 48px;
    }

.list-black {
    font-size: 1.1rem;
    text-align: left;
    color: #1e1e2f;
}

    .list-black ol li {
        margin-bottom: 10px;
    }

.card-download-doc {
    background-color: #FFFFFF;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    font-size: 0.6rem;
    font-weight: 700;
}

    .card-download-doc label {
        font-size: 1.1rem;
    }

.t-65 {
    font-size: 4.063rem;
}

.t-32 {
    font-size: 2rem;
}

.t-88 {
    font-size: 5.5rem;
}

.t-45 {
    font-size: 2.813rem;
}

.t-46 {
    font-size: 2.875rem;
}

.t-50 {
    font-size: 3.125rem;
}

.t-40 {
    font-size: 2.5rem;
}

.t-21 {
    font-size: 1.313rem;
}

.t-18 {
    font-size: 1.125rem;
    /* 18px */
}

.t-24 {
    font-size: 1.5rem;
    /* 24px */
}

.t-25 {
    font-size: 1.5625rem;
    /* 25px */
}

.t-27 {
    font-size: 1.6875rem;
    /* 27px */
}

.t-33 {
    font-size: 2.0625rem;
    /* 33px */
}

.t-36 {
    font-size: 2.25rem;
    /* 36px */
}

.t-28 {
    font-size: 1.75rem;
}

.t-50 {
    font-size: 3.125rem;
}

.t-84 {
    font-size: 5.25rem;
    /* 84px */
}

.text-justify {
    text-align: justify;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.custom-menu {
    background-color: #f9b253;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    gap: 1.5rem;
}

.menu-link {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    padding: 0.5rem 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

    .menu-link:hover {
        text-decoration: underline;
    }

.border-black {
    border: 2px solid #000;
    border-radius: 25px;
}

.footer {
    background-color: #f9b253;
    padding: 2rem 0;
}

    .footer img {
        max-width: 100%;
        height: auto;
    }

    .footer .col {
        color: #000;
        font-weight: 700;
    }

    .footer .contact-info {
        font-size: 0.9rem;
    }

.image-section {
    margin-top: 1rem;
}

    .image-section img {
        width: 100%;
        height: auto;
        border-radius: 50px;
    }

.product-area {
    background-color: #ebebeb;
    padding: 4rem 0;
    border-radius: 50px;
}

    .product-area h2 {
        font-size: 56px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .product-area p {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 2rem;
    }

    .product-area .col img {
        width: 100%;
        height: auto;
        border-radius: 50px;
    }

    .product-area .container {
        padding: 20px;
    }

    /* Padding para os elementos internos da área de produtos */
    .product-area h2,
    .product-area p,
    .product-area .row {
        padding-left: 20px;
        padding-right: 20px;
    }

@media (max-width: 767.98px) {
    .footer .col {
        text-align: center;
        margin-bottom: 1rem;
    }
}

.reemissao-box h2 {
    text-align: center;
    font-size: 3rem;
    color: #000;
    font-weight: 700;
}



.search-wrapper {
    position: relative;
    max-width: 800px;
    margin: 20px auto;
}

.search-input {
    height: 50px;
    width: 100%;
    padding: 10px 50px 10px 20px;
    border: 1px solid #1d2130;
    border-radius: 50px;
    background-color: #d3d3d3;
    outline: none;
}

.search-button {
    border-radius: 30px;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 150px;
    transform: translateY(-50%);
    background-color: #f9b253;
    border: none;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1d2130;
}

    .search-button:hover {
        background-color: darkorange;
    }

.search-button {
    font-weight: 500;
}

    .search-button i {
        font-size: 16px;
    }

.table-box {
    border-radius: 50px;
    padding: 30px;
    background-color: #EBEBEB;
}

    .table-box table {
        --bs-table-bg: #EBEBEB !important;
    }

.table th {
    font-size: 24px;
    font-weight: 500;
}

.bg-orange {
    color: #1e1e2f;
    border-radius: 30px;
    padding: 20px;
    background-color: #f9b253;
}

.accordion-button {
    color: #000;
    /* Cor padrão do texto */
    transition: color 0.3s ease;
}

    .accordion-button:hover {
        color: #f9b253;
    }

.msg-box {
    text-align: center;
    padding: 50px;
}

/* --- Accordion Header Geral --- */
.accordion-button {
    font-size: 1.5rem;
    border: 1px solid #1e1e2f;
    border-radius: 50px !important;
    background-color: #EBEBEB;
    color: #1e1e2f;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
}


    .accordion-button:not(.collapsed) {
        background-color: #1e1e2f;
        color: white;
    }


    .accordion-button:focus {
        box-shadow: none;
    }

/* --- Accordion Body --- */
.accordion-body {
    font-size: 2.1rem;
    margin-top: -0.5rem;
    padding: 1rem 1.25rem;
}

/* --- Container do Accordion Item --- */
.accordion-item {
    border: none;
    background-color: transparent;
}

/* Remover borda dupla entre header e body */
.accordion-collapse {
    border-top: none;
}

/* Ícone padrão do accordion (fechado) */
.accordion-button::after {
    filter: invert(0);
    /* ícone preto */
}

/* Ícone quando o accordion está aberto */
.accordion-button:not(.collapsed)::after {
    filter: invert(1);
    /* ícone branco */
}

.duvidas-box {
    padding-top: 80px;
    padding-bottom: 80px
}

.t-36 {
    font-size: 2.1rem;
}


