:root {
  --principal: #ea3300;
  --bege: #d5d3c8;
  --amarelo: #fdac05;
  --verde-escuro: #264524;
  --verde: #05b05e;
  --bege-verde: #d0cb8b;
  --cinza: #595959;
  --branco: #ffffff;
  --preto: #000000;
  --escuro: #1c1b1b;
  --claro: #e5e5e5;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Computerfont";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/Computerfont"),
    url("../fonts/Computerfont.ttf") format("truetype");
}

html {
  font-size: 100%;
  color: var(--branco);
}

body {
  color: var(--branco) !important;
}

main,
main > section {
  background-color: var(--bege);
}

.loader {
  margin: auto;
  border: 10px solid #f3f3f3;
  border-top: 10px solid var(--principal);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-dialog {
  max-width: 75% !important;
}

.modal-title,
.modal-body {
  color: black !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ea3300 !important;
}

a.btn,
a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:active {
  color: var(--branco) !important;
  text-decoration: none;
  font-weight: normal;
}

.btn:focus {
  box-shadow: unset !important;
}

.flip-clock-wrapper ul {
  font-size: 40px;
  width: 35px;
  height: 40px;
  margin: 2px;
}

.flip-clock-wrapper ul li {
  line-height: 40px;
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 30px;
}

.flip-clock-dot {
  width: 0;
  height: 0;
}

.flip-clock-label {
  color: var(--cinza) !important;
  font-family: "Computerfont";
  text-transform: uppercase;
  font-size: 1.3em;
}

.flip-clock-divider {
  width: 10px;
  height: 50px;
}

.flip-clock-divider.days .flip-clock-label {
  right: -53px;
}

.flip-clock-divider.hours .flip-clock-label {
  right: -60px;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -66px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -71px;
}

.separator {
  height: 0.1rem;
  margin: 0 1em;
  opacity: 0.4;
  background-color: var(--verde-escuro);
}

section.home {
  background-color: var(--preto);
  background: url(../img/fundo.png);
  background-size: contain;
  height: 296px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.informacoes,
.titulo,
.informacoes2 {
  width: 220px;
  padding-top: 42px;
}

.titulo {
  padding-top: 20px;
}

.home > .informacoes {
  font-family: "Computerfont";
  text-align: center;
  padding-top: 80px;
}

.home > .informacoes > .apresentacao {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 0.8em;
}

.home > .informacoes > .separador {
  background-color: white;
  height: 1px;
  margin: 15px 34px;
}

.home > .informacoes > .apresentacao2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.home > .informacoes > .apresentacao2 > .info {
  line-height: 1.5em;
}

.forte {
  color: var(--principal);
  font-size: 36px;
}

.fogo {
  width: 45px;
  padding-right: 8px;
}

.home > .informacoes > .apresentacao3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 10px;
}

.home > .titulo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.orangefriday {
  display: none;
  width: 300px;
}

.orangefriday2 {
  display: block;
  width: 300px;
}

.uairango {
  width: 90px;
}

.ranguito {
  max-width: 264px;
  margin-bottom: -4px;
}

section.promocao {
  font-family: "Computerfont";
  height: 100%;
  color: var(--verde-escuro);
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

section.cidades {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.cidades > .labelCidades {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  max-width: 120px;
  text-align: center;
  margin: 0 20px;
  color: #4e4e4e;
  font-size: 14px;
  line-height: 1.2em;
}

.promocao > .contatorContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.promocao > .contatorContent > .contatorTitulo {
  color: var(--principal);
  font-size: 28px;
  text-transform: uppercase;
  line-height: 0.8em;
  margin-top: 5px;
}

.promocao > .contatorContent > .contador {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

section.descontos {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-family: "Computerfont";
  color: var(--escuro) !important;
}

.descontos > .tituloDesconto {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

section.estabs {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-family: "Computerfont";
  color: var(--escuro) !important;
}

.estabs > .estabelecimentos_ativos {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.descontos > .descontoContent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.descontos > .descontoContent > .descontoBotao {
  background-color: var(--claro);
  margin: 0 0.5em;
  transform: skew(-20deg);
  cursor: pointer;
}

.descontos > .descontoContent > .descontoBotao::after {
  content: " ";
  display: block;
  position: absolute;
  height: 5px;
  background: var(--principal);
  width: 0%;
  bottom: -12px;
  transition: width 0.5s;
}

.descontos > .descontoContent > .descontoBotao.active::after {
  width: 100%;
}

.descontos > .descontoContent > .descontoBotao > .descontoBotaoContent {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5em 1.5em;
  transform: skew(20deg);
}

.descontos
  > .descontoContent
  > .descontoBotao
  > .descontoBotaoContent
  > .desconto {
  width: 80px;
}

.descontos
  > .descontoContent
  > .descontoBotao
  > .descontoBotaoContent
  > .descontoTextContent
  > .descontoText {
  color: var(--principal);
  font-size: 32px;
  text-align: center;
  line-height: 0.7em;
}

section.estabelecimentos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1em 19%;
}

.estabelecimentos .estabelecimento {
  margin: 0.5em 0.2em;
  width: 6em;
}

.estabelecimentos .estabelecimento > img {
  width: 6em;
}

footer {
  background-color: var(--principal);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

footer > img {
  padding: 0.8rem 0;
  width: 10rem;
}

@media only screen and (min-width: 1600px) {
  section.home {
    height: 450px;
    background-size: cover;
  }

  .informacoes,
  .titulo,
  .informacoes2 {
    width: 350px;
  }

  .orangefriday,
  .orangefriday2 {
    width: 550px;
  }

  .ranguito {
    max-width: 500px;
    margin-bottom: -12px;
  }

  .uairango {
    width: 140px;
    padding-bottom: 50px;
  }

  .home > .titulo {
    margin: 0 80px;
  }

  .home > .informacoes > .apresentacao {
    font-size: 60px;
  }

  .home > .informacoes > .apresentacao2 {
    font-size: 28px;
    padding-bottom: 62px;
  }

  .fogo {
    width: unset;
  }

  .forte {
    font-size: 62px;
  }

  .home > .informacoes > .apresentacao3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .descontos > .descontoContent {
    flex-direction: column;
  }

  .descontos > .descontoContent > .descontoBotao {
    margin-bottom: 30px;
  }

  section.home {
    background: url(../img/fundo.png);
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column-reverse;
    height: unset;
  }

  .titulo {
    padding-top: 0 !important;
  }

  .ranguito {
    max-width: 230px;
    margin-bottom: -30px;
  }

  .orangefriday {
    display: block;
    z-index: 1;
  }

  .orangefriday2 {
    display: none;
  }

  .home > .informacoes {
    padding-top: 10px;
  }

  .informacoes2 {
    padding-top: 25px;
  }

  .uairango {
    margin-top: 0px;
    width: 70px;
  }

  section.estabs {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-family: "Computerfont";
    color: var(--escuro) !important;
  }

  .estabs > .estabelecimentos_ativos {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
  }
}
