@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&family=Unica+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&family=Unica+One&display=swap");
@font-face {
  font-family: "Ignite";
  src: url(../assets/font/good_times/good\ times\ rg.otf);
}

@font-face {
  font-family: "Elfbar";
  src: url(../assets/font/champagne_limousines/Champagne\ &\ Limousines\ Bold.ttf);
}

@font-face {
  font-family: "Oxbar";
  src: url(../assets/font/nevan/Nevan.ttf);
}

@font-face {
  font-family: "Lost";
  src: url(../assets/font/request/Request.otf);
}

@font-face {
  font-family: "Campana";
  src: url(../assets/font/campana_script/CampanaScript_PERSONAL_USE_ONLY.otf);
}

:root {
  --azul-4: #0077b6;
  --azul-3: #00b4d8;
  --azul-2: #90e0ef;
  --azul-1: #caf0f8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

i {
  font-style: italic;
}

.fonte-ignite {
  font-family: "Ignite";
}

.fonte-elfbar {
  font-family: "Elfbar";
}

.fonte-oxbar {
  font-family: "Oxbar";
}

.fonte-lost {
  font-family: "Lost";
}

body {
  min-height: 100vh;
}

main {
  box-sizing: border-box;
}

.cabecalho {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--azul-3);
  padding: 0.33% 0;
  position: sticky;
  z-index: 2;
  top: 0;
  width: 100%;
}

.cabecalho-logo {
  margin-left: -11%;
}

.cabecalho__imagem {
  -webkit-user-drag: none;
  width: 43%;
}

.cabecalho-lista {
  margin-right: 25%;
}

.cabecalho__lista {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25%;
}

.cabecalho__item__link {
  text-decoration: none;
  font-size: 1.75rem;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s color;
}

.cabecalho__item__link:hover {
  color: var(--azul-2);
}

.lista-produtos {
  background-color: var(--azul-3);
  text-align: center;
  font-family: "Montserrat";
  font-size: 1.8rem;
  border: 1px solid var(--azul-4);
  width: 12.5%;
  position: absolute;
  top: 100%;
  right: 23%;
  border-end-end-radius: 20px;
  border-end-start-radius: 8px;
}

.lista-produtos__item {
  padding: 5%;
  border-bottom: 1px solid var(--azul-4);
}

.lista-produtos__item,
.cabecalho__item__link {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.2rem;
}

.lista-menu-elfbar {
  font-size: 1.7rem;
}

.lista-menu-lost {
  font-family: "Lost";

  font-size: 1rem;
}

.produtos-celular {
  display: none;
}

.lista-produtos__item a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.lista-produtos__item a:hover {
  color: white;
}

.lista-produtos__item:hover {
  transform: scale(1.02);
  background-color: #1e9fca;
}

.lista-produtos__item:nth-child(4):hover {
  border-end-end-radius: 20px;
  border-end-start-radius: 8px;
}

.lista-produtos__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.cabecalho__item-produtos {
  height: 5.1875rem;
}

.cabecalho__item__produtos {
  margin-top: 27%;
}

.carrinho {
  position: relative;
}

.carrinho__quantidade {
  position: absolute;
  top: -75%;
  right: 50%;
  background-color: var(--azul-4);
  color: white;
  border-radius: 50%;
  padding: 0.2%;
  font-family: "Montserrat", sans-serif;
  position: absolute;

  font-size: 12px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invisivel {
  display: none;
}

.rodape {
  background-color: var(--azul-4);
  padding: 1% 0;
  text-align: center;
}

.rodape__info {
  display: flex;
  flex-direction: row;
}

.rodape__texto {
  text-align: center;
  color: var(--azul-1);
  font-size: 0.875rem;
  margin-bottom: 0.75%;
  font-family: "Montserrat", sans-serif;
}

.rodape__texto__especial {
  margin-bottom: 0.75%;
}

.rodape__logo {
  width: 5%;
  margin-bottom: 1%;
}

.rodape {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
}

.rodape__contato {
  width: fit-content;
}

.rodape__contato__email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2%;
}

.contato__email-imagem {
  width: 2%;
}

.contato__whats-imagem,
.contato__insta-imagem {
  width: 2%;
}

.contato__whats-imagem {
  margin-right: 1%;
}

.contato__email-texto {
  color: var(--azul-1);
  font-size: 0.8rem;
  font-family: "Montserrat";
  margin-bottom: 0.5%;
  position: relative;
}

.contato__email-texto::before {
  content: "";
  background-image: url(../assets/img/email.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10%;
}

.sociais a {
  text-decoration: none;
}

.rodape__disclaimer {
  display: flex;
  align-items: center;
}

.rodape__disclaimer-imagem {
  height: 5vh;
}

.rodape__disclaimer-texto {
  font-size: 0.9rem;
  font-family: "Montserrat";
  font-style: italic;
  color: rgb(254, 176, 176);
}

/* CSS sobre o corpo da home*/
.vantagem {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 24px;
}

.banner-titulo {
  background-image: url("../assets/img/banner-desk.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #000000;
  height: 28rem;
}

@keyframes trocaModelo {
  25% {
    content: "IGNITE";
    font-family: "Ignite";
  }

  50% {
    content: "ELFBAR";
    font-family: "Krona One";
  }

  75% {
    content: "LOST MARY";
  }
}

.animacao {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.animacao__titulo {
  font-size: 2rem;
  font-family: "Open Sans";
}

.animacao__span::before {
  content: "OXBAR";
  font-family: "Krona One";
  font-weight: bold;
  font-size: 1.95rem;
  padding: 0.75rem;
  border-radius: 30px;
  z-index: -1;
  animation: trocaModelo 10s ease-in-out infinite;
}

.animacao__span {
  font-size: 1.8rem;
  padding: 0.75rem;
  border-radius: 30px;
  z-index: -1;
}

.vantagem__itens {
  display: flex;
  justify-content: center;
  gap: 5%;
  align-items: flex-start;
}

.vantagem__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
  font-family: "Open Sans", sans-serif;
  border-radius: 30px;
  padding: 2% 0;
  box-shadow: 1px 1px 5px #000000;
}

.vantagem__imagem {
  width: 25%;
}

.vantagem__item__titulo {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
}

.vantagem__descricao {
  width: 70%;
  font-size: 0.9rem;
  line-height: 1.15;
  height: 5rem;
}

/* SLIDER ABAIXO  */
.container-slider {
  display: none;
}

.sobre {
  padding: 5% 0;
  padding-left: 12%;
  background-color: #edecec;
}

.sobre__conteudo {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.visivel {
  opacity: 1;
}

.sobre__titulo {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Open Sans";
  margin-bottom: 2rem;
}

.sobre__descricao {
  font-family: "Open Sans";
  line-height: 1.5;
  font-size: 1.5rem;
  text-align: justify;
  width: 50vw;
}

.vitrine {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 2% 0;
  background-color: #faf0e6;
}

.vitrine__descricao {
  width: 15%;
  font-family: "New Amsterdam";
  display: flex;
  flex-direction: column;
  gap: 10%;
}

.vitrine__titulo {
  font-size: 3rem;
  width: 70%;
}

.vitrine__botao {
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  background-color: var(--azul-3);
  padding: 5%;
  border-radius: 30px;
  margin-top: 10%;
}

.vitrine__imagens {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 3%;
}

.vitrine-imagem {
  width: 40%;
  border-radius: 20px;
}

.vitrine__2 {
  padding: 10% 0;
  background-image: url(../assets/img/index/vitrine-3.webp);
  background-position: center;
}

.vitrine__2-titulo {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  padding: 2% 0;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.9px);
  -webkit-backdrop-filter: blur(1.9px);
  border: 1px solid rgba(255, 255, 255, 0.19);
  width: 30%;
  margin: 0 auto;
  margin-bottom: 4%;
  text-transform: uppercase;
}

.vitrine__2-logo {
  width: 20%;
}

.titulo__espaco {
  display: none;
}

.parceiros {
  text-align: center;
  background-color: #faf0e6;
  padding-bottom: 3%;
}

.parceiros__titulo {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 3%;
  margin-bottom: 0.5%;
}

.parceiros__subtitulo {
  margin-bottom: 4%;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-style: italic;
}

.parceiros__lista {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.parceiros__lista__item {
  width: 200px;
  margin: 0 auto;
}

.teste svg path {
  fill: black;
}

.imagens-vantagens {
  font-family: "Montserrat", sans-serif;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px 30px;
  justify-content: center;
  padding: 32px 0px;
}

.imagem__vantagem p {
  text-align: center;
  font-size: 0.86rem;
}

.imagem__vantagem {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  width: 170px;
}

.alinhar-imagem__vantagem {
  text-align: center;
}

.imagem__vantagem__responsivo-1,
.imagem__vantagem__responsivo-2 {
  display: none;
}

.icon {
  position: fixed;
  bottom: 9%;
  right: 3%;
  font-size: 1.875rem;
  background-color: #01e675;
  color: #ffffff;
  border-radius: 50%;
  padding: 0.2%;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  z-index: 100;
  box-shadow: 2px 2px 2px #c0bdbd;
}

.icon .fab {
  padding-top: 20%;
  padding-left: 5%;
}

.icon:hover {
  background-color: #fff;
  color: #029e3b;
  font-weight: 900;
  box-sizing: 2px 2px 20px #5fe690;
}

@media screen and (max-width: 750px) {
  .titulo__espaco {
    display: block;
  }

  .cabecalho {
    flex-direction: column;
  }

  .cabecalho-logo {
    margin: 0;
    width: 45%;
    text-align: center;
    margin-top: 1.5%;
  }

  .cabecalho__imagem {
    width: 40%;
    text-align: center;
    margin-left: 30%;
  }

  .cabecalho-lista {
    width: 80%;
    box-sizing: border-box;
    margin: 0;
  }

  .cabecalho-lista a {
    font-size: 1rem;
  }

  .cabecalho__lista {
    width: 80%;
    text-align: center;
    justify-content: center;
    margin: auto;
  }

  .cabecalho__item-produtos {
    height: 3.5rem;
  }

  .lista-produtos {
    width: 36%;
    right: 41.5%;
  }
  .lista-produtos__item {
    color: white;
  }

  .lista-menu-elfbar {
    font-size: 1.2rem;
  }

  .lista-menu-lost {
    font-size: 0.675rem;
  }

  .svg-carrinho {
    width: 20px;
    height: 20px;
  }

  .carrinho__quantidade {
    top: -50%;
    right: 62.5%;
    font-size: 10px;
    width: 14px;
    height: 14px;
  }

  .rodape__logo {
    padding: 1.8% 0;
    width: 13%;
  }

  .rodape__texto:nth-child(3) {
    margin-bottom: 3.5%;
  }

  .rodape__disclaimer-texto {
    font-size: 0.7rem;
  }

  .rodape__disclaimer-imagem {
    height: 3vh;
  }

  .rodape__texto {
    font-size: 0.75rem;
  }

  .contato__email-texto {
    font-size: 0.65rem;
  }

  .contato__email-texto::before {
    left: -12%;
  }

  .contato__email-imagem {
    width: 3.5%;
  }

  .contato__whats-imagem,
  .contato__insta-imagem {
    width: 3.5%;
  }

  .contato__email-texto {
    margin-bottom: 2%;
  }

  /* pagina */

  .banner-titulo {
    background-image: url("../assets/img/Banner-mobile.jpg");
    left: 100px;
    height: 15rem;
    background-attachment: scroll;
  }

  .animacao__titulo {
    font-size: 1.3rem;
    text-align: center;
  }

  .animacao__span::before {
    font-size: 1.12rem;
    bottom: 15px;
    position: relative;
  }

  /* SLIDER ABAIXO */

  .container-slider {
    display: block;
  }

  .container-slides {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 350px;
  }

  .slider-radios {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .slider {
    opacity: 0;
    transition: opacity 0.2s;
    position: absolute;
    width: 100%;
  }

  .on {
    opacity: 1;
  }

  #prev-button,
  #next-button {
    width: 18%;
    height: 18%;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  #prev-button img,
  #next-button img {
    width: 100%;
    height: 100%;
  }

  #prev-button {
    transform: rotate(180deg);
  }

  .vantagem__itens {
    display: none;
  }

  .vantagem__item {
    width: 22.5rem;
    height: 13rem;
    border-radius: 35px;
  }

  .vantagem__item:nth-child(1) {
    margin-left: 4%;
  }

  .vantagem__item svg {
    margin-top: 12%;
  }

  .vantagem__item:nth-child(2) {
    height: 13rem;
  }

  .vantagem__item:nth-child(3) {
    height: 13rem;
  }

  .vantagem__item__baixo {
    margin-bottom: 7%;
  }

  .vantagem__item__topo {
    margin-top: 7%;
  }

  .vantagem__descricao {
    width: 80%;
    height: 4rem;
  }

  .sobre {
    padding: 8% 0;
    padding-left: 12%;
  }

  .sobre__titulo {
    font-size: 1.3rem;
  }

  .sobre__descricao {
    font-size: 1rem;
    width: 80%;
  }

  .vitrine {
    flex-direction: column;
    padding: 8% 0;
  }

  .vitrine__descricao {
    width: 100%;
  }

  .vitrine__titulo {
    font-size: 2.5rem;
    width: auto;
    text-align: center;
    margin-top: 3%;
  }

  .vitrine__botao {
    margin: 5% 0;
    width: 75%;
    font-size: 1.7rem;
    padding: 3% 5%;
    margin-left: 7.5%;
  }

  .vitrine__imagens {
    width: 100%;
    justify-content: center;
    margin-bottom: 3%;
  }

  .vitrine__2 {
    padding: 13% 0;
  }

  .vitrine__2-titulo {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2.25rem;
    padding: 2% 2%;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.9px);
    -webkit-backdrop-filter: blur(1.9px);
    border: 1px solid rgba(255, 255, 255, 0.19);
    width: 40%;
    margin: 0 auto;
    margin-bottom: 4%;
    text-transform: uppercase;
  }

  .vitrine__2-logo {
    width: 25%;
  }

  .parceiros {
    padding: 5% 0;
  }

  .parceiros__titulo {
    font-size: 1.4rem;
  }

  .parceiros__lista__item {
    width: 35%;
    margin-top: 4%;
  }

  .parceiros__lista__item:nth-child(3),
  .parceiros__lista__item:nth-child(4) {
    margin-top: 6%;
  }

  .imagens-vantagens {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px 10%;
    justify-content: center;
    padding: 30px 0;
  }

  .imagem__vantagem {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: 100px;
  }

  .imagem__vantagem p {
    text-align: center;
    font-size: 0.7rem;
  }

  .icon {
    position: fixed;
    bottom: 6%;
    right: 5%;
    font-size: 1.875rem;
    padding: 0.2%;
    width: 50px;
    height: 50px;
  }

  .icon:active {
    background-color: #fff;
    color: #029e3b;
    font-weight: 900;
    box-sizing: 2px 2px 20px #5fe690;
  }
  .lista-produtos__item,
  .cabecalho__item__link {
    letter-spacing: 0.15rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 850px) {
  .carrinho__quantidade {
    top: 62%;
    right: 26%;
    font-size: 10px;
  }

  .lista-produtos {
    width: 23%;
    right: 14%;
  }
  .lista-produtos__item {
    color: white;
  }

  .vantagem__descricao {
    width: 80%;
  }

  .vitrine__descricao {
    width: 30%;
  }

  .vantagem__item {
    height: 14rem;
    border-radius: 40px;
  }

  .lista-produtos__item,
  .cabecalho__item__link {
    letter-spacing: 0.15rem;
  }
}

@media screen and (min-width: 751px) and (max-width: 1025px) {
  .cabecalho {
    flex-direction: column;
  }

  .cabecalho__imagem {
    margin-top: 6%;
  }

  .carrinho__quantidade {
    top: -70%;
    right: 60%;
    font-size: 11px;
    width: 15px;
    height: 15px;
  }

  .banner-titulo {
    background-size: contain;
    margin: 0;
    padding: 0;
    background-position: center 150px;
  }

  .lista-produtos {
    top: 100%;
    right: 44%;
  }

  .vitrine__imagens {
    margin-left: 3%;
  }

  .vitrine__titulo {
    font-size: 3.5rem;
  }

  .vitrine__descricao {
    margin-left: 1%;
  }

  .vitrine-imagem {
    width: 50%;
  }

  .vitrine-imagem:nth-child(2) {
    margin-left: 2%;
  }

  .sobre__descricao {
    font-size: 1.2rem;
  }

  .vitrine__2-titulo {
    width: 50%;
    letter-spacing: 0.5rem;
    margin-bottom: 6%;
  }

  .icon {
    position: fixed;
    bottom: 6%;
    right: 5%;
    font-size: 2rem;
    padding: 0.2%;
    width: 60px;
    height: 60px;
  }
}
