﻿@font-face {
  font-family: "FoundryGridnik";
  src: url("../fonts/FoundryGridnik-Bold.eot");
  src: url("../fonts/FoundryGridnik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FoundryGridnik-Bold.woff2") format("woff2"), url("../fonts/FoundryGridnik-Bold.woff") format("woff"), url("../fonts/FoundryGridnik-Bold.ttf") format("truetype"), url("../fonts/FoundryGridnik-Bold.svg#FoundryGridnik-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decimal";
  src: url("../fonts/Decimal-ExtraBlack.woff2") format("woff2"), url("../fonts/Decimal-ExtraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decimal";
  src: url("../fonts/DecimalBlack.woff2") format("woff2"), url("../fonts/DecimalBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decimal";
  src: url("../fonts/DecimalSemibold.woff2") format("woff2"), url("../fonts/DecimalSemibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decimal Book";
  src: url("../fonts/DecimalBook.woff2") format("woff2"), url("../fonts/DecimalBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decimal";
  src: url("../fonts/DecimalMedium.woff2") format("woff2"), url("../fonts/DecimalMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}

body {
  background-color: #fff;
}

@keyframes ani {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes ani-sombra {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(130%);
  }
}
.categorias {
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  width: 100%;
}
.categorias .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categorias .darkbg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  left: 0;
  top: 0;
}
.categorias .cat {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  width: 50%;
  min-height: 100vh;
  padding-bottom: 30px;
  padding-top: 260px;
}
.categorias .cat .wrap-content {
  width: 300px;
  height: 500px;
}
.categorias .cat .dark-bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.categorias .cat span {
  font-family: "Righteous", cursive;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.categorias .cat:hover .dark-bg, .categorias .cat:active .dark-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.categorias .cat.cat2 .cat-name {
  color: #fff;
}
.categorias .cat-name {
  font-size: 40px;
  line-height: 1em;
  font-family: "Decimal", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  background-color: transparent;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.categorias .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.categorias .logo img {
  width: 65%;
  height: auto;
  max-width: 310px;
}
.categorias .logo .logo1 {
  margin-bottom: 20px;
}
.categorias .cat1, .categorias .cat3 {
  background-color: #ededed;
}
.categorias .cat2, .categorias .cat4 {
  background-color: #ff0000;
}
.categorias .pneu {
  height: auto;
  position: absolute;
  bottom: -170px;
  left: auto;
  right: auto;
  width: 100%;
}
.categorias .cat3 .logo img {
  width: 55%;
}

.main-logo {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  top: 70px;
}
.main-logo .logo-black {
  width: 300px;
  height: auto;
  margin-top: -40px;
}
.main-logo .logo-company {
  width: 350px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .main-logo .logo-black {
    width: 290px;
    margin-top: -30px;
  }
  .main-logo .logo-company {
    width: 330px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .categorias .pneu {
    bottom: -140px;
  }
}
/***********************************
[768]
***********************************/
@media screen and (max-width: 768px) {
  /*.main-index {
      background-color: #ff0000;
      top: 0;
      position: fixed;
      height: 100vh;
      width: 100vw;
      left: 0;
  }*/
  .main-logo .logo-black {
    width: 180px;
  }
  .main-logo .logo-company {
    width: 220px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .categorias .cat {
    padding-top: 160px;
  }
  .categorias .cat .wrap-content {
    width: 200px;
    height: 360px;
  }
  .categorias .cat-name {
    font-size: 25px;
  }
  .categorias .pneu {
    bottom: 10px;
  }
}
/***********************************
[575]
***********************************/
@media screen and (max-width: 575px) {
  main {
    flex-direction: column;
    background: #ededed;
  }
  .categorias {
    flex-direction: column;
    min-height: 0;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 0;
  }
  .categorias .cat-name {
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
  }
  .categorias .cat {
    min-height: 0;
    padding-top: 0;
    width: 100%;
    overflow: hidden;
    height: calc((100vh - 150px) / 2);
    justify-content: center;
  }
  .categorias .cat .wrap-content {
    width: 300px;
    height: 100%;
    text-align: center;
  }
  .categorias .cat .wrap-content .pneu {
    position: relative;
    max-height: 100%;
    width: auto;
    height: 80%;
    left: auto;
    right: auto;
  }
  .main-logo {
    top: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
}
/***********  [Especiais] ***********/
/*
@media screen and (min-width: 769px) and (max-height: 500px) {
    .categorias .cat .container {
        align-items: flex-start;
    }

    .categorias .logo {
        top: calc(100% - 290px);
    }
}
@media screen and (min-width: 993px) and (max-height: 700px) {
    .categorias .cat .container {
        align-items: flex-start;
    }

    .categorias .logo {
        top: calc(100% - 360px);
    }
}
@media screen and (min-width: 1201px) and (max-height: 700px){
    .categorias .cat .container {
        align-items: flex-start;
    }
    .categorias .logo {
        top: calc(100% - 390px);
    }
}
*/
/********************************
    [modais especiais]
*********************************/
/******************************
[Modal Simples]
*******************************/
.componente-modal,
.componente-modal .wrap-modal,
.componente-modal .bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.componente-modal {
  z-index: 1000;
  display: none;
}
.componente-modal .wrap-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.componente-modal .bg {
  background: rgba(0, 0, 0, 0.7);
}
.componente-modal .div-modal {
  width: calc(100% - 40px);
  max-width: 500px;
  height: auto;
  max-height: 80vh;
  background: #fff;
  border-radius: 10px;
}
.componente-modal .bt-fechar-modal {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.componente-modal .bt-fechar-modal img {
  width: 100%;
  height: 100%;
}

.componente-modal .div-modal-header {
  background: #333;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.componente-modal .div-modal-header .titulo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.componente-modal .div-modal-header .titulo img {
  height: 28px;
  width: auto;
  margin-right: 5px;
}
.componente-modal .div-modal-header .titulo p {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
}
.componente-modal .div-modal-header.verde {
  background: #74a714;
}
.componente-modal .div-modal-header.vermelho {
  background-color: #FF0000;
}

.componente-modal .div-modal-body {
  padding: 20px 0 20px 20px;
}
.componente-modal .div-modal-body .content {
  padding: 0 20px 0 0;
  overflow-y: auto;
  height: auto;
  max-height: calc(80vh - 90px);
}
.componente-modal .div-modal-body .acoes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.componente-modal .div-modal-body p {
  text-align: center;
}
.componente-modal .div-modal-body p.estilo1 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.componente-modal .div-modal-body p.estilo2 {
  color: #FF0000;
}
.componente-modal .div-modal-body p.estilo3 {
  font-family: "Myriad", sans-serif;
  text-transform: none;
}
.componente-modal .div-modal-body span {
  text-align: center;
}
.componente-modal .div-modal-body span.estilo2 {
  color: #FF0000;
}

#modalSucesso .acoes a {
  padding: 5px 15px 5px 5px;
  height: auto;
}
#modalSucesso .acoes a .imagem img {
  height: 24px;
}
#modalSucesso .estilo2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
#modalSucesso .estilo3 {
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
}
#modalSucesso .estilo3 span {
  font-weight: bold;
  color: #74a714;
}

#modalReg .div-modal {
  max-width: 550px;
}
#modalReg .div-modal-body p {
  text-align: left;
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
#modalReg .div-modal-body p.titulo {
  color: #FF0000;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
#modalReg .div-modal-body p.destaque {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
#modalReg .div-modal-body .acoes a {
  height: auto;
  padding: 6px 15px 6px 10px;
}
#modalReg .div-modal-body .acoes a .imagem img {
  height: 24px;
}
#modalReg .div-modal-body .acoes a span {
  font-size: 15px;
  line-height: 15px;
}

/******************************
[575]
*******************************/
@media screen and (max-width: 575px) {
  /***** [575 - Modal] *****/
  .componente-modal .acoes {
    flex-direction: column;
    margin-top: 10px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  #modalReg .div-modal-body p.titulo {
    font-size: 20px;
    line-height: 20px;
  }
  #modalReg .div-modal-body p, #modalReg .div-modal-body p.destaque {
    font-size: 16px;
    line-height: 18px;
  }
  #modalReg .div-modal-body .acoes a:first-child {
    margin-bottom: 10px;
  }
  #modalReg .div-modal-body .acoes a .imagem img {
    height: 20px;
  }
}
.modal-custom {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.cookies {
  position: fixed;
  background-color: antiquewhite;
  padding: 30px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9000;
}
.cookies p.titulo-cookie {
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 10px;
}
.cookies p.normal {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.cookies button {
  border-radius: 30px;
  border: none;
  background: #ff0000;
  padding: 5px 20px;
  color: #fff;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 18px;
  line-height: 18px;
  height: auto;
}

@media screen and (max-width: 575px) {
  .cookies {
    padding: 20px;
  }
}
/**************************************************
[Modal Aguarde]
***************************************************/
#modalAguarde, #modalAcabou, #modalTampao {
  justify-content: center;
  align-items: center;
  z-index: 9000;
}
#modalAguarde .bg, #modalAcabou .bg, #modalTampao .bg {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
#modalAguarde p.p1, #modalAcabou p.p1, #modalTampao p.p1 {
  max-width: 440px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
#modalAguarde p.p1 span, #modalAcabou p.p1 span, #modalTampao p.p1 span {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
#modalAguarde p.p1 span.vermelho, #modalAcabou p.p1 span.vermelho, #modalTampao p.p1 span.vermelho {
  color: #ff0000;
}
#modalAguarde img, #modalAcabou img, #modalTampao img {
  width: 400px;
  height: auto;
}
#modalAguarde .contagem, #modalAcabou .contagem, #modalTampao .contagem {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 40px;
}

#modalAcabou p.p1, #modalTampao p.p1 {
  max-width: 550px;
  margin-top: 10px;
  margin-bottom: 30px;
}

#modalAguarde h2, #modalAcabou h2, #modalTampao h2 {
  font-size: 60px;
  line-height: 60px;
  color: #FF0000;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Decimal", sans-serif;
}

#modalAcabou h2, #modalTampao h2 {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  color: #000;
}
#modalAcabou h2 span, #modalTampao h2 span {
  display: block;
  font-size: 20px;
  line-height: 20px;
  color: red;
}

#modalAguarde h3, #modalAcabou h3, #modalTampao h3 {
  font-family: "apotek-comp", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

#modalAguarde .modal-body, #modalAcabou .modal-body, #modalTampao .modal-body {
  max-width: 80vw;
  height: 100vh;
  width: 100vw;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: url("../imgs/vouchers/parede-vermelha.jpg");*/
  background-position: center;
  background-size: 100% auto;
  background-repeat: repeat;
  background-color: #f0f0f0;
  overflow-x: hidden;
  border-radius: 30px;
}

#modalAguarde .imagem-teaser, #modalAcabou .imagem-teaser, #modalTampao .imagem-teaser {
  width: 600px;
  height: auto;
}

#modalAcabou img.logo-black, #modalTampao img.logo-black {
  width: 240px;
  height: auto;
  margin-bottom: 15px;
}
#modalAcabou img.logo-acabou, #modalTampao img.logo-acabou {
  width: 280px;
  height: auto;
}

@media screen and (max-width: 1400px) {
  #modalAguarde h2, #modalAcabou h2, #modalTampao h2 {
    font-size: 50px;
    line-height: 50px;
  }
  #modalAguarde p.p1, #modalAcabou p.p1, #modalTampao p.p1 {
    font-size: 18px;
    line-height: 18px;
  }
  #modalAguarde .contagem, #modalAcabou .contagem, #modalTampao .contagem {
    font-size: 36px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #modalAcabou h2, #modalTampao h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 992px) {
  #modalAguarde h2, #modalAcabou h2, #modalTampao h2 {
    font-size: 40px;
    line-height: 40px;
  }
  #modalAguarde p.p1, #modalAcabou p.p1, #modalTampao p.p1 {
    font-size: 16px;
    line-height: 20px;
    max-width: 350px;
  }
  #modalAguarde .imagem-teaser, #modalAcabou .imagem-teaser, #modalTampao .imagem-teaser {
    width: 500px;
  }
  #modalAcabou h2, #modalTampao h2 {
    font-size: 25px;
    line-height: 25px;
  }
  #modalAcabou p.p1, #modalTampao p.p1 {
    max-width: 440px;
  }
}
@media screen and (max-width: 768px) {
  #modalAguarde .contagem, #modalAcabou .contagem, #modalTampao .contagem {
    font-size: 28px;
    line-height: 28px;
  }
  #modalAguarde h2, #modalAcabou h2, #modalTampao h2 {
    font-size: 34px;
    line-height: 34px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
  }
  #modalAguarde img, #modalAcabou img, #modalTampao img {
    width: 320px;
  }
  #modalAcabou h2, #modalTampao h2 {
    text-shadow: none;
    font-size: 22px;
    line-height: 22px;
  }
  #modalAcabou h2 span, #modalTampao h2 span {
    font-size: 17px;
    line-height: 17px;
  }
  .logos-acabou img:first-child {
    max-width: 130px;
  }
  .logos-acabou img:last-child {
    max-width: 115px;
  }
}
@media screen and (max-width: 575px) {
  #modalAguarde .modal-body, #modalAcabou .modal-body, #modalTampao .modal-body {
    padding: 20px;
  }
  #modalAguarde h2, #modalAcabou h2, #modalTampao h2 {
    font-size: 26px;
    line-height: 26px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  }
  #modalAguarde p.p1, #modalAcabou p.p1, #modalTampao p.p1 {
    font-size: 15px;
    line-height: 20px;
    max-width: none;
  }
  #modalAguarde .contagem, #modalAcabou .contagem, #modalTampao .contagem {
    font-size: 23px;
    line-height: 23px;
  }
  #modalAguarde img, #modalAcabou img, #modalTampao img {
    width: 200px;
  }
  #modalAcabou h2, #modalTampao h2 {
    text-shadow: none;
    font-size: 18px;
    line-height: 18px;
  }
  #modalAcabou h2 span, #modalTampao h2 span {
    font-size: 15px;
    line-height: 15px;
    margin-top: 5px;
  }
  #modalAcabou img.logo-black, #modalTampao img.logo-black {
    width: 230px;
  }
  #modalAcabou img.logo-acabou, #modalTampao img.logo-acabou {
    width: 240px;
  }
}
