/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 13 de mar de 2024, 07:36:15
    Author     : suporte
*/
/* #page-container {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
} */

#footer {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.color-text-gruposc {
    color: #112445;
}

.bg-footer-gruposc {
    background-color: #1c2445;
    color: #FFF;
}

.border_planos {
    display: flex;
    align-items: center;
    /*width: 50vw;*/
    width: 90%;
    margin: auto;
    max-width: 20em;

    position: relative;
    padding: 2em;
    box-sizing: border-box;

    border: 3px;
    color: #1c2445;
    background: #FFF;
    background-clip: padding-box;
    /* !importanté */
    border: solid 3px transparent;
    /* !importanté */
    border-radius: 1em;

    &:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        /* !importanté */
        border-radius: inherit;
        /* !importanté */
        border: 3px solid #f07f3c;
    }
}

.border-gradient {
    border: 3px solid transparent;
    border-image-slice: 1;
    border-width: 3px;
}

.btn-outline-nav {
    color: #112445;
    border-image-source: linear-gradient(to right, #d4583a, #1382bf);
}


.btn-outline-planos {
    color: #112445;
    border-image-source: linear-gradient(to right, #d4583a, #1382bf);
}

.btn-outline-planos:hover {
    color: #fff;
    background: linear-gradient(to right, #d4583a, #1382bf);
}

.btn-outline-planos.focus,
.btn-outline-planos:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-planos.disabled,
.btn-outline-planos:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-planos:not(:disabled):not(.disabled).active,
.btn-outline-planos:not(:disabled):not(.disabled):active,
.show>.btn-outline-planos.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-planos:not(:disabled):not(.disabled).active:focus,
.btn-outline-planos:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-planos.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.banner-bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 644px;
}

.btn-grad {
    background-image: linear-gradient(90deg, #b82824 0%, #f07f3c 50%, #b82824 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 2rem;
    display: block;
}

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

.section-light {
    background-color: #ededed;
    border-bottom: 1px solid #dee6ec;
    border-top: 1px solid #dee6ec;
}

.bg-color-section-light {
    background-color: #ededed;
}

.btn-contratar {
    background-image: linear-gradient(90deg, #b82824 0%, #f07f3c 50%, #b82824 100%);
    margin: 10px;
    padding: 15px 65px;
    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:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-login {
    width: 140px;

    border: 0;
    background-color: #f07f3c;
    background-image: linear-gradient(90deg, #b82824 0%, #f07f3c 50%, #b82824 100%);
    color: white;

    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    padding: 0.5rem 0 0.5rem 0;
    border-radius: 2rem;
    font-size: 16px;

    display: block;
    height: 40px;
    margin-top: 20px;
}

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

.btn-cadastro {
    width: 140px;

    border: 1px solid #b82824;
    background-color: white;
    color: #1c2445;

    text-wrap: nowrap;

    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    background-size: 200% auto;
    padding: 0.5rem 0 0.5rem 0;
    border-radius: 50rem;
    font-size: 16px;

    display: block;
    height: 42px;
}

.btn-cadastro:hover {
    color: #fff;
    background-color: #b82824;
    border-color: #f07f3c;
}

.modal-dark {
    background-color: #1c2445;
}

.btn-grad-login {
    background-image: linear-gradient(90deg, #b82824 0%, #f07f3c 50%, #b82824 100%);
    margin: 10px;
    padding: 15px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
}

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

.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nav-area {
    min-height: 100px;
}

.main-nav>li {
    font-family: "Inter", sans-serif;
    font-weight: 700;
}

.nav-area a.nav-link.active {
    background: -webkit-linear-gradient(0deg, #b82824, #f07f3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width: 768px) {
    .nav-area .nav-item {
        margin-bottom: -38px;
    }

    .nav-area a.nav-link.active:after {
        content: "";
        background: -webkit-linear-gradient(0deg, #b82824, #f07f3c);
        display: block;
        height: 6px;
        position: relative;
        top: 25px;
    }

    #nav-dropdown-seguros {
        margin-top: 17px;
        padding: 1rem 1rem 2rem 1rem;
    }
}

#nav-dropdown-seguros .dropdown-item:hover,
.dropdown-item:focus {
    background: -webkit-linear-gradient(0deg, #b82824, #f07f3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-area a.nav-link:hover {
    background: -webkit-linear-gradient(0deg, #b82824, #f07f3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-item.dropdown i {
    width: 16px;
    padding-right: 0.5rem !important;
}

.nav-area ul {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border: 0;
}

.nav-area ul.show {
    transform: translate(-24px, 0) !important;
}