/*Pagina FAQ owl-carousel*/
body.page-faq .item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 25px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}
body.page-faq .item a {
  text-decoration: none;
}
body.page-faq .owl-nav {
  color: #f44336;
  font-size: 26px;
}
body.page-faq button.owl-prev.disabled {
  color: #ffffff !important;
}
body.page-faq button.owl-next {
  position: absolute;
  right: -15px;
  bottom: 28px;
}
body.page-faq button.owl-next.disabled {
  color: #ffffff !important;
}
body.page-faq button.owl-prev {
  position: absolute;
  left: -15px;
  bottom: 28px;
}
/*FIM: Pagina FAQ owl-carousel*/

/*Pagina FAQ*/
body.page-faq .faq-links>a {
    height: 46px;
    max-width: 295px;
    margin: 5px;
    border: 1px solid #ED2D3B;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: unset;
}
body.page-faq .faq-header-box {
    border: unset;
    padding: unset;
    margin: 20px 0;
}
body.page-faq .faq-links {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #EAEAED;
}
body.page-faq .faq-box, body.page-faq .faq-box-raiz, body.page-faq .faq-box-search {
    border: unset;
}
body.page-faq .breadcrumb a.link-breadcrumpt:after {
    content: url("data:image/svg+xml,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.3 11 5-5-5-5' stroke='%23B0B3C0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin-left: 12px;
}
body.page-faq .breadcrumb li a:after{
    background: url("data:image/svg+xml,%3Csvg width='8' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.3 11 5-5-5-5' stroke='%23B0B3C0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
    top: 15px;
    right: 0;
    width: 8px;
    height: 12px;
}
body.page-faq .breadcrumb a.link-breadcrumpt:hover {
  color: #9f181c;
  text-decoration: none;
}

body.page-faq .breadcrumb li a {
  display: block;
  padding: 0 20px 0 0;
  color: #aaa;
  text-decoration: none;
  position: relative;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 250%;
  margin-left: 10px;
}
body.page-faq .breadcrumb li a:hover {
  color: #f44336;
}

/*FIM: Pagina FAQ*/