.seguradoras{
    margin-bottom: 40px;
}

.seguradoras h2{
    text-align: center;
    margin: 30px 0px 20px 0px;
}

.seguradoras__flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.card_op{
    box-shadow: 0 0 10px 0 rgb(0 43 92 / 8%);
    margin-bottom: 20px;
}

.card_op h4{
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 0px;
}

.card_seg{
    width: 300px;
    height: 200px;
    position: relative;
    padding: 5px 15px;
    background-color: #fff;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    
}

.card_text__conteudo{
    font-size: 14px;
}

.card_figure{
    margin-right: 20px;
}

.card_text{
    margin-left: 20px;
}

.ordemSegundo{
    display: none;
}

@media screen and (max-width:1000px){
    .ordemSegundo{
        display: block;
    }
    .margem-mobile{
        margin-bottom: 40px;
    }
    .ordemPrimeiro{
        display: none;
    }
    .conteudo{
        padding-top: 30px;
    }
    .titulos{
        text-align: center;
    }
}

.link-telefone-mobile{
    display: flex;
    justify-content: center;
}

.link-cotacao-mobile{
    display: flex;
    justify-content: center;
}

.telefone-mobile{
    border: 1px solid #5685d0;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 43 92 / 8%);
}

.tel-mobile-aparecer{
   display: none;
}

.tel-cotacao-aparecer{
    width: 100%;
    display: none;
    background-color: #5685d0;
    color: #fff;
    padding: 15px 0px;
    box-shadow: 0 0 15px 0 #5685d0;
}

.distancia{
    margin: 0px 5px;
}


@media screen and (max-width:578px){
    .tel-mobile-aparecer{
        display: block;
    }
    .tel-cotacao-aparecer{
        display: block;
    }
}

@media screen and (max-width:330px){
    .card_seg{
        width: 100%;
        height: auto;
    }
}


.tituloMenor > h1{
    font-size: 48px;
}

.tituloMenor > h2{
    font-size: 36px;
}


/* perguntas e respostas 17/10/22 */

#pgt{
    margin: 2em 0;
    padding: 2em 0;
}

.question{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.question_img{
    width: 43%;
    margin-top: .7em;
    align-self: flex-start;
}

.question_img img{
    width: 100%;
   
}

#perguntas{
    width: 46%;
    align-self: flex-start;
}

.accordion>.card{
    margin: 1em 0;
    background-color: #5685d0;
    border-radius: 0;
}

.accordion>.card .card-header{
    
    margin-bottom: 0;
    padding: 0.2em;
}

.btn{
   text-decoration: none !important; 
   text-align: left;
}



.btn-link{
    color: #fff;
    font-weight: bold; 
   width: 100%;
}

.btn-link:hover{
    color: rgb(6, 25, 75);
}

.card-body{
    color: #fff;
}

.card-header .collapsed .fa-arrow-circle-down{
    display: inline-block;
}


.card-header .collapsed .fa-arrow-circle-up{
    display: none;
}

.card-header .fa-arrow-circle-down{
    display: none;
}

.card-header .fa-arrow-circle-up{
    display: inline-block;
}

@media screen and (max-width:1010px){
    .question{
        flex-direction: column-reverse;
    }
    
    .question_img{
        width: 100%;
    }
    #perguntas{
        width: 100%;
       
    }
}
