﻿

/*-------------------- background's e header --------------------*/

/*Fundo principal*/
#fundo-gradiente {
    font-family: 'Titillium Web', sans-serif;
    background: linear-gradient(115deg, #913075 20%, #2d3e90);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Open Sans, Ubuntu, Fira Sans, Helvetica Neue, sans-serif;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*Loader*/
#pre-loader {
    width: 100%;
    border-radius: 13px;
    height: calc(100% + 52px);
    position: absolute;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: url('../../image/pre-loader/rosa.gif') no-repeat center center rgb(255 255 255);
}

/*menu mobile*/
.header {
    /*background: linear-gradient(115deg, #FC83B3 20%, #5CD6E6);*/
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0px;
    left: 0%;
    display: block;
    height: 7vh;
}


    .header .menu-btn:checked ~ .menu {
        height: 1500px;
        max-height: 190vh;
        width: inherit;
        position: absolute;
        background: linear-gradient(115deg, #913075 20%, #2d3e90);
        top: 1%;
        transition: 1s ease-in;
    }


/*Cor de fundo do autocomplete */
.autocomplete:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #913075 inset;
    border-radius: 6px;
}


/*-------------------- fim background's e header --------------------*/



/*-------------------- Botões --------------------*/

/*Botao com o fundo transparente e com a borda com cor*/
.btn-com-borda-sem-fundo {
    font-family: 'Titillium Web', sans-serif;
    background-color: transparent;
    border: 1px solid #913075;
    display: block;
    color: #913075;
    font-weight: bold;
    text-align: center;
}

    .btn-com-borda-sem-fundo i {
        margin-top: 5px;
        float: left;
    }

    .btn-com-borda-sem-fundo:hover {
        color: #FC83B3;
    }


/*antigo btn-rosa*/
.btn-com-fundo {
    color: #fff !important;
    background-color: #2d3e90 !important;
    border: 1px solid #2d3e90 !important;
    text-align: left;
    font-weight: bold;
}

    .btn-com-fundo i {
        margin-top: 5px;
        float: right;
    }

/*botões de anterior e proximo */
.anterior {
    color: #939393 !important;
    background-color: white !important;
    border: 1px solid #2d3e90 !important;
    min-width: 26% !important;
    text-align: end !important;
    /* margin-top: 35% !important;*/
}

    .anterior i {
        margin-top: 5px;
        float: left;
    }

.proximo {
    float: right !important;
    min-width: 26% !important;
    text-align: left !important;
    border: none !important;
    color: #fff;
    /* margin-top: 35% !important;*/
    background: #2d3e90;
}

    .proximo i {
        float: right;
        margin-top: 5px;
    }
/* fim botões de anterior e proximo */


/*botoes pessoas da apólice*/
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #2d3e90;
    border-color: #2d3e90;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #2d3e90 !important;
    border-color: #2d3e90 !important;
}
/* fim botoes pessoas da apólice*/

/*criar organização*/
.btn-organização {
    background-color: #2d3e90;
    border: 1px solid #2d3e90;
    border-radius: 6px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-left: 20px;
    margin-top: 15px;
    height: 45px
}

    .btn-organização:hover {
        color: #fff;
    }
/* fim criar organização*/

.btn-login {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
    background-color: #2d3e90;
    color: white;
    border: none;
    text-align: center;
}


.sidebar ul li.active {
    background: #fc83b34a;
}

.cor:hover {
    background: #fc83b34a;
    /*transform: scale(1.05);
    transition: all 0.5s;*/
}



/*TABS NA PARTE DE COTACOES*/
.tab-cotacoes {
    margin-left: 33%;
    text-align: center;
    color: #8D8D8D;
    /*border-bottom: 2px solid #8D8D8D;*/
}

.nav-tabs2 {
    border-bottom: 2px solid #dee2e6
}

    .nav-tabs2 .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs2 .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs2 .nav-link:focus, .nav-tabs2 .nav-link:hover {
            border-color: #ffffff #ffffff #2d3e90;
        }

        .nav-tabs2 .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs2 .nav-item.show .nav-link, .nav-tabs2 .nav-link.active {
            color: #5CD6E6;
            background-color: #fff;
            border-color: #ffffff #ffffff #2d3e90;
        }

    .nav-tabs2 .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }



a {
    color: #6c757d;
    text-decoration: none;
}

    a:hover {
        color: #2d3e90;
        text-decoration: underline;
    }



/*-------------------- Fim Botões --------------------*/


/*-------------------- Menu e porcentagem interno dos produtos --------------------*/

/*atual para quando um item estiver sendo tratado*/

.atual i {
    color: #2d3e90;
}

.atual span {
    color: #2d3e90;
}



/*cor da porcentagem de dentro do fazer cotação*/
.chart .radio_chart.animate {
    animation-name: circled;
    animation-duration: 1s;
    animation-timing-function: linear;
    -moz-animation-name: circled;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -webkit-animation-name: circled;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    background: #913075;
}


.infos {
    margin-top: 158px;
    width: 45%;
    background: linear-gradient( 104deg, #ffffff 28%,#2d3e90 174%);
    box-shadow: 4px 4px 9px grey;
    height: 189px;
    border-radius: 9px;
    /* left: 64%; */
    position: fixed;
    overflow: hidden;
    /* top: -18px; */
    right: 90px;
    z-index: 1;
}

.float-contact {
    width: 91px;
    height: 36px;
    border-radius: 13%;
    /* background: #f26825; */
    background: linear-gradient( 104deg, #ffffff 28%,#2d3e90 174%);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.4);
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.4);
    position: fixed;
    right: 17px;
    top: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
}

.item a {
    color: #000;
}

/*-------------------- Menu interno dos produtos --------------------*/

/*-------------------- Checkbox --------------------*/


.control input:checked ~ .control_indicator {
    background: linear-gradient(-115deg, #913075 20%, #2d3e90);
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: linear-gradient(-115deg, #913075 20%, #2d3e90);
}

/*-------------------- Fim Checkbox --------------------*/


.divOrganizacao:hover {
    border-radius: 6px;
    transform: scale(1.05);
    transition: all .5s;
    box-shadow: 0px 3px 13px 0 #913075;
}
/*Borda */
.imagemPessoas {
    width: 100px;
    height: 100px;
    border-radius: 90px;
    object-fit: cover;
    border: 2px solid #913075;
    cursor: pointer;
}

.editar-caneta {
    font-size: 14px;
    margin-left: 7px;
    margin-top: 5px;
    color: #2d3e90;
    cursor: pointer;
}

hr {
    margin: auto;
    width: 90%;
    border: 1px solid #913075;
}


.cor-grid-editavel {
    background: #2d3e90 !important;
}

.cor-seta-editavel {
    color: #2d3e90 !important;
}

.cor-nome-objeto-segurado {
    color: #3ECDE0 !important;
}


.bg-template {
    background: linear-gradient(115deg, #913075 20%, #2d3e90);
}


@media only screen and (max-width: 990px) {
    .header {
        background: linear-gradient(115deg, #913075 20%, #2d3e90);
    }

    .header .logo {
        left: 25%;
    }
}