/* 
---
*/

.flexDuvidas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
}

.esconderTexto{
    display: none;
    margin-top: 5px;
    font-size: 16px;
    padding: 10px 60px;
    color: #787878;
}

.aparecer{
    display: inline-block;
    padding-top: 15px;
    border: 1px solid #E8F0F8;
}
.listaDuvidas{
    display: flex;
    flex-direction: column;
    list-style: none;
    max-width: 670px;
    
}

.distancia {
    margin-bottom: 29px;
}

.listaDuvidas__perguntas{
   /* margin-bottom: 30px; */
    background-color: white;
    color: black;
    padding: 15px 10px 10px 10px;
    border: 1px solid #E8F0F8;
}

.listaDuvidas__perguntas p{
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
    margin-bottom: 5px;
    width: 92%;
}

.ajustePerguntas{ 
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.ajustePerguntas p {
    max-width: 484px;
}

#desktop{
 display:block;	
}

#mobile{
	display:none;
}

@media screen and (max-width:500px){
    .conteudo{
        margin-top: 0px;
    }

    .listaDuvidas{
        width: 100%;
        margin-top: 30px;
    }
	
#desktop{
 display:none;	
}

#mobile{
	display:block;
}
}


/****/

@media (max-width: 500px) {
    .style-card {
        width: 100%;
        float: left;
    }
}
.style-card {
    text-align: center;
    padding: 20px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    margin-bottom: 20px;
}

.style-card {
    border: none;
}

.pan2 a.collapsed:after {
    content: "\f107" !important;
}

.pan2 a:after {
    background-color:#FFF !important;
    color: #909090 !important;
	content: "\f106" !important;
	height: 2px !important;
	margin-top: -23px !important;
}

.pan2 a:after {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    content: "\f068";
    background-color: #1A4385;
    color: white;
    padding: 7px 0 7px 0;
    width: 40px;
    text-align: center;
    margin-top: -25px;
    margin-right: -12px;
    float: right;
}

@media (max-width: 768px) {
    .pan2 h4 {
        width: 88% !important;
        margin-left: -0%;
    }
}

@media screen and (max-width: 380px) {
    .pan2 h4 {
        font-size: 13px;
    }
}

#cor-caixa-individual {
    background-color: #f68934 !important;
    border: 1px solid #1a4385;
}

#cor-botao-individual {
    background-color: #1a4385 !important;
}

.row {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0px;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    text-align: center !important;
    font-family: 'Poppins', sans-serif !important;
    margin-top: 10px !important;
    font-weight: 700 !important;
}












