* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

input:focus, textarea:focus {
  outline:none;
}

*:focus, *:active, * {
  outline:0 !important;
  -webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus {
  outline: none;
}

@font-face {
  font-family: Fredoka;
  src: url("fonts/Fredoka.ttf");
}

@font-face {
  font-family: Quicksand;
  src: url("fonts/Quicksand.ttf");
}

@font-face {
  font-family: Barlow-Black;
  src: url("fonts/Barlow-Black.ttf");
}

@font-face {
  font-family: Barlow-Bold;
  src: url("fonts/Barlow-Bold.ttf");
}

@font-face {
  font-family: Barlow-Medium;
  src: url("fonts/Barlow-Medium.ttf");
}

@font-face {
  font-family: Barlow-Regular;
  src: url("fonts/Barlow-Regular.ttf");
}

@font-face {
  font-family: Segoe-Ui-Bold;
  src: url("fonts/Segoe-Ui-Bold.ttf");
}

@font-face {
  font-family: Segoe-Ui-Regular;
  src: url("fonts/Segoe-Ui-Regular.ttf");
}

body {
  margin: 0;
  font-family: Segoe-Ui-Regular;
  background-color: #1e1f23;
  color: #FFF;
  overflow-x: hidden;
}

.spec-header {
  width: 100%;
}

.spec-header-contact {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0px;
  border-bottom: 1px solid #2a2b30;
}

.spec-header-contact-items {
  display: flex;
  gap: 40px;
}

.spec-header-contact-item {
  font-size: 16px;
  padding: 5px 0px 5px 30px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.spec-header-contact-item.phone {
  background-image: url("../img/icon-phone.svg");
}

.spec-header-contact-item.hour {
  background-image: url("../img/icon-clock.svg");
}

.spec-header-contact-social {
  display: flex;
  gap: 10px;
}

.spec-header-contact-social-item {
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #bced4a;
  cursor: pointer;
  transition: all 0.2s linear;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.spec-header-contact-social-item:hover {
  background-color: #bced4a;
}

.spec-header-contact-social-item.whatsapp {
  background-image: url("../img/icon-whatsapp.svg");
}

.spec-header-contact-social-item.whatsapp:hover {
  background-image: url("../img/icon-whatsapp-black.svg");
}

.spec-header-contact-social-item.instagram {
  background-image: url("../img/icon-instagram.svg");
}

.spec-header-contact-social-item.instagram:hover {
  background-image: url("../img/icon-instagram-black.svg");
}

.spec-header-contact-social-item.youtube {
  background-image: url("../img/icon-youtube.svg");
}

.spec-header-contact-social-item.youtube:hover {
  background-image: url("../img/icon-youtube-black.svg");
}

.spec-header-contact-social-item.tiktok {
  background-image: url("../img/icon-tiktok.svg");
}

.spec-header-contact-social-item.tiktok:hover {
  background-image: url("../img/icon-tiktok-black.svg");
}

.spec-header-contact-social-item.facebook {
  background-image: url("../img/icon-facebook.svg");
}

.spec-header-contact-social-item.facebook:hover {
  background-image: url("../img/icon-facebook-black.svg");
}

.spec-header-principal {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
}

.spec-header-logo {
  width: 250px;
  height: 30px;
  background-image: url("../img/logo.png");
  background-size: 100%;
}

.spec-header-menu {
  display: flex;
  gap: 10px;
}

.spec-header-menu-item {
  padding: 5px 15px;
  font-size: 18px;
}

.spec-header-menu-item a {
  color: #FFF;
  text-decoration: none;
}

.spec-header-menu-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 40px;
}

.spec-header-menu-close span {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #bced4a;
  top: 50%;
  left: 50%;
}

.spec-header-menu-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.spec-header-menu-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.spec-header-hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.spec-header-hamburger span {
  width: 25px;
  height: 2px;
  background-color: #bced4a;
  border-radius: 2px;
  transition: all 0.3s;
}

.spec-banner {
  width: 100%;
  padding: 60px 0px;
}

.spec-banner-content {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: auto;
  position: relative;
}

.spec-banner-big-title {
  margin-top: -300px;
  z-index: 0!important;

  overflow: hidden;
}

.spec-banner-big-title-text {
  font-size: 380px;
  font-weight: 800;
  line-height: 0.9em;
  -webkit-text-stroke-width: 2px;
  stroke-width: 2px;
  -webkit-text-stroke-color: #2A2B30;
  stroke: #2A2B30;
  color: transparent;
  font-family: Barlow-Bold;
}

.spec-banner-columns {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 150px;
}

.spec-banner-column-title {
  font-size: 80px;
  font-family: 'Barlow-Bold';
  width: 50%;
  line-height: 100px;
}

.spec-banner-column-content {
  width: 50%;
  padding-top: 20px;
}

.spec-banner-column-content-text {
  font-size: 18px;
  line-height: 32px;
}

.spec-banner-column-content-btns {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.spec-banner-column-content-btn {
  padding: 15px 25px;
  border: 0;
  border-radius: 10px;
  font-family: 'Barlow-Bold';
  /* text-transform: uppercase; */
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
}

.spec-banner-column-content-btn.green {
  color: #1e1f23;
  background-color: #bdee4b;
}

.spec-banner-column-content-btn.outline {
  color: #FFF;
  border: 1px solid #bdee4b;
}

.spec-video {
  overflow: hidden;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.spec-servicos {
  width: 100%;
  background-color: #25262b;
}

.spec-servicos-content {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: block;
  padding: 90px 0px;
  text-align: center;
}

.spec-servicos-title {
  font-family: Segoe-Ui-Bold;
  text-transform: uppercase;
  background-image: url("../img/icon-car.svg");
  display: inline-block;
  background-size: 25px;
  background-repeat: no-repeat;
  padding: 10px 40px;
  background-position: 0px;
  margin-bottom: 20px;
}

.spec-servicos-subtitle {
  font-family: 'Barlow-Bold';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  width: 1080px;
  display: block;
  margin: auto;
}

.spec-servicos-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 50px;
}

.spec-servicos-item {
  flex: 0 0 auto;
  width: calc(33.33333333% - 10px);
  background-color: #1e1f23;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: left;
}

.spec-servicos-item-icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 40px;
}

.spec-servicos-item-icon.detalhamento {
  background-image: url("../img/icon-servicos-detalhamento.svg");
}

.spec-servicos-item-icon.nanoceramica {
  background-image: url("../img/icon-servicos-nanoceramica.svg");
}

.spec-servicos-item-icon.peliculas {
  background-image: url("../img/icon-servicos-peliculas.svg");
}

.spec-servicos-item-icon.ppf {
  background-image: url("../img/icon-servicos-ppf.svg");
}

.spec-servicos-item-icon.pintura {
  background-image: url("../img/icon-servicos-pintura.svg");
}

.spec-servicos-item-icon.som {
  background-image: url("../img/icon-servicos-som.svg");
}

.spec-servicos-item-icon.envelopamento {
  background-image: url("../img/icon-servicos-envelopamento.svg");
}

.spec-servicos-item-icon.carplay {
  background-image: url("../img/icon-servicos-carplay.svg");
}

.spec-servicos-item-icon.higienizacao {
  background-image: url("../img/icon-servicos-higienizacao.svg");
}

.spec-servicos-item-title {
  font-family: 'Barlow-Bold';
  display: block;
  margin-bottom: 20px;
}

.spec-servicos-item-text {
  font-size: 14px;
  line-height: 25px;
}

.spec-specflix {
  background-color: #1E1F23;
}

.spec-specflix-content {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 90px 0px;
  text-align: center;
}

.spec-specflix-title {
  font-family: Segoe-Ui-Bold;
  text-transform: uppercase;
  background-image: url("../img/icon-specflix.svg");
  display: inline-block;
  background-size: 25px;
  background-repeat: no-repeat;
  padding: 10px 40px;
  background-position: 0px;
  margin-bottom: 20px;
}

.spec-specflix-subtitle {
  font-family: 'Barlow-Bold';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  width: 1080px;
  display: block;
  margin: auto;
}

.spec-specflix-categories {
  margin-top: 80px;
}

.spec-specflix-category {
  margin-bottom: 70px;
  text-align: left;
}

.spec-specflix-category-title {
  font-family: Barlow-Bold;
  font-size: 18px;
}

.spec-specflix-category-items {
  margin-top: 20px;
}

.spec-specflix-category-item {
  width: 330px;
  height: 172px;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #15171d;
  transition: transform 0.3s ease;
  cursor: pointer;
  margin: 0 5px;
}

.spec-specflix-category-item:hover {
  /* transform: scale(1.05); */
}

.slick-prev {
  display: block;
  position: absolute;
  left: -60px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 0;
  border: 0;
  box-shadow: 0px 0px 10px #1a1b1f;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  background-color: #25262b;
  background-image: url("../img/icon-left.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-next {
  display: block;
  position: absolute;
  right: -60px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 0;
  border: 0;
  box-shadow: 0px 0px 10px #1a1b1f;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  background-color: #25262b;
  background-image: url("../img/icon-right.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.spec-specflix-youtube {
  padding: 15px 25px 15px 55px;
  border: 0;
  border-radius: 10px;
  font-family: 'Barlow-Bold';
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  /* background-color: #fe0134; */
  border: 1px solid #bced4a;
  background-image: url("../img/icon-youtube-white.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 15px;
}

.spec-avaliacoes {
  background-color: #25262b;
}

.spec-avaliacoes-content {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 90px 0px;
  text-align: center;
}

.spec-avaliacoes-title {
  font-family: Segoe-Ui-Bold;
  text-transform: uppercase;
  background-image: url("../img/icon-car.svg");
  display: block;
  background-size: 25px;
  background-repeat: no-repeat;
  padding: 10px 40px;
  text-align: left;
  background-position: 0px;
  margin-bottom: 20px;
}

.spec-avaliacoes-header {
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}

.spec-avaliacoes-cover {
  margin-bottom: 50px;
}

.spec-avaliacoes-subtitle {
  font-family: 'Barlow-Bold';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  width: 1080px;
  display: block;
  text-align: left;
}

.spec-avaliacoes-items {
  margin: 0 -10px;
}

.spec-avaliacoes-items .spec-avaliacoes-item {
  margin: 0 10px;
  width: 413.67px !important;
}

.spec-avaliacoes-item {
  background-color: #1e1f23;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: left;
}

.spec-avaliacoes-item-stars {
  width: 125px;
  height: 25px;
  background-image: url("../img/icon-star.svg");
  background-size: 25px;
}

.spec-avaliacoes-item-header {
  margin-top: 30px;
}

.spec-avaliacoes-item-user {
  display: flex;
  gap: 20px;
  align-items: center;
}

.spec-avaliacoes-item-user-photo {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.spec-avaliacoes-item-user-data {

}

.spec-avaliacoes-item-user-name {
  font-family: 'Barlow-Bold';
  font-size: 18px;
  margin-bottom: 4px;
}

.spec-avaliacoes-item-user-date {
  font-size: 14px;
}

.spec-avaliacoes-item-user-text {
  font-size: 18px;
  line-height: 25px;
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.spec-contato {
  background-color: #1e1f23;
}

.spec-contato-content {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 90px 0px;
  text-align: center;
}

.spec-contato-title {
  font-family: Segoe-Ui-Bold;
  text-transform: uppercase;
  background-image: url("../img/icon-car.svg");
  display: inline-block;
  background-size: 25px;
  background-repeat: no-repeat;
  padding: 10px 40px;
  background-position: 0px;
  margin-bottom: 20px;
}

.spec-contato-subtitle {
  font-family: 'Barlow-Bold';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  width: 100%;
  max-width: 1080px;
  display: block;
  margin: auto;
  margin-bottom: 60px;
}

.spec-contato-info {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.spec-contato-info-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  text-align: left;
  max-width: 350px;
}

.spec-contato-info-icon {
  width: 50px;
  height: 50px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  background-color: #25262b;
  flex-shrink: 0;
}

.spec-contato-info-icon.address {
  background-image: url("../img/icon-car.svg");
}

.spec-contato-info-icon.phone {
  background-image: url("../img/icon-phone.svg");
}

.spec-contato-info-icon.hour {
  background-image: url("../img/icon-clock.svg");
}

.spec-contato-info-text strong {
  font-family: 'Barlow-Bold';
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}

.spec-contato-info-text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.spec-contato-social {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.spec-contato-social-item {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 1px solid #bced4a;
  cursor: pointer;
  transition: all 0.2s linear;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.spec-contato-social-item:hover {
  background-color: #bced4a;
}

.spec-contato-social-item.whatsapp {
  background-image: url("../img/icon-whatsapp.svg");
}

.spec-contato-social-item.whatsapp:hover {
  background-image: url("../img/icon-whatsapp-black.svg");
}

.spec-contato-social-item.instagram {
  background-image: url("../img/icon-instagram.svg");
}

.spec-contato-social-item.instagram:hover {
  background-image: url("../img/icon-instagram-black.svg");
}

.spec-contato-social-item.youtube {
  background-image: url("../img/icon-youtube.svg");
}

.spec-contato-social-item.youtube:hover {
  background-image: url("../img/icon-youtube-black.svg");
}

.spec-contato-social-item.tiktok {
  background-image: url("../img/icon-tiktok.svg");
}

.spec-contato-social-item.tiktok:hover {
  background-image: url("../img/icon-tiktok-black.svg");
}

.spec-contato-social-item.facebook {
  background-image: url("../img/icon-facebook.svg");
}

.spec-contato-social-item.facebook:hover {
  background-image: url("../img/icon-facebook-black.svg");
}

@media screen and (max-width: 768px) {
  br {
    display: none;
  }

  .spec-header-contact {
    display: none;
  }

  .spec-header-principal {
    padding: 20px 20px;
  }

  .spec-header-logo {
    width: 180px;
    height: 22px;
  }

  .spec-header-hamburger {
    display: flex;
    position: relative;
  }

  .spec-header-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }

  .spec-header-hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .spec-header-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  .spec-header-menu-close {
    display: block;
  }

  .spec-header-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #1e1f23;
    flex-direction: column;
    padding: 80px 30px 30px;
    gap: 0;
    z-index: 1000;
  }

  .spec-header-menu.active {
    display: flex;
  }

  .spec-header-menu-item {
    padding: 25px 0;
    border-bottom: 1px solid #26272d;
    text-align: center;
  }

  .spec-banner {
    padding: 30px 20px;
    position: relative;
  }

  .spec-banner-big-title {
    top: 300px;
    position: absolute;
    display: none;
  }

  .spec-banner-big-title-text {
    font-size: 200px;
  }

  .spec-banner-columns {
    flex-direction: column;
    gap: 20px;
  }

  .spec-banner-column-title {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .spec-banner-column-content {
    width: 100%;
    padding-top: 20px;
  }

  .spec-banner-column-content-text {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }

  .spec-banner-column-content-btns {
    flex-direction: column;
  }

  .spec-banner-column-content-btn {
    width: 100%;
  }

  .spec-video {
    height: 200px;
  }

  .spec-servicos-content {
    padding: 60px 20px;
  }

  .spec-servicos-subtitle {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }

  .spec-servicos-items {
    gap: 25px;
  }

  .spec-servicos-item {
    width: 100%;
  }

  .spec-specflix-content {
    padding: 60px 20px;
  }

  .spec-specflix-subtitle {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }

  .spec-specflix-categories {
    margin-top: 40px;
  }

  .spec-specflix-category {
    margin-bottom: 50px;
  }

  .slick-prev {
    left: 0px;
    z-index: 1;
    top: unset;
    bottom: -20px;
  }

  .slick-next {
    right: 0px;
    z-index: 1;
    bottom: -20px;
    top: unset;
  }

  .spec-avaliacoes-content {
    padding: 60px 20px;
  }

  .spec-avaliacoes-header {
    flex-direction: column;
    gap: 20px;
  }

  .spec-avaliacoes-subtitle {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }

  .spec-avaliacoes-cover {
    width: 100%;
  }

  .spec-avaliacoes-items .slick-slide {
    float: left;
  }

  .spec-avaliacoes-items .slick-track {
    display: flex !important;
  }

  .spec-specflix-youtube {
    width: 100%;
    display: block;
    font-size: 13px;
    background-size: 18px;
    background-position: 10px;
    padding-left: 40px;
  }

  .spec-avaliacoes-title {
    display: inline-block;
  }

  .spec-contato-content {
    padding: 60px 20px;
  }

  .spec-contato-subtitle {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
  }

  .spec-contato-info {
    flex-direction: column;
    align-items: start;
  }

  .spec-contato-social {
    flex-wrap: wrap;
  }

  .spec-specflix-category-item {
    height: 200px;
  }
}