@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* =========================
   BODY COM LUZES VERMELHAS
========================= */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background: #000;
  background-color: #000;
  overflow-x: hidden;
  position: relative;
  /* EFEITO DE LUZ */
  background-image: radial-gradient(circle at top left, rgba(255, 0, 0, 0.35), transparent 25%), radial-gradient(circle at top center, rgba(180, 0, 0, 0.25), transparent 20%), radial-gradient(circle at center right, rgba(255, 0, 0, 0.18), transparent 18%), radial-gradient(circle at bottom left, rgba(120, 0, 0, 0.18), transparent 20%);
  background-attachment: fixed;
}

/* CAMADA EXTRA DE BRILHO */
body::before {
  content: "";
  position: fixed;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.12), transparent 70%);
  top: -250px;
  left: -200px;
  z-index: -1;
  pointer-events: none;
  filter: blur(30px);
}

/* SEGUNDA LUZ */
body::after {
  content: "";
  position: fixed;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.1), transparent 70%);
  top: -150px;
  right: -150px;
  z-index: -1;
  pointer-events: none;
  filter: blur(40px);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

hr {
  width: 90%;
  max-width: 1280px;
  margin: auto;
  border: none;
  height: 2px;
  background: linear-gradient(to right, transparent, #cdcfce, transparent);
  box-shadow: 0 0 8px rgba(7, 149, 168, 0.6);
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: auto;
}

h1.titulo-interna {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 36px;
  padding: 60px 0px 30px 0px;
  color: #7D796F;
}
h1.titulo-interna strong {
  font-weight: 800;
  color: #7D796F;
}

.container-mid {
  width: 95%;
  max-width: 1360px;
  margin: auto;
}

.container-full {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

.container-full2 {
  width: 100%;
  max-width: 1940px;
  margin: auto;
}

/* =========================
   HEADER
========================= */
header.rs-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  backdrop-filter: blur(10px);
  transition: 0.4s ease;
}
header.rs-header .conteudo {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 30px;
  min-height: 95px;
  border-bottom: 2px solid #ff0000;
}
header.rs-header img {
  max-width: 220px;
  transition: 0.4s;
}

/* =========================
   MENU DESKTOP
========================= */
.rs-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  list-style: none;
}
.rs-menu li {
  position: relative;
}
.rs-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  transition: 0.3s ease;
  padding: 8px 0;
  /* LINHA ANIMADA */
}
.rs-menu a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #ff0000;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  transition: 0.4s ease;
  border-radius: 20px;
}
.rs-menu a:hover {
  color: #ff0000;
}
.rs-menu a:hover::after {
  width: 100%;
}

/* =========================
   BOTÃO
========================= */
.bnt {
  display: flex;
  justify-content: flex-end;
}
.bnt li {
  list-style: none;
}

.rs-btn-menu {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ff0000, #c40000);
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: 0.4s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(255, 0, 0, 0.25);
}
.rs-btn-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: 0.7s;
}
.rs-btn-menu:hover::before {
  left: 120%;
}
.rs-btn-menu:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(255, 0, 0, 0.4);
}

/* =========================
   BOTÃO MOBILE
========================= */
.rs-mobile-btn {
  width: 45px;
  height: 45px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}
.rs-mobile-btn span, .rs-mobile-btn::before, .rs-mobile-btn::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.4s ease;
  border-radius: 50px;
}
.rs-mobile-btn::before {
  transform: translateY(-8px);
}
.rs-mobile-btn::after {
  transform: translateY(8px);
}
.rs-mobile-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}
.rs-mobile-btn.active span {
  opacity: 0;
}
.rs-mobile-btn.active::before {
  transform: rotate(45deg);
}
.rs-mobile-btn.active::after {
  transform: rotate(-45deg);
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 991px) {
  header.rs-header .conteudo {
    grid-template-columns: 1fr auto;
    min-height: 85px;
  }
  header.rs-header .bnt {
    display: none;
  }
  .rs-mobile-btn {
    display: flex;
  }
  .rs-menu {
    position: fixed;
    top: 85px;
    right: -100%;
    width: 320px;
    height: calc(100vh - 85px);
    background: #050505;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 30px;
    gap: 25px;
    transition: 0.5s ease;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.4);
  }
  .rs-menu li {
    width: 100%;
  }
  .rs-menu a {
    width: 100%;
    display: block;
    font-size: 17px;
  }
  .rs-menu.active {
    right: 0;
  }
}
/* =========================
   MOBILE PEQUENO
========================= */
@media (max-width: 500px) {
  .rs-menu {
    width: 100%;
  }
  header.rs-header img {
    max-width: 170px;
  }
}
/* =========================
   BANNER
========================= */
section.banner {
  width: 100%;
  background: radial-gradient(circle at top left, rgba(255, 0, 0, 0.35), transparent 30%), radial-gradient(circle at top center, rgba(120, 0, 0, 0.25), transparent 25%), #000;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 0;
  /* BOLINHAS */
}
section.banner::before, section.banner::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: red;
  border-radius: 50%;
  z-index: 1;
}
section.banner::before {
  top: 40px;
  left: 60px;
}
section.banner::after {
  top: 100px;
  right: 120px;
}
section.banner .conteudo {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

/* =========================
   TEXTO
========================= */
.banner .texto h1 {
  color: #fff;
  font-size: 62px;
  line-height: 80px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.banner .texto h1 span {
  color: red;
}
.banner .texto h1 {
  /* LINHAS AZUIS */
}
.banner .texto h1 strong {
  border-bottom: 4px solid #0099ff;
  display: inline-block;
  padding-bottom: 5px;
}
.banner .texto p {
  color: #fff;
  font-size: 25px;
  line-height: 38px;
  max-width: 700px;
  font-weight: 600;
  margin-bottom: 45px;
}

/* =========================
   BOTÕES
========================= */
.banner .btns {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.banner .btns a {
  min-width: 260px;
  height: 65px;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-size: 23px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}
.banner .btns {
  /* BOTÃO 1 */
}
.banner .btns a:nth-child(1) {
  background: linear-gradient(135deg, #ff0000, #b80000);
  color: #fff;
  box-shadow: 0 10px 25px rgba(255, 0, 0, 0.25);
}
.banner .btns a:nth-child(1):hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 35px rgba(255, 0, 0, 0.4);
}
.banner .btns {
  /* BOTÃO 2 */
}
.banner .btns a:nth-child(2) {
  background: #fff;
  color: red;
}
.banner .btns a:nth-child(2):hover {
  background: red;
  color: #fff;
  transform: translateY(-6px);
}
.banner .btns a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-25deg);
  transition: 0.7s;
}
.banner .btns a:hover::before {
  left: 120%;
}

/* =========================
   IMAGEM
========================= */
.banner .imagem {
  position: relative;
  display: flex;
  justify-content: center;
}
.banner .imagem img {
  max-width: 100%;
  width: 550px;
  animation: flutuar 4s ease-in-out infinite;
  position: relative;
  z-index: 2;
}
.banner .imagem {
  /* CÍRCULO */
  /* ESTRELA */
}

/* =========================
   ANIMAÇÕES
========================= */
@keyframes flutuar {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes girar {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
/* =========================
   RESPONSIVO
========================= */
@media (max-width: 1200px) {
  .banner .texto h1 {
    font-size: 65px;
    line-height: 75px;
  }
  .banner .texto p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  section.banner {
    min-height: auto;
    padding: 100px 0;
  }
  section.banner .conteudo {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .banner .texto {
    order: 2;
  }
  .banner .imagem {
    order: 1;
  }
  .banner .imagem img {
    width: 380px;
  }
  .banner .imagem::before {
    width: 350px;
    height: 350px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner .texto h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .banner .texto p {
    font-size: 20px;
    line-height: 32px;
    margin: auto auto 40px auto;
  }
  .banner .btns {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .banner .texto h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .banner .texto p {
    font-size: 17px;
    line-height: 28px;
  }
  .banner .btns a {
    width: 100%;
    min-width: 100%;
    font-size: 18px;
    height: 58px;
  }
  .banner .imagem img {
    width: 280px;
  }
}
/* =========================
   QUEM SOMOS
========================= */
section.quem-somos {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 70px 0 0;
  /* LUZES */
}
section.quem-somos::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.45), transparent 70%);
  top: -180px;
  left: -180px;
  filter: blur(60px);
  z-index: 1;
}
section.quem-somos::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(120, 0, 0, 0.25), transparent 70%);
  right: -120px;
  top: 120px;
  filter: blur(80px);
  z-index: 1;
}

/* =========================
   CONTEÚDO
========================= */
.quem-somos .conteudo {
  margin: auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

/* =========================
   FOTO
========================= */
.quem-somos .foto {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.quem-somos .foto img {
  width: 100%;
  max-width: 920px;
  display: block;
  position: relative;
  z-index: 2;
}
.quem-somos .foto {
  /* LUZ ATRÁS */
}
.quem-somos .foto::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.45), transparent 70%);
  left: 30px;
  top: 30px;
  filter: blur(50px);
  z-index: 1;
}

/* =========================
   TEXTO
========================= */
.quem-somos .texto {
  position: relative;
  z-index: 3;
}

/* LOGO */
.quem-somos .logo {
  margin-bottom: 40px;
}
.quem-somos .logo img {
  width: 340px;
  margin-bottom: 30px;
}
.quem-somos .logo h2 {
  color: #fff;
  font-size: 72px;
  line-height: 75px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
}

/* =========================
   CARDS
========================= */
.quem-somos .cards {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.quem-somos .card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 700px;
}

/* ÍCONE */
.quem-somos .card .icone img {
  width: 32px;
  margin-top: 6px;
}

/* TEXTO */
.quem-somos .card .info h3 {
  display: none;
}
.quem-somos .card .info p {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
  max-width: 650px;
}

/* =========================
   ONDAS
========================= */
.quem-somos .linha {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -420px;
}
.quem-somos .linha img {
  width: 100%;
  display: block;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 1200px) {
  .quem-somos .logo h2 {
    font-size: 58px;
    line-height: 62px;
  }
  .quem-somos .card .info p {
    font-size: 16px;
    line-height: 28px;
  }
  .quem-somos .linha {
    margin-top: -300px;
  }
}
@media (max-width: 991px) {
  section.quem-somos {
    padding-top: 60px;
  }
  .quem-somos .conteudo {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .quem-somos .logo img {
    margin: auto auto 25px auto;
  }
  .quem-somos .card {
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  .quem-somos .foto img {
    max-width: 380px;
  }
  .quem-somos .logo h2 {
    font-size: 48px;
    line-height: 52px;
  }
  .quem-somos .card .info p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .quem-somos .foto img {
    max-width: 300px;
  }
  .quem-somos .logo img {
    width: 180px;
  }
  .quem-somos .logo h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .quem-somos .card .info p {
    font-size: 16px;
    line-height: 25px;
  }
  .quem-somos .linha {
    margin-top: 20px;
  }
}
/* =========================
   SERVIÇOS
========================= */
section.servicos {
  width: 100%;
  padding: 90px 0 70px;
  background: #000;
  position: relative;
  overflow: hidden;
}

/* LUZ */
section.servicos::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.25), transparent 70%);
  top: -200px;
  right: -150px;
  filter: blur(70px);
}

/* TÍTULO */
.servicos .titulo {
  text-align: center;
  margin-bottom: 60px;
}
.servicos .titulo h2 {
  color: #fff;
  font-size: 65px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}

/* SWIPER */
.rsServicos {
  overflow: visible;
}

/* CARD */
.card-servico {
  min-height: 280px;
  border: 2px solid red;
  border-radius: 12px;
  background: #050505;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.4s ease;
  position: relative;
  overflow: hidden;
}

.card-servico:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.25);
}

/* BRILHO */
.card-servico::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 100%;
  background: rgba(255, 255, 255, 0.06);
  top: 0;
  left: -180px;
  transform: skewX(-25deg);
  transition: 0.8s;
}

.card-servico:hover::before {
  left: 140%;
}

/* ÍCONE */
.card-servico .icone {
  margin-bottom: 25px;
}
.card-servico .icone img {
  width: 100%;
}

/* TÍTULO */
.card-servico h3 {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.card-servico p {
  color: red;
  font-size: 14px;
  line-height: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

/* =========================
   MARCAS
========================= */
section.marcas {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 70px 0 0;
}

/* TÍTULO */
.titulo-marcas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 60px;
}
.titulo-marcas h2 {
  color: #fff;
  font-size: 58px;
  line-height: 62px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  text-align: right;
}
.titulo-marcas img {
  width: 420px;
}

/* LOGOS */
.logos-marcas {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: auto;
}

/* ITEM */
.logos-marcas .item {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
}
.logos-marcas .item img {
  max-width: 100%;
  width: 140px;
  opacity: 0.85;
  transition: 0.4s ease;
  filter: grayscale(100%);
}

.logos-marcas .item:hover {
  transform: translateY(-8px);
}

.logos-marcas .item:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

/* =========================
   LINHA
========================= */
.marcas .linha {
  width: 100%;
  margin-top: -100px;
}
.marcas .linha img {
  width: 100%;
  display: block;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 991px) {
  .servicos .titulo h2 {
    font-size: 48px;
  }
  .titulo-marcas {
    flex-direction: column;
  }
  .titulo-marcas h2 {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
  }
  .titulo-marcas img {
    width: 180px;
  }
  .logos-marcas {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 600px) {
  section.servicos {
    padding-top: 70px;
  }
  .servicos .titulo h2 {
    font-size: 36px;
  }
  .card-servico {
    min-height: 230px;
  }
  .card-servico .icone img {
    width: 220px;
  }
  .card-servico h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .logos-marcas {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .logos-marcas .item img {
    width: 110px;
  }
  .titulo-marcas h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .marcas .linha {
    margin-top: 0px;
  }
}
/* =========================
   CONTATO
========================= */
section.contato {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  /* =========================
     TÍTULO
  ========================= */
}
section.contato h2 {
  color: #fff;
  font-size: 75px;
  line-height: 78px;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* LUZES */
section.contato::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.35), transparent 70%);
  top: -180px;
  left: -180px;
  filter: blur(70px);
  z-index: 1;
}

section.contato::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(120, 0, 0, 0.25), transparent 70%);
  right: -180px;
  bottom: -180px;
  filter: blur(80px);
  z-index: 1;
}

/* =========================
   CONTEÚDO
========================= */
.contato .conteudo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}

/* =========================
   BOX FORM
========================= */
.contato .box-form {
  max-width: 520px;
  border: 1px solid rgba(255, 0, 0, 0.7);
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.08);
}

/* =========================
   FORM CONTACT FORM 7
========================= */
.contato .box-form p {
  margin-bottom: 22px;
}

.contato .box-form label {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* INPUTS */
.contato .box-form input,
.contato .box-form textarea,
.contato .box-form select {
  width: 100%;
  height: 58px;
  background: #000 !important;
  border: 1px solid red;
  padding: 0 18px;
  color: #fff !important;
  font-size: 15px;
  outline: none;
  transition: 0.4s ease;
}

/* TEXTAREA */
.contato .box-form textarea {
  height: 140px;
  resize: none;
  padding-top: 18px;
}

/* PLACEHOLDER */
.contato .box-form input::placeholder,
.contato .box-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

/* FOCUS */
.contato .box-form input:focus,
.contato .box-form textarea:focus,
.contato .box-form select:focus {
  border-color: #ff0000;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.25);
}

/* =========================
   SELECT
========================= */
.contato .box-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6' stroke='white' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

/* OPTIONS */
.contato .box-form select option {
  background: #000 !important;
  color: #fff !important;
}

/* BOTÃO */
.contato .box-form input[type=submit] {
  background: linear-gradient(135deg, #ff0000, #b30000);
  border: none;
  height: 58px;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s ease;
}

.contato .box-form input[type=submit]:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(255, 0, 0, 0.35);
}

/* =========================
   IMAGEM
========================= */
.contato .imagem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* LOGO */
.contato .imagem img {
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 3;
  animation: flutuar 4s ease-in-out infinite;
}

/* CÍRCULO */
.contato .imagem::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  bottom: 20px;
  transform: rotate(8deg);
  z-index: 1;
}

/* ESTRELA */
.contato .imagem::after {
  content: "✸";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  color: red;
  font-size: 70px;
  z-index: 2;
  animation: girar 6s linear infinite;
}

/* =========================
   BOLINHAS
========================= */
.contato .conteudo::before,
.contato .conteudo::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
}

.contato .conteudo::before {
  top: 80px;
  right: 80px;
}

.contato .conteudo::after {
  bottom: 50px;
  right: 240px;
}

/* =========================
   ANIMAÇÕES
========================= */
@keyframes flutuar {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes girar {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
/* =========================
   RESPONSIVO
========================= */
@media (max-width: 991px) {
  .contato .conteudo {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .contato .formulario h2 {
    font-size: 48px;
    line-height: 55px;
    margin: auto auto 40px auto;
  }
  .contato .box-form {
    margin: auto;
  }
  .contato .imagem img {
    max-width: 350px;
  }
  .contato .imagem::before {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 600px) {
  section.contato {
    padding: 80px 0;
  }
  section.contato h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .contato .formulario h2 {
    font-size: 35px;
    line-height: 42px;
  }
  .contato .box-form {
    padding: 25px;
  }
  .contato .imagem img {
    max-width: 260px;
  }
  .contato .imagem::before {
    width: 260px;
    height: 260px;
  }
}
/* =========================
   FOOTER
========================= */
footer.footer-rs {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
}

/* LUZ */
footer.footer-rs::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 0, 0, 0.28), transparent 70%);
  right: -100px;
  top: -120px;
  filter: blur(60px);
  z-index: 1;
}

/* =========================
   CONTEÚDO
========================= */
.footer-rs .conteudo {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  z-index: 2;
}

/* =========================
   LOGO
========================= */
.footer-rs .logo-footer img {
  width: 280px;
  margin-bottom: 5px;
}
.footer-rs .logo-footer p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  max-width: 320px;
  opacity: 0.9;
  margin: 0;
}

/* =========================
   LINKS
========================= */
.footer-rs .links-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-rs .links-footer h3 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
}
.footer-rs .links-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-rs .links-footer li {
  margin-bottom: 5px;
}
.footer-rs .links-footer a {
  color: red;
  text-decoration: none;
  font-size: 15px;
  line-height: 0px;
  transition: 0.4s ease;
  position: relative;
}
.footer-rs .links-footer a:hover {
  color: #fff;
  padding-left: 10px;
}

/* =========================
   REDES
========================= */
.footer-rs .redes-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

/* ÍCONES */
.footer-rs .redes {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.footer-rs .redes a {
  transition: 0.4s ease;
}
.footer-rs .redes a:hover {
  transform: translateY(-5px);
}
.footer-rs .redes img {
  width: 28px;
}

/* TELEFONE */
.footer-rs .telefone {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-rs .telefone img {
  width: 28px;
}
.footer-rs .telefone a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: 0.4s ease;
}
.footer-rs .telefone a:hover {
  color: red;
}

/* =========================
   RESPONSIVO
========================= */
@media (max-width: 991px) {
  .footer-rs .conteudo {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-rs .logo-footer p {
    margin: auto;
  }
  .footer-rs .redes-footer {
    align-items: center;
  }
  .footer-rs .logo-footer img {
    margin: auto auto 20px auto;
  }
}
@media (max-width: 600px) {
  footer.footer-rs {
    padding: 60px 0;
  }
  .footer-rs .logo-footer img {
    width: 180px;
  }
  .footer-rs .logo-footer p {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-rs .links-footer h3 {
    font-size: 26px;
  }
  .footer-rs .links-footer a {
    font-size: 18px;
    line-height: 28px;
  }
  .footer-rs .telefone a {
    font-size: 17px;
  }
  .footer-rs .redes img,
  .footer-rs .telefone img {
    width: 22px;
  }
}

/*# sourceMappingURL=main.css.map */
