
.tireDuvidas {
    float: left;
    width: 100%;
    background: #EFEFEF;
    padding: 50px 0 50px 0;
}

.tireDuvidas h2 {
    color: #292929;
    margin: 0 0 40px 0;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
}

/* Colapse */

.listaConteudos {
	float: left;
	width: 100%;
	padding: 0;
}

.listaConteudos .card {
	float: left;
    border: 0;
    width: 100%;
    margin: 0!important;
    padding-bottom: 0;
    border-radius: 0!important;
	box-shadow: none!important;
	background: none;
	border-bottom: solid 1px #dbdbdb;
}

.listaConteudos .card .card-header {
    float: left;
    width: 100%;
}

.listaConteudos .card button {
	cursor: pointer;
	border: 0;
	width: 100%;
	text-align: center;
	background: none;
	float: left;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: none!important;
}

.listaConteudos .card button img {
    max-width: 30px;
    transition: all 0.1s linear 0s;
}

.listaConteudos .card button:not(.collapsed) img {
    transform: rotate(180deg);
}

.listaConteudos .card button span {
	color: #444444;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.listaConteudos .card .boxConteudo {
	float: left;
    width: 100%;
    overflow: hidden;
}

.listaConteudos .card .boxConteudo .boxInterno {
    padding: 20px 0;
	float: left;
    width: 100%;
}

.listaConteudos .card .boxConteudo p {
    font-size: 14px;
    color: #444444;
    line-height: 185%;
}

.listaConteudos .card .boxConteudo ul {
    padding: 0 0 0 40px;
}

.listaConteudos .card .boxConteudo ul li {
    font-size: 14px;
    padding: 3px 0;
    color: #444444;
    line-height: 185%;
}

.listaConteudos .card .boxConteudo strong {
    color: #DC9A4C;
}

.listaConteudos .card .boxConteudo table {
    float: left;
    width: 100%;
}

.listaConteudos .card .boxConteudo table tr td {
    padding: 10px;
    border: solid 1px #41424C;
    color: #444444;
}

.listaConteudos .card .boxConteudo table tr td:first-child {
    width: 25%;
}

.listaConteudos .card .boxConteudo img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {

    .tireDuvidas {
        padding: 30px 0;
    }

    .tireDuvidas .col-sm-12 {
        padding: 0;
        float: left;
        width: 100%;
    }

    .tireDuvidas h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .listaConteudos .card button {
        height: auto;
        padding: 10px 0;
    }

    .listaConteudos .card button span {
        line-height: 26px;
        font-size: 16px;
    }

    .listaConteudos .card button img {
        margin-left: 15px;
    }

}

@media only screen and (max-width: 450px) {

    

}