.titleFAQresp {
	display: flex;
	justify-content: space-between;

	padding: 20px;
	border-radius: 30px;

	background-color: #efedeb;
	font-size: 16px;
	margin-top: 5px;
	background: #f27e07;
	color: white;
}
.FAQresp {
	padding: 20px;
	border-radius: 30px;

	color: rgba(0, 69, 113, 1);
	background-color: #efedeb;
}

.FAQ-container {
	max-width: 80%;
}

.colorBoxPerguntasFrequentes {
	border-color: #efedeb;
	background-color: #efedeb;
	margin-bottom: 20px;
	border-radius: 30px;
}

.search-faq {
	padding-top: 50px;
	/* margin-bottom: -50px; */
	display: flex;
	justify-content: center;
}

.titleFAQ {
	text-align: center;
	padding-top: 50px;
    color: #004571;
}
.background-form{
    margin-top: 70px;
}
.categoryFaq {
	padding-top: 20px;
}
.form-control {
	display: block;
	width: 400px !important;
}
/* .btn-search {
        width: 50px;
        height: 50px;
    }

    .linhaResultado2 {
        margin-top: -15px;
    }

    .autocomplete {
        background: white;

    }

    #colorButton {
        fill: rgba(229, 114, 0, 1);
    }


    .pFAQ {
        display: flex !important;
        justify-content: center;
    }

    .fonteBotao {
        margin-left: 10px;
        font: 300 18px/1em 'Roboto Slab', sans-serif !important;
    }

    .panel-heading {
        border-bottom: 0 !important;
    }

    .colorBoxPerguntasFrequentes {
        border-color: #EFEDEB;
        background-color: #EFEDEB;
    }

    #titleBoxPerguntas {
        color: rgba(229, 114, 0, 1);
    }

    .marginTextBox {
        margin-right: 50px;
        margin-left: 20px;
    }
 */
