﻿
.title {
    color: #C41B17;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    margin-top: 5rem;
    font-weight: bold;
    font-family: Roboto;
    font-style: normal;
}

.input-busca {
    display: flex;
    justify-content: flex-end;
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
}

.divInput {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.detalhes-pergunta-descricao {
    color: #8A8A8A;
    padding: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

hr {
    width: 80%;
}

.img-input {
    background-image: url('../images/background-img/home_input.png');
    min-height: 200px;
    height: 30vh;
    width: 100%
}

.font-banner {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    padding-top: 9vh;
}

.icon-home {
    height: 45px;
    max-width: 56px
}

.linha-vantagens {
    margin-left: 0px
}

.input-home {
    width: 100%;
    border: none;
}

.col-opcoes {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    min-height: 34vh
}

.titulo-opcoes {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #8A8A8A !important;
}

.botao-opcoes {
    border: 1.5px solid #C92E30;
    border-radius: 100px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #C41B17;
}

.input-home::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.2);
}

.input-home:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.2);
}

.input-home::-moz-placeholder { /* Mozilla Firefox 19+ */
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.2);
}

.input-home:-ms-input-placeholder { /* Internet Explorer 10-11 */
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.2);
}


.input-home:focus {
    border: none;
    outline: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

.width-60vw {
    width: 60vw;
}

.texto-vantagens {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #C92E30;
}

.texto-itens-vantagens {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8A8A8A;
    text-align: center;
    overflow-wrap: break-word;
}

.img-icon-vantagens {
    margin-top: 10px;
    margin-left: 10px;
    width: 73px;
    height: 70px
}

.cont-vantagens {
    background-color: white;
}

.retangulo-acesso {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: 25px;
    text-align: center;
    width: 130px;
    min-width: 130px;
    max-width: 130px;
}

.titulo-perguntas {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #C92E30;
}

.sub-titulo-perguntas {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #C41B17;
}

.icon-reg {
    margin-left: auto
}

.icon-desc {
    margin-right: auto
}

.botao-opcoes:hover {
    background-color: #C41B17 !important;
    color: white
}

@media only screen and (min-width: 1450px) {
    .icon-reg {
        margin-right: 6%;
    }

    .icon-desc {
        margin-left: 6%;
    }
}

.segunda-linha-card {
    height: 65px;
}

.texto-card {
    position: relative !important;
    margin-right: 5%;
    margin-left: 5%
}

@media only screen and (max-width: 500px) {
    .row-input {
        width: 90vw !important;
    }
}

@media only screen and (max-width: 575px) {
    .cont-vantagens {
        background-color: #F4F4F4;
    }

    .col-opcoes {
        min-height: 164px !important;
        height: 190px !important;
        overflow: hidden;
        cursor: pointer
    }

    .texto-itens-vantagens {
        padding-left: 20px;
    }

    .retangulo-acesso {
        padding: 15px;
        width: auto;
        min-width: auto;
        border-radius: 100%;
    }

    .img-icon-vantagens {
        margin-left: 5px;
        margin-top: 5px;
        width: 40px;
        height: 46px;
    }

    .texto-vantagens {
        font-size: 16px !important
    }


    .segunda-linha-card {
        height: 60px !important;
    }

    .texto-card {
        text-align: justify
    }

    .titulo-opcoes {
        text-align: center
    }

    .col-vantagens {
        justify-content: start !important
    }

    .container-vantagens {
        display: flex
    }

    .font-banner {
        padding-top: 30px;
        font-family: SF Pro Display;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        letter-spacing: 0.012em;
        color: #8A8A8A;
    }

    .img-input {
        background-image: none;
        min-height: 140px;
        height: 25vh;
    }


    .titulo-opcoes {
        color: #C41B17 !important;
    }
}
/*Collapse Bootstrap*/
.panel-default > .panel-heading {
    color: #333;
    border-color: #B1B1B1;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding-bottom: 15px
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"]:after {
            content: "\2212";
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.panel-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.panel-heading {
    border-bottom: 1px solid #B1B1B1;
}

.panel-collapse {
    border-bottom: 1px solid #B1B1B1;
}

.card-grid-vantagem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.link-ver-mais {
    text-decoration: none;
    color: #C41D17;
}

.btn-ver-mais {
    color: #C41B17;
    border-radius: 100px;
    border: 2px solid #C41B17;
    background-color: transparent;
    padding: 5px;
    width: 200px;
    display: block !important;
    text-align: center;
    margin: 10px auto 0;
}

    .btn-ver-mais:hover {
        text-decoration: none;
    }

.brt-ver-mais:hover {
    position: unset !important;
}

.pai-perguntas {
    width: 60%;
    margin: 50px auto;
}

.hr-cinza {
    width: 100%;
    background-color: #B1B1B1;
}

.modelo-text-center {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 0.87rem;
    color: #8A8A8A;
    text-align: center;
}

    .modelo-text-center > a {
        margin: 0 6px;
    }

table.tbs > thead > tr > th {
    padding-top: 0.93rem;
    padding-bottom: 0.93rem;
}

.tabela-text-center {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #212529;
    text-align: center;
}

.table {
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 10px;
    border-spacing: 0;
    border-collapse: unset;
}

.table thead {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.table thead th {
    border: none;
}

.table-responsive {
    margin: 0 auto;
    /* display: block; */
    width: 80%;
}

.div-order {
   text-align: center;
}

table.tbs > tbody > tr > td {
    padding: 0.62rem 0.75rem;
}

.td-assunto {
    line-height: 16px;
    font-family: Roboto;
    font-style: normal;
    text-align: end;
    font-weight: 500;
    margin-top: 15px;
    font-size: 15px;
    cursor: pointer;
    font-size: 0.87rem;
}

    .td-assunto a {
        color: #777777 !important;
    }

.td-assunto svg {
    margin-right: 13px;
}

.table td.td-assunto {
    padding: 0.93rem 0.75rem;
}

.container-paginacao {
    margin: 0px auto;
    width: 80%
}

.class-busca {
    width: 80%;
    border-radius: 30px;
    min-width: 150px;
    margin: 10px auto;
    text-align: -webkit-right;
    text-align: -moz-right;
}

.class-resumo-text-area {
    width: 100%;
    resize: none;
    border-radius: 10px;
}

.class-inputs {
    margin: -40px 0px
}

.class-div-filho-edite {
    width: 60%;
    margin: 10px auto;
    min-width: 350px;
}

.class-div-inputs {
    margin: 0px 0;
}

.class-lbl {
    position: initial;
}

#IsHome {
    width: 30px;
    float: left;
    margin: 6px 0;
}

.class-lbl_is-home {
    font-size: 15px;
    font-weight: 500;
}

.btn-atualizar {
    color: #FFFFFF;
    border-radius: 100px;
    border: 2px solid #C41B17;
    background-color: #C41B17;
    padding: 5px;
    width: 200px;
    display: block !important;
    text-align: center;
    margin: 10px auto 0;
}

.aviso-resumo {
    margin: -10px 0px
}

.class-estilo-lupa {
    color: #c41b17;
    display: flex;
    width: 320px;
    align-items: center;
    background-color: #FFF;
    padding-right: 14px;
    height: 42px;
    border-bottom: solid 1px #000;
}

#lupa {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #C41B17;
    border-radius: 60px;
    margin-left: -5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    align-self: center;
    border: none;
    align-items: center;
}

    #lupa::after {
        content: "";
        background: rgb(209, 157, 157);
        display: block;
        position: absolute;
        padding-top: 300%;
        padding-left: 350%;
        margin-left: -20px !important;
        margin-top: -120%;
        opacity: 0;
        transition: all 0.8s
    }

    #lupa:active::after {
        padding: 0;
        margin: 0;
        opacity: 1;
        transition: 0s
    }

.class-estilo-lupa > input {
    border:none;
}

#busca {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 60px;
    height: 50px;
    width: 100%;
    padding-left: 35px;
}
#msg-not-found {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #C41B17;
    display:block;
}

.msg-not-found-8a {
    color: #8A8A8A !important;
}
ul:hover{
    color: #8A8A8A !important;
}