:root {
  --fonte-titulos: Calibri;
  --darkSlateGray: #2c2e2ff8;
  --black: black;
  --SteelBlue: #408696;
  --White: #ffffff;
  --Green: #008000;
  --CadetBlue: #7fb6b2;
  --DarkCyan: #2f7e88;
  --WhiteSmoke: #f8f8f8;
  --DarkSlateGray-2: #2f3d4c;
  --Gray: #808080;
  --DarkSlateGrey-3: #0e474f;
}
body {
  box-sizing: border-box;
  overflow-x: hidden;

  margin: 0;
  padding: 0;
  font-family: Calibri;
}
html {
  scroll-behavior: smooth;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
div {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
input,
textarea,
label {
  user-select: text;
  -webkit-user-select: text;
}
::-webkit-scrollbar {
  width: 10px;
  transition: 0.3s ease-in-out;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: gray;
  background-clip: content-box;
  border: 3px solid transparent;
}
::-webkit-scrollbar-thumb:hover {
  background: #2f3d4c;
  cursor: pointer;
  background-clip: content-box;
  border: 3px solid transparent;
}
.nav-bar {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #408696 0%, #6eabbb 45%, #b6aaa0 100%);
}
.menu-nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 70vw;
  height: 100%;
}
.nav-itens {
  display: flex;
  align-items: center;
  gap: 60px;
  color: var(--White);
  width: fit-content;
  min-height: 60px;
}
.nav-itens a,
label {
  text-decoration: none;
  font-size: 1.3rem;
  color: var(--White);
  cursor: pointer;
}
.opcao-menu {
  padding: 50px 0;
  position: relative;
  cursor: pointer;
}
.opcao-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--White);
  margin: 5px 0 0 0;
  transition: width 0.4s ease;
}
.nav-itens .opcao-menu:hover::after {
  width: 100%;
}
.logo {
  height: fit-content;
}
.logo img {
  width: 120px;
  height: auto;
}
.container-select {
  height: 100%;
}
.opcao-menu,
.servico-nav {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 5px;
  color: var(--White);
  will-change: transform;
}
.opcao-menu {
  position: relative;
  cursor: pointer;
}
.opcao-menu:hover,
.servico-nav:hover {
  transform: scale(0.95);
}
.opcao-menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--White);
  margin: 5px 0 0 0;
  transition: width 0.4s ease;
}
nav .opcao-menu:hover::after {
  width: 90%;
}
.container-select {
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.container-select:hover .opcao-servicos {
  opacity: 1;
  transform: translatey(40px);
}
.container-select:hover .seta {
  transform: rotate(180deg);
}
.servico-nav:hover .seta {
  transform: rotate(180deg);
}
.opcao-servicos {
  width: 250px;
  inset: 0;
  height: 250px;
  padding: 20px 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  background-color: var(--WhiteSmoke);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(120px);
  will-change: transform, opacity;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
}
.servicos-opcao {
  font-size: 1.2rem;
  text-decoration: none;
  width: fit-content;
}
.opcao-servicos li {
  transition: 0.3s ease-in-out;
  will-change: transform;
  width: 100%;
  padding: 5px 0px 5px 10px;
}
.opcao-servicos > li > a {
  color: var(--darkSlateGray);
  font-size: 1rem;
}
li:hover {
  transform: scale(0.95);
  background-color: rgba(0, 0, 0, 0.2);
}
.seta {
  transition: 0.5s ease-in-out;
  width: 15px;
}
.opcao-servicos::-webkit-scrollbar {
  width: 4px;
}
.opcao-servicos::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.opcao-servicos::-webkit-scrollbar-thumb {
  background: var(--White);
  border-radius: 10px;
}
.opcao-servicos::-webkit-scrollbar-thumb:hover {
  background: var(--darkSlateGray);
}
/*Inicio Menu responsivo*/
.menu-responsivo {
  overflow: hidden;
  display: flex;
  background: none;
  border: none;
  width: fit-content;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container-barras {
  display: flex;
  height: 30px;
  width: 30px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-responsivo {
  display: none;
}
.barras {
  width: 25px;
  height: 3px;
  transition: 0.3s;
  border-radius: 10px;
  background: var(--White);
}
#bar-2 {
  margin: 5px 0;
}
.sidenav {
  height: 100dvh;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: var(--darkSlateGray);
  backdrop-filter: blur(10px);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  cursor: none;
  text-decoration: none;
  font-size: 1.1rem;
  color: var(--WhiteSmoke);
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  font-weight: 700;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  color: var(--WhiteSmoke);
  background: none;
  border: none;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav .closebtn:hover {
  color: var(--darkSlateGray);
}
/*Inicio Seção Serviços*/
.servicos-detalhes {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background: var(--White);
}
.container {
  width: 70vw;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  min-height: 400px;
}
.banner {
  width: 100%;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -300px;
  color: var(--White);
  position: relative;
}
.banner h2 {
  font-size: 2.3rem;
  font-family: var(--fonte-titulos);
  margin: 0;
  z-index: 2;
}
.banner p {
  z-index: 2;
  font-size: 1.3rem;
}
.banner a {
  z-index: 2;
  background: rgb(64, 134, 150);
  color: var(--White);
  padding: 15px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
  will-change: transform;
  font-size: 1.3rem;
  text-decoration: none;
}
.banner a:hover {
  transform: scale(0.95);
  border: solid var(--WhiteSmoke) 1px;
  background: var(--darkSlateGray);
}
.filtro {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.6;
  background: var(--black);
  right: 0;
  position: absolute;
}
.grid-processos {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.padrao-servicos {
  height: 150px;
  text-align: center;
  padding: 0 10px;
  transition: 0.3s ease-in-out;
  background: var(--WhiteSmoke);
}
.padrao-servicos:hover {
  transform: scale(1.01);
}
/*secao sugestao*/
.sugestoes {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--White);
}
.lista-sugestoes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 70vw;
  min-height: 300px;
}
.sugestao {
  display: flex;
  padding: 10px;
  align-items: center;
  background: var(--WhiteSmoke);
  transition: 0.3s ease-in-out;
}
.sugestao:hover {
  transform: scale(1.01);
}
.sugestao h3 {
  padding-left: 20px;
  width: 60%;
}
.imagem-sugestão {
  width: 120px;
  height: 80px;
}
.imagem-sugestão img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.mensagem-sugestao {
  letter-spacing: 3px;
  font-size: 1.5rem;
  padding: 20px 0;
}
.sugestao a {
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  color: var(--White);
  transition: 0.3s ease-in-out;
  background: var(--DarkCyan);
}
.sugestao a:hover {
  transform: scale(0.95);
  background: var(--darkSlateGray);
}
/*Secao contatos*/
.contato {
  min-height: 400px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap: 18%;
  background: var(--White);
}
.icones-contato {
  width: 32px;
  height: 32px;
}
.forms_contato {
  display: flex;
  width: 30%;
  min-height: 400px;
  gap: 5px;
  flex-direction: column;
}
.forms_contato input {
  height: 2.5rem;
  padding: 0 10px;
  background: var(--WhiteSmoke);
  border: none;
}
.info-elementos {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  gap: 10px;
}
.informacoes-redes .info-elementos .icones-contato {
  transition: 0.3s ease-in-out;
  will-change: transform, opacity;
}
.informacoes-redes .info-elementos .icones-contato:hover {
  opacity: 0.9;
  transform: scale(1.03);
}
.forms_contato label {
  color: var(--Gray);
}
.info-elementos p {
  color: var(--Gray);
  margin: 20px 0;
}
#mensagem {
  padding: 10px 0 0 10px;
  background: var(--WhiteSmoke);
  border: none;
}
.label-oculto {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
#numero-telefone {
  margin: 0 0 0 0;
}
.titulos-contato {
  margin: 20px 0;
  font-size: 1.8rem;
}
#btn-enviar {
  background: var(--darkSlateGray);
  border: none;
  cursor: pointer;
  color: var(--White);
  padding: 10px;
}
#btn-enviar:hover {
  background: var(--Gray);
  color: var(--White);
  padding: 10px;
}
select {
  height: 1.5rem;
}
footer {
  text-align: center;
  padding: 20px 0;
  width: 100vw;
  background: var(--darkSlateGray);
}
.copy {
  font-weight: 500;
  color: var(--WhiteSmoke);
}
.copy a {
  color: var(--WhiteSmoke);
  font-weight: 700;
}
.descricao {
  text-align: justify;
  color: var(--Gray);
  font-size: 1.3rem;
  margin: 0;
}
.descricao p {
  margin: 0;
}
.card-2 {
  background-position: 0 -300px;
}
/*Tela de Carregamento*/
.loader {
  position: fixed;
  inset: 0;
  background: linear-gradient(
    to right,
    rgb(64, 134, 150) 0%,
    rgb(110, 171, 187) 45%,
    rgb(182, 170, 160) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition:
    opacity 0.6s ease,
    visibility 0.6s ease;
  will-change: opacity;
}
.loader img {
  width: 200px;
  height: auto;
  animation: pulse 1.6s ease-in-out infinite;
  will-change: opacity, transform;
}
.loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.erro {
  height: 400px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
}

/*celulares modo retrato*/
@media ((min-width: 0px) and (max-width:666px)) {
  .nav-itens {
    display: none;
  }
  .menu-responsivo {
    display: flex;
    margin-right: 20px;
  }
  .menu-nav {
    justify-content: space-between;
    width: 100%;
  }
  .menu-itens {
    top: 100px;
    right: 12px;
  }
  .container {
    padding: 40px 0;
    gap: 0;
    align-items: center;
  }
  .banner {
    height: 350px;
  }
  .banner h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .banner p {
    text-align: center;
    font-size: 1rem;
  }
  .banner a {
    padding: 10px;
    border-radius: 20px;
    font-size: 1rem;
    cursor: none;
  }
  .filtro {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.6;
    background: black;
    right: 0;
    position: absolute;
  }
  .grid-processos {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 40px;
    width: 100%;
  }
  .descricao {
    font-size: 1rem;
  }
  .sugestoes {
    justify-content: center;
  }
  .mensagem-sugestao {
    letter-spacing: 2px;
    font-size: 1.3rem;
    text-align: center;
  }
  .lista-sugestoes {
    grid-template-columns: 80vw;
    justify-content: center;
    gap: 20px;
    width: 100vw;
  }
  /*seção contatos*/
  .contato {
    padding: 30px 50px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .forms_contato {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .forms_contato label {
    font-size: 1rem;
  }
  .info-elementos {
    font-size: 1rem;
    gap: 10px;
  }
  .titulos-contato {
    font-size: 1.5rem;
  }
  footer {
    padding: 20px 0;
  }
  .copy {
    font-size: 0.7rem;
  }
  .erro {
    height: 200px;
  }
}
@media ((min-width: 0) and (min-height:0px) and (max-height:488px)) {
  .nav-itens {
    display: none;
  }
  .menu-responsivo {
    display: flex;
    margin-right: 20px;
  }
  .menu-nav {
    justify-content: space-between;
    width: 100%;
  }
  .menu-itens {
    top: 100px;
    right: 12px;
  }
  .container {
    padding: 40px 0;
    gap: 0;
    align-items: center;
  }
  .banner {
    height: 350px;
  }
  .banner h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .banner p {
    text-align: center;
    font-size: 1rem;
  }
  .banner a {
    padding: 10px;
    border-radius: 20px;
    cursor: none;
    font-size: 1rem;
  }
  .filtro {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .grid-processos {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 40px;
    width: 100%;
  }
  .descricao {
    font-size: 1rem;
  }
  .sugestoes {
    justify-content: center;
  }
  .mensagem-sugestao {
    letter-spacing: 2px;
    font-size: 1.3rem;
    text-align: center;
  }
  .lista-sugestoes {
    grid-template-columns: 80vw;
    justify-content: center;
    gap: 20px;
    width: 100vw;
  }
  /*seção contatos*/
  .contato {
    padding: 30px 50px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .forms_contato {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .forms_contato label {
    font-size: 1rem;
  }
  .info-elementos {
    font-size: 1rem;
    gap: 10px;
  }
  .titulos-contato {
    font-size: 1.8rem;
  }
  footer {
    padding: 20px 0;
  }
  .copy {
    font-size: 0.7rem;
  }
  .erro {
    height: 250px;
  }
}
@media ((min-width: 1025px) and (max-width:1300px)) {
  * {
    cursor: none;
  }
  .nav-itens a {
    cursor: none;
    font-size: 1.2rem;
  }
}
@media (min-width: 741px) and (max-width: 1024px) and (min-height: 1023px) {
  .nav-itens {
    display: none;
  }
  .menu-responsivo {
    display: flex;
    margin-right: 20px;
  }
  .menu-nav {
    justify-content: space-between;
    width: 100%;
  }
  .menu-itens {
    top: 100px;
    right: 12px;
  }
  .container {
    padding: 40px 0;
    gap: 0;
    align-items: center;
  }
  .banner {
    height: 350px;
  }
  .banner h2 {
    font-size: 1.5rem;
    text-align: center;
  }
  .banner p {
    text-align: center;
    font-size: 1rem;
  }
  .banner a {
    z-index: 2;
    padding: 10px;
    border-radius: 20px;
    font-size: 1rem;
    cursor: none;
    text-decoration: none;
  }
  .filtro {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.6;
    background: black;
    right: 0;
    position: absolute;
  }
  .grid-processos {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 40px;
    width: 100%;
  }
  .descricao {
    font-size: 1rem;
  }
  .sugestoes {
    justify-content: center;
  }
  .mensagem-sugestao {
    letter-spacing: 2px;
    font-size: 1.3rem;
    text-align: center;
  }
  .lista-sugestoes {
    grid-template-columns: 80vw;
    justify-content: center;
    gap: 20px;
    width: 100vw;
  }
  /*seção contatos*/
  .contato {
    padding: 30px 50px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .icones-contato {
    width: 30px;
  }
  .forms_contato {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .forms_contato label {
    font-size: 1rem;
  }
  .info-elementos {
    font-size: 1rem;
    gap: 10px;
  }
  .titulos-contato {
    font-size: 1.8rem;
  }
  footer {
    padding: 20px 0;
  }
  .copy {
    font-size: 0.7rem;
  }
  #youtube {
    width: 36px;
  }
}
@media (min-width: 2091px) {
  .servicos-detalhes .container {
    max-width: 1490px;
  }
  .mensagem-sugestao {
    max-width: 685px;
  }
  .lista-sugestoes {
    max-width: 1490px;
  }
  .forms_contato {
    max-width: 690px;
  }
  .container-contato {
    max-width: 260px;
  }
}
