.duvidas{
    margin-top: 100px;
}

.duvidas h1{
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 40px;
    color: #FF6B00;
}

.duvidas .item{
    margin-bottom: 40px;
}

.card{
    margin-bottom: 20px;
}

.card-header {
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-decoration: none;
    color: #333333;
    width: 100%;
    text-align: left;

}

.card-body {
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;    
    color: #333333;
    width: 100% !important;
    padding: 1rem;
}

.card-body p {
    padding: 1rem;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  /* font-size: 15px; */
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.btn-link.collapsed:before {
    content: url(../img/icon/seta_baixo.png);
}


.btn-link:before {
    content: url(../img/icon/seta_cima.png);
    float: right;
    right: 5%;
    padding-right: 5px;
    padding-left: 5px;
    height: 100%;
}

@media(max-width: 1199px){
    .duvidas h1 {
        font-size: 36px;
    }
    .card-header .btn-link {
        font-size: 22px;
    }
    .card-body {
        font-size: 22px;
        width: 60%;
    }
}
@media(max-width: 991px){
    .duvidas h1 {
        font-size: 32px;
    }
    .card-header .btn-link {
        font-size: 20px;
    }
    .card-body {
        font-size: 20px;
        width: 78%;
    }
}

@media(max-width: 767px){
    .duvidas h1 {
        font-size: 28px;
    }
    .card-header .btn-link , .card-body{
        font-size: 18px;
    }
}

@media(max-width: 660px){
    .card-body {
        width: 80%;
    }
}

@media(max-width:575px){
    .duvidas h1 {
        font-size: 26px;
    }
    .card-header .btn-link, .card-body {
        font-size: 16px;
    }
    
}


@media(max-width:490px){
    .duvidas h1 {
        font-size: 26px;
    }
    .card-header .btn-link, .card-body {
        font-size: 16px;
    }
    
}

.box_mais-duvidas{
    position: relative;
    width: 100%;
}

.box_mais-duvidas h1{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 100%;
    color: #FF6B00;
}

.box_mais-duvidas span{
    font-weight: bold;
}

.box_mais-duvidas img{
    position: absolute;
    width: 30%;
    float: right;
    right: 10%;
}

@media(max-width: 1230px){
    .box_mais-duvidas h1 {
        font-size: 46px;
    }
}
@media(max-width: 1199px){
    .box_mais-duvidas h1 {
        font-size: 40px;
    }
}
@media(max-width: 991px){
    .box_mais-duvidas h1 {
        font-size: 36px;
    }
}
@media(max-width: 860px){
    .box_mais-duvidas h1 {
        font-size: 32px;
    }
}
@media(max-width: 767px){
    .box_mais-duvidas h1{ text-align: center;}
    .box_mais-duvidas img {
        position: relative;
        width: 30%;
        float: right;
        right: 0%;
    }
}
/* @media(max-width:) */