/* - BANNERS - */
.banner-carousel {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: bottom 50% right 25%;
    width: 100%;
    height: clamp(600px, 660px, 35vw);
    object-fit: fill;
}

.btn-contratar-banner {
    background-image: linear-gradient(90deg, #b82824 0%, #f07f3c 50%, #b82824 100%);
    width: 180px;
    height: 50px;
    margin: 10px;
    padding: 14px 14px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 2rem;
    display: block;
}

.btn-contratar-banner:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.banner-caption {
    margin-left: 5vw;
}

.banner-caption h1 {
    font-family: "Montserrat", sans-serif;
    /* font-size: 64px; */
    line-height: 1;
}

.banner-caption-grad {
    background: -webkit-linear-gradient(0deg, #b82824, #f07f3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 1rem;
    margin-bottom: -1rem;
    font-weight: 900;
}

.banner-sub-caption {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

/* -CARDS - SEGUROS- */
.btn-tab-seguro {
    background-image: url('../img/bg-tab-seguro.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 353px;
    height: 114px;
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 2rem;
    padding-bottom: 15px;
    color: #1c2445;
}

.btn-tab-seguro:hover {
    background-image: url('../img/bg-tab-seguro-hover.png');
}

.btn-tab-seguro.active {
    background-image: url('../img/bg-tab-seguro-hover.png');
}

.card-seguro {
    max-width: 85vw;
    background: solid #fff;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.card-seguro-texto {
    background: linear-gradient(90deg, #FFFFFF 10%, rgba(255, 255, 255, 0.1) 75%);
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    /* width: 55%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-seguro-img {
    /* width: 45%; */
    border-radius: 5%;
    filter: drop-shadow(0px 9px 30px rgba(0, 0, 0, 0.07));
}

.card-seguro-img img {
    width: 100%;
    height: 100%;
}

.wrapper-cards-seguro {
    max-width: 75vw;
}

.btn-tab-seguro-inner {
    background-color: #1c2445;
    color: #fff;
    border: 1px solid #1c2445;
    text-align: center;
    text-decoration: none;
    transition: 0.25s;
    padding: 0.75rem 2rem 0.75rem 2rem;
    border-radius: 50rem;
    font-size: 16px;
    font-weight: bold;
}

.btn-tab-seguro-inner:hover {
    background-color: #fff;
    color: #1c2445;
}

/* -BENEFICIOS- */
.card-beneficios {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, #b82824, #f07f3c) border-box;
    border: 1px solid transparent;
}

/* -TEXT- */
h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 38px;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.text-grad {
    background: -webkit-linear-gradient(0deg, #b82824, #f07f3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif;
}

.font-inter {
    font-family: "Inter", sans-serif;
}

/* -SECTIONS- */
#banner-precos {
    background-image: url('../img/bg-banner-precos.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 348px;
}


#coberturas {
    background-color: #1c2445;
    color: #fff;
}

.section-coberturas {
    position: relative;
    top: 5rem;
    background-color: #fff;
    overflow: visible;
    border-radius: 20px;
    padding-left: 100px;
    padding-right: 100px;
}

.section-coberturas>hr {
    border: 0;
    height: 2px;
    width: clamp(3.875rem, 0rem + 19.375vw, 23.25rem);
    background-image: linear-gradient(90deg, #b82824 0%, #f07f3c 100%);
    opacity: 1;
    margin: auto;
}

.card-cobertura {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: start;
    width: 160px;
    height: 160px;
    color: #1c2445;
}

.card-cobertura>p {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0.5rem;
}

.card-cobertura-img {
    border: 1px solid #1c2445;
    border-radius: 50%;
    padding: 1rem 1rem;
    width: 83px !important;
    height: 83px !important;
    display: block;
    justify-content: center;
}

.card-cobertura-img img {
    /* height: 100%; */
    width: 50px;
    /* object-fit: cover;
    object-position: center; */
    aspect-ratio: 1;
}

#precos {
    margin-top: 100px;
    padding: 0 7rem 0 7rem;
}

.card-plano {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #1c2445;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.card-plano>p.card-title {
    font-size: 24px;
    font-weight: 800;
    text-align: start;
    background: -webkit-linear-gradient(0deg, #b82824, #f07f3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-plano .price-inner {
    margin-top: -12px;
}

.card-plano .span-price-rs {
    font-size: 22px;
}

.card-plano .span-price {
    font-size: 48px;
}

.card-plano .span-price-mo {
    font-size: 24px;
}

.card-plano:hover {
    background-color: #1c2445;
    color: #fff;
}

.card-plano a {
    display: block;
    width: 75%;
    margin: 1rem 0 1rem 0;
    padding: 0.275rem 0.5rem;
    border-radius: 2rem;
    cursor: pointer;

    background-color: #fff;
    border: 1px solid #F07F3C;
    color: #F07F3C;

    text-align: center;
    text-decoration: none;

    font-weight: 800;
}

.card-plano a:hover {
    background-color: #1c2445;
    border: 1px solid #fff;
    color: #fff;
}

.card-plano a[data-bs-theme="dark"] {
    background-color: #1c2445;
    border: 1px solid #fff;
    color: #fff;
}

.card-plano a:hover[data-bs-theme="dark"] {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1c2445;
}

.accordion {
    --bs-accordion-btn-icon-width: 24px;
    --bs-accordion-active-bg: #fff;
    --bs-accordion-border-radius: 0;
    --bs-accordion-border-color: rgba(0, 0, 0, 0);
    --bs-accordion-btn-focus-box-shadow: rgba(0, 0, 0, 0);
    --bs-accordion-active-color: #F07F3C;
}

.accordion-button {
    font-size: 18px;
}

.accordion-item.border {
    border: 1px solid #1c2445 !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    filter: invert(54%) sepia(73%) saturate(458%) hue-rotate(337deg) brightness(93%) contrast(103%);
}

.card-coberturas.collapsing {
    transition: height .5s cubic-bezier(0.79, 0.33, 0.14, 0.53);
}