body{

	background: linear-gradient(to bottom, #f1f1f1 1%, #ffffff 100%);

}

#faq{

  min-height: 757px;
  
}

.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}

.topnav a {
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  margin-right: 20px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #c82005;
  color: white;
}

.topnav .search-container {
  float: right;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}

.title-faq {
    font-family: 'rawline', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    color: #4b4b4b;
    letter-spacing: 8px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 20px;
}

.faq-sigla {
    font-size: 68px;
    color: #535353;
    font-family: 'rawline', sans-serif;
    font-weight: 100;
}

@font-face {
    font-family: 'Sveglia-Script';
    font-weight: normal;
    font-style: normal;
    src: url(../../vendors/font/Sveglia-Script.otf) format("opentype");
}

.faq-title {
    font-family: 'Sveglia-Script';
    color: #535353;
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

#faq .col-md-3 {
	background: url(../../images/faq.png) no-repeat;
    text-align: right;
    padding-top: 110px;
    padding-bottom: 140px;
    max-width: 290px;
}

#faq h3 {
    padding-bottom: 0;
}
#faq h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    padding-bottom: 25px;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}

h3 {
    font-size: 18px;
    line-height: 25px;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #24292e;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 15px;
}

#faq .card {
    border: 0;
    background: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

#faq h3 button:hover {
    text-decoration: none;
    color: #F12032;
}
#faq h3 button {
    height: 30px;
}
#faq h3 button {
    color: #7c7c7c;
    width: 100%;
    text-align: left;
    position: relative;
    text-decoration: none;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-link:hover {
    color: #F12032 !important;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn-link {
    font-weight: 400;
    color: #797979;
    background-color: transparent;
}
@media screen and (prefers-reduced-motion: reduce){

	.btn {
	    transition: none;
	}

}


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card .btn-link[aria-expanded="false"]:after {
    top: 50%!important;
    transform: translateY(-50%)!important;
}
.card .btn-link[aria-expanded="false"]:after {
    width: 24px;
    height: 24px;
    content: '';
    background: url(../../images/mais.png) no-repeat;
    content: '';
    position: absolute;
    right: 40px;
    top: 11px;
    pointer-events: none;
}

.card .btn-link[aria-expanded="true"]:after {
    width: 24px;
    height: 24px;
    content: '';
    background: url(../../images/menos.png);
    content: '';
    position: absolute;
    right: 40px;
    top: 11px;
    pointer-events: none;
    top: 50%!important;
    transform: translateY(-50%);
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #00000000;
    border-bottom: 0px solid rgba(0,0,0,.125);
}

.likebtn-wrapper{
	float: right;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 3.4rem !important;
    padding: 0.5rem;
    max-width: 800px;
}

