@font-face {
  font-family: "Constantia";
  src: url("../fonts/Constantia-Italic.woff2") format("woff2"),
    url("../fonts/Constantia-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Constantia";
  src: url("../fonts/Constantia.woff2") format("woff2"),
    url("../fonts/Constantia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Constantia";
  src: url("../fonts/Constantia-Bold.woff2") format("woff2"),
    url("../fonts/Constantia-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Constantia";
  src: url("../fonts/Constantia-BoldItalic.woff2") format("woff2"),
    url("../fonts/Constantia-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "cheap_potatoes_black_thinRg";
  src: url("../fonts/cheap_potatoes_black_thin-webfont.woff2") format("woff2"),
    url("../fonts/cheap_potatoes_black_thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "cheap_potatoesregular";
  src: url("../fonts/cheap_potatoes_black-webfont.woff2") format("woff2"),
    url("../fonts/cheap_potatoes_black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "amithen_extraregular";
  src: url("../fonts/amithen_extra-webfont.woff2") format("woff2"),
    url("../fonts/amithen_extra-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "amithenregular";
  src: url("../fonts/amithen-webfont.woff2") format("woff2"),
    url("../fonts/amithen-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Constantia", sans-serif;
}

a:hover {
  text-decoration: none;
}

header {
  position: sticky;
  top: 0px;
  background: #ffc000;
  z-index: 5;
  box-shadow: 2px 2px 2px #00000020;
}
navbar-toggler {
  margin-top: 0;
}
.navbar-brand img {
  transition: ease-in-out 0.2s;
}
.header-fix .navbar-brand img {
  width: 50px !important;
  transition: ease-in-out 0.2s;
}
.nav-item {
  text-align: center;
  color: #fff;
}
.contato label {
  font-size: 15px;
}
.contato .fas {
  font-size: 20px;
  color: #030bf5;
}
.navbar-toggler {
  margin-top: 0;
}
.navbar-toggler span {
  display: block;
  width: 35px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 3px;
  background: #030bf5;
  transition: all 0.3s;
  position: relative;
}

.navbar-toggler span + span {
  margin-top: 10px;
}

.navbar-toggler .active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.navbar-toggler .not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.navbar-toggler .active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.navbar-toggler .not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.navbar-toggler .active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.navbar-toggler .not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 12px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(45deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 14px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: "cheap_potatoes_black_thinRg", sans-serif;
}

#last {
  /* background: #030bf5; */
  background-size: 400% 400%;
  padding: 0px 30px;
  /* -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite; */
  background-color: #ff0100;
}

.custom-item {
  color: #fff;
}

.custom-item:hover {
  color: #fff;
}

.nav-link:not(.custom-item):hover {
  background: linear-gradient(to bottom right, #030bf5, #ff0100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#sec-01 {
  background: #ff0100;
}

.desconto {
  color: #fff;
}

.desconto h1 {
  text-transform: uppercase;
  font-weight: 400;
}

.desconto h1 strong {
  font-weight: 600;
}

.preco p {
  font-size: 30px;
}

.preco h5 {
  font-size: 35px;
}

#sec-02 {
  background: url("../img/keefs/banner02.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  min-height: 100vh;
}

#sec-02 h1 {
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 0 0 50px;
  position: relative;
  z-index: 1;
  font-size: 2.5rem !important;
  line-height: 7rem;
  font-family: "cheap_potatoes_black_thinRg", sans-serif;
}

#sec-02 h1 strong {
  background: #ff0100;
  padding: 0 10px;
}
#sec-02 .bandeirinha {
  width: 300px;
}

.text {
  padding: 50px 70px 40px 50px;
  background: #ffc000;
  color: #000;
  font-size: 22px;
  font-family: "Constantia", sans-serif;
}

#sec-03 {
  background: url("../img/bg2.jpg");
}

.titulos {
  text-transform: uppercase;
}

.titulos h1 {
  color: #ff0100;
  font-family: "cheap_potatoes_black_thinRg", sans-serif;
  font-size: 1.2rem;
}

.titulos h3 {
  color: #030bf5;
  font-size: 35px;
  font-weight: 600;
  position: relative;
  font-family: "amithenregular", sans-serif;
}

.titulos h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #030bf5;
  display: block;
  position: absolute;
  top: 20px;
  left: 38%;
}

.titulos h3:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #030bf5;
  display: block;
  position: absolute;
  top: 20px;
  left: 57%;
}

.item {
  color: #777;
}

.item h5 {
  text-transform: uppercase;
}

.item h5 span {
  margin-left: 5%;
  color: #030bf5;
}

.owl-nav {
  position: absolute;
  top: 40%;
  width: 110%;
  left: -5%;
}

.owl-nav span {
  font-size: 25px;
  width: 40px;
  height: 40px;
  display: block;
  background: #ff0100;
  color: #fff;
  padding: 0px 10px 6px;
  border-radius: 50%;
}

.owl-next {
  float: right;
}

.sec-04 {
  background: url("../img/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sec-04 h2 {
  color: #ff0100;
  text-transform: uppercase;
  font-family: "cheap_potatoesregular", sans-serif;
}

.sec-04 p {
  color: #777777;
  font-size: 20px;
}

#ifood {
  background: #030bf5;
  margin: 30px 0;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  width: 350px;
  padding: 15px 70px;
}
#ifood img {
  width: 120px;
  height: auto;
  margin: 0 auto;
  display: block;
}
#ifood:hover {
  background: #ff0100;
}

#sec-05 {
  background: url("../img/keefs/banner03.png");
  background-size: cover;
  background-position: left;
}

#sec-05 h1 {
  color: #fff;
  font-weight: 400;
  font-family: "cheap_potatoes_black_thinRg", sans-serif;
  font-size: 1rem;
  line-height: 5rem;
  margin-bottom: 40px;
}

#sec-05 h1 strong {
  text-transform: uppercase;
}

.box-form {
  background: #fff;
  color: #777;
}

.btn-form {
  background: #030bf5;
  padding: 10px 50px;
  color: #fff;
  border: none;
}

footer {
  color: #111;
  font-size: 13px;
  z-index: 5;
  position: relative;
}

footer a {
  color: #111;
}

.social {
  display: flex;
  align-items: center;
  color: #fff;
  background: #030bf5;
  border-radius: 50%;
  padding: 15px 18px;
  height: 45px;
  width: 45px;
  text-align: center;
}
.social:hover {
  color: #ff0100;
}
.button,
button {
  background: #ff0100;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-family: sans-serif;
  display: inline-block;
  margin: 2rem 0 0;
  padding: 1.2rem 2rem;
  border-radius: 2px;
  transition: 0.2s all ease-in-out;
  font-family: "cheap_potatoes_black_thinRg", sans-serif;
}
@media (max-width: 992px) {
  .popup-container h2 {
    font-size: 18px !important;
    text-align: center;
    line-height: 40px;
  }
}
.adiciona-box-shadow {
  background: rgba(0, 0, 0, 0.2);
}
.popup-container {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
}
.popup-container a {
  text-decoration: none;
}
.popup-container a:hover {
  color: #ffc000;
}
.popup-container h2 {
  color: #fff;
  font-family: "cheap_potatoes_black_thinRg", sans-serif;
  font-size: 1.3rem;
  text-align: center;
}
.popup {
  background: #030bf5;
  margin: auto;
  padding: 4rem;
  position: relative;
  border-radius: 4px;
}

.popup-close {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #343434;
  cursor: pointer;
  font-size: 1.6rem;
  width: 2.6rem;
  height: 2.6rem;
  top: -0.8rem;
  right: -0.6rem;
  position: absolute;
  border-radius: 100%;
}

/* RESPONSIVE */

@media (min-width: 992px) {
  .desconto {
    position: absolute;
    left: 48%;
  }

  .preco {
    margin-left: 120px;
  }

  #sec-01 .col-lg-8 {
    left: -10%;
  }

  .desconto h1 {
    font-size: 80px;
  }

  .desconto h1 strong {
    font-size: 120px;
  }

  #sec-02 h1 {
    font-size: 75px;
  }

  .text {
    margin-bottom: -250px;
  }
  #sec-03 {
    padding-top: 200px;
  }
  .poke2 {
    left: -8%;
  }

  .titulos h1 {
    font-size: 60px;
  }

  .sec-04 h1 {
    font-size: 60px;
  }

  .poke3 {
    position: absolute;
    top: -8px;
    left: 20%;
    z-index: 3;
    width: 89%;
  }

  #sec-05 h1 {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  #sec-02 h1 {
    line-height: 4.5rem;
    font-size: 30px !important;
    padding: 0 0 0 0;
  }
  .wrap-cardapio h5 {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .desconto h1 strong {
    font-size: 90px;
  }

  #sec-02 {
    background-position: left;
  }

  .titulos h3:after {
    left: 15%;
  }

  .titulos h3:before {
    left: 72%;
  }

  .preco br {
    display: none;
  }
}
.figcardapio img {
  width: 100% !important;
  height: auto;
}

.wrap-cardapio h5 {
  font-weight: bold;
  color: #ff0100;
  font-family: "cheap_potatoes_black_thinRg", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
.wrap-cardapio p {
  color: #111;
  text-transform: uppercase !important;
  font-weight: bold;
  font-size: 14px;
}
.wrap-cardapio {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.menu-navegacao {
  display: block;
  font-size: 10px;
  height: 80px;
  background: #ff0100;
  position: fixed;
  bottom: 0;
  z-index: 9999999999;
  width: 100%;
  left: 0;
  -moz-transition: all 0.25s ease-in-out, 0.25s;
  -o-transition: all 0.25s ease-in-out, 0.25s;
  -webkit-transition: all 0.25s ease-in-out, 0.25s;
  transition: all 0.25s ease-in-out, 0.25s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-navegacao-item i {
  color: #fff;
  font-size: 35px;
  padding-top: 10px;
  text-align: center;
}
.menu-navegacao p {
  font-family: "cheap_potatoes_black_thinRg", sans-serif;
  color: #ffc000;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  top: 5px;
  padding-top: 5px;
}
.menu-navegacao-item {
  display: inline-block;
  text-align: center;
  list-style: none;
  text-transform: uppercase;
}
.menu-navegacao-item a {
  font-family: "cheap_potatoes_black_thinRg", sans-serif;
  letter-spacing: 1.5px;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 8px;
  color: #fff;
}
