/** Trata elementos já existentes no layout default */
#content .smiles-grid-wrap:first-child {
  width: 100% !important;
}
#menu-header {
  height: 88px !important;
}
.faq-center {
  margin: 0 auto;
  position: relative;
  padding-left: 180px;
}
.smiles-content {
  margin-top: 0 !important;
}

/** Inicio estilização dos elementos do FAQ */
.faq-header,
.faq-content,
.faq-contact-modal,
.auto-services-v2 button {
  font-family: "Nunito", nunito-light, sans-serif !important;
}
.faq-header {
  background: #f67219;
  color: #fff;
  height: 420px;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
  padding: 60px 70px;
  margin-top: 45px;
}
.faq-header h1 {
  font-weight: normal;
  font-size: 36px;
}
.faq-header p {
  max-width: 540px;
  margin-top: 30px;
  font-size: 16px;
}
.faq-doll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  width: 74%;
  height: 321px;
  background: url("/smiles-theme/images/faq/doll-chat.png") no-repeat right;
  z-index: 99;
}
.faq-my-requests-button {
  background-color: #ff5a00;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 60px;
  display: inline-block;
  border-radius: 8px;
}
.faq-my-requests-button:hover {
  color: #000;
}
.faq-content,
.faq-center {
  width: 85%;
}
.faq-content {
  margin: 0 auto;
  margin-top: -240px;
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding-top: 44px;
}
.faq-content.outside {
  margin-top: 0;
  padding-top: 24px;
}
.faq-content .faq-padding {
  padding: 0 155px;
  float: left;
  width: -webkit-fill-available;
  background: #fff;
  margin-top: -20px;
}
@-moz-document url-prefix() {
  .faq-content .faq-padding {
    width: -moz-available;
  }
}
.faq-content h1,
.faq-content h2 {
  text-transform: uppercase;
}
.faq-content h1,
.faq-content h2,
.faq-content h6 {
  margin: 0;
  padding: 0;
  color: #000 !important;
  font-weight: normal !important;
}
.faq-content h1 {
  margin-bottom: 50px;
  font-size: 26px;
}
.faq-content h2 {
  font-size: 20px;
  padding-right: 50px;
}
.faq-content h6 {
  font-size: 17px;
  margin: 20px 0;
}
.faq-content .first-column {
  float: left;
  width: 65%;
}
.faq-content .second-column {
  float: right;
  width: 35%;
  margin-bottom: 45px;
}
.faq-content .first-column ul {
  width: 90%;
}
.faq-content .first-column ul,
.faq-content .first-column ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.faq-content .first-column ul > li,
.right-box,
.shadow-box {
  background: #fff;
  box-shadow: 0px 0px 30px #ccc;
  padding: 25px 20px;
  border-radius: 10px;
  position: relative;
}
.faq-content .right-box {
  padding: 25px 35px;
}
.faq-content .right-box h2.talk-with-us1 {
  font-size: 19px;
  cursor: pointer;
}
.faq-content .right-box span.attendance-24 {
  font-size: 13px;
  cursor: pointer;
}
.faq-content .right-box a,
.faq-content .right-box a:hover {
  font-size: 15px;
}
.faq-content .shadow-box {
  /* float: left;
    width: 100%; */
  padding: 10px 20px;
  display: flex;
}
.faq-content .first-column ul > li {
  color: #7c7c7c;
  margin-bottom: 15px;
  padding-right: 60px;
  font-size: 16px;
}
.faq-content .first-column ul > li.active {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.faq-content .first-column ul > li div.answer {
  display: none;
  border-top: 1px solid #f0f0f0;
  margin-top: 30px;
  padding-top: 30px;
  color: #7c7c7c;
  font-size: 14px;
  font-weight: normal;
}
.faq-content .first-column ul > li.active div.answer {
  display: block;
}
.faq-content .first-column ul > li .arrow {
  position: absolute;
  color: #ff5f1a;
  right: 0;
  margin-right: 25px;
  font-size: 24px;
  top: 0;
  margin-top: 20px;
}
.faq-content .first-column ul > li:last-child {
  margin-bottom: 40px;
}
.faq-content hr {
  border-top: 1px solid #ccc;
  margin: 40px 0 15px 0;
  opacity: 0.3;
}
.faq-content a.safety-tips,
.faq-content a.safety-tips:hover {
  color: #000;
  text-decoration: none;
  padding: 20px 0 10px 0;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.faq-content .arrow-right {
  position: absolute;
  right: 0;
  margin-right: 20px;
  color: #ff5f1a;
  font-size: 24px;
  margin-top: 16px;
}
.faq-content .btn-chat {
  background: url("/smiles-theme/images/faq/icon-chatbot.svg") no-repeat right;
  background-size: 96px 98px;
  border: 0;
  position: absolute;
  right: 0;
  margin-right: 15px;
  cursor: pointer;
  width: 96px;
  height: 98px;
}
.faq-content .shadow-box-h1 {
  float: left;
  width: 100%;
  margin-top: 50px;
  font-weight: bold !important;
  margin-bottom: 15px;
}
.faq-content .auto-services ul,
.faq-content .auto-services ul > li {
  margin: 0;
  padding: 0;
}
.faq-content .auto-services ul {
  margin: 0 -20px;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.faq-content .auto-services ul > li {
  display: inline-block;
  text-align: center;
  flex: 1;
}
.faq-content .auto-services ul > li a {
  display: block;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
}
.faq-content .auto-services ul > li.active a,
.faq-content .auto-services ul > li a:hover {
  color: #ff5a00;
  border-bottom: 2px solid #ff5a00;
  font-weight: bold;
}

.faq-content .auto-services-content div.ctt {
  display: none;
  font-size: 17px;
  padding: 40px 0;
}
.faq-content .auto-services-content div.ctt.active {
  display: flex;
  align-items: center;
}
.faq-content .auto-services-content .col-left {
  flex: 1;
}
.faq-content .auto-services-content .col-right {
  min-width: 40%;
  text-align: center;
}
.faq-content .auto-services-content button {
  background: #ff5a00;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 20px 50px;
  margin: 0 0 0 50px;
  font-weight: bold;
}
.faq-content .contact {
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding: 15px 5px;
}
.faq-content .contact .item.separator {
  width: 1px;
  height: 54px;
  flex: none;
  background: #ccc;
  margin: 0;
}
.faq-content .contact .item {
  font-size: 20px;
  color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-content .contact .item span {
  text-transform: none;
  font-size: 14px;
  color: #7c7c7c;
  display: block;
  margin-top: 10px;
}
.faq-content .contact .item.talk-with-us {
  text-transform: uppercase;
}
.faq-content .contact .item .txt {
  flex: 1;
}
.faq-content .contact .item .icon {
  width: 60px;
  margin-left: 30px;
}
.faq-content .contact .item.separator {
  cursor: unset;
  margin: 0 30px 0 20px;
}
.faq-content .show-mobile {
  display: none;
}

/** Responsividade */
@media only screen and (max-width: 1366px) {
  .faq-content,
  .faq-center {
    width: 90%;
  }
  .faq-center {
    margin: 0;
    padding-left: 25px;
  }
  .faq-content .faq-padding {
    padding: 0 50px;
  }
  .faq-header h1,
  .faq-header p {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1265px) {
  .faq-doll {
    width: 80%;
  }
}
@media only screen and (max-width: 1163px) {
  .faq-doll {
    width: 85%;
  }
}
@media only screen and (max-width: 1099px) {
  .faq-content {
    padding-top: 80px;
  }
  .faq-doll {
    display: none;
  }
}

@media only screen and (max-width: 979px) {
  #menu-header {
    height: 80px !important;
  }

  .faq-content .first-column {
    width: 100%;
  }
  .faq-content .second-column {
    width: 100%;
  }
  .faq-doll {
    margin-right: -78px;
  }
  .aui #content {
    padding: 0 !important;
  }
  .faq-header {
    padding: 20px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    padding-bottom: 27px;
    height: auto;
    margin-top: 0;
  }
  .faq-content {
    margin-top: 0;
    padding-top: 35px;
  }
  .faq-content .faq-padding {
    padding: 0;
    padding-top: 20px;
  }
  .faq-content .first-column ul {
    width: 100%;
  }
  .faq-content .show-mobile {
    display: block;
  }
  .faq-content .hide-mobile {
    display: none;
  }
  .faq-content .shadow-box-h1 {
    margin-top: 0;
  }
  .faq-content h1 {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .faq-center {
    width: 100%;
    padding-left: 0;
  }
  .faq-content .contact {
    display: block;
  }
  .faq-content .contact .item.separator {
    width: 100%;
    height: 0px;
    margin: 30px 0;
  }
  .faq-content .auto-services ul > li {
    width: unset;
    padding: 0 15px;
  }
  .faq-content .shadow-box {
    width: inherit;
    padding: 10px;
    margin-bottom: 40px;
  }
  .faq-content .auto-services ul {
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    overflow-y: auto;
    display: block;
    white-space: nowrap;
  }
  .faq-content .contact .item .txt {
    padding-left: 65px;
  }
  .faq-content .contact .item .icon {
    margin-left: 0;
    position: absolute;
  }
}

/** MODAL */
.faq-contact-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  display: none;
  overflow-y: auto;
}
.faq-contact-modal .content {
  background: #fff;
  width: 50%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  padding: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq-contact-modal .content a.close {
  float: right;
  opacity: 1;
  padding: 0;
}
.faq-contact-modal .content h1 {
  color: #f67219 !important;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 26px;
  margin: 0;
}
.faq-contact-modal .content h4 {
  font-size: 16px;
  font-weight: normal;
  color: #7c7c7c;
  margin: 0;
  font-family: "Nunito", sans-serif;
}
.faq-contact-modal .content .show-content {
  margin-top: 60px;
  font-size: 20px;
}

.faq-contact-modal .faqAttendanceModalContent .row {
  display: flex;
  margin: 60px 0;
}
.faq-contact-modal .faqAttendanceModalContent .column {
  flex: 1;
}
.faq-contact-modal .faqAttendanceModalContent .column p {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
.faq-contact-modal .faqAttendanceModalContent .column span {
  font-size: 16px;
  margin-top: 15px;
  display: block;
}
.faq-contact-modal .faqAttendanceModalContent .column i {
  font-style: normal;
  font-size: 16px;
}

.international .content .show-content {
  margin-top: 20px;
  font-size: 20px;
  max-height: 150px;
  overflow: auto;
}

@media only screen and (max-width: 979px) {
  .faq-contact-modal .content {
    width: unset;
    margin: 20px;
    padding: 30px;
  }
  .faq-contact-modal .content .show-content {
    margin-top: 40px;
    font-size: 20px;
    max-height: 210px;
    overflow: auto;
    overflow-y: scroll;
  }

  .faq-contact-modal .faqAttendanceModalContent .row {
    display: block;
    margin: 0;
  }
  .faq-contact-modal .faqAttendanceModalContent .column {
    margin-bottom: 30px;
    width: 100%;
  }
}

/* AUTO-SERVICES-V2 */
.auto-services-v2 {
  float: left;
  width: 100%;

  background: #fff;
  box-shadow: 0px 0px 30px #ccc;
  padding: 25px 20px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
.auto-services-v2 ul {
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.auto-services-v2 ul > li {
  display: inline-block;
  text-align: center;
}
.auto-services-v2 ul > li a {
  display: inline-block;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
.auto-services-v2 ul > li.active a,
.auto-services-v2 ul > li a:hover {
  border-bottom: 2px solid #ff5a00;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 18px;
}
.auto-services-v2 ul > li.active a {
  font-weight: bold;
  color: #ff5a00;
}
.auto-services-v2 ul > li .content {
  display: none;
}
.auto-services-v2 .content-desktop {
  border-top: 1px solid #ccc;
  padding: 50px 20px 20px 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.auto-services-v2 .col-left {
  flex: 1;
}
.auto-services-v2 .col-right {
  min-width: 40%;
  text-align: center;
}
.auto-services-v2 button {
  background: #ff5a00;
  color: #000;
  border: 0;
  border-radius: 14px;
  /* padding: 20px 50px; */
  margin: 0 0 0 50px;
  font-weight: bold;
  font-size: 16px;
  height: 64px;
  width: 264px;
}

@media only screen and (max-width: 979px) {
  .auto-services-v2 {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: -20px;
  }
  .auto-services-v2 ul {
    justify-content: flex-start;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  .auto-services-v2 ul > li {
    background: #fff;
    box-shadow: 0px 0px 30px #ccc;
    padding: 25px 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin: 18px;
  }
  .auto-services-v2 ul > li .content {
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-top: 0;
    text-align: left;
    display: block;
  }
  .auto-services-v2 .content-desktop {
    display: none;
  }
  .auto-services-v2 div.ctt.active {
    display: block;
    padding: 40px 20px;
  }
  .auto-services-v2 button {
    margin: 0;
  }
  .auto-services-v2 .col-right {
    margin-top: 30px;
  }
  .auto-services-v2 ul > li a {
    font-weight: bold;
    color: #ff5a00;
    border-bottom: 2px solid #ff5a00;
  }
}