* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #F6F6F7;
}

/* Header do Site */

header {
  display: flex;
  justify-content: space-around;
  height: 80px;
  width: 100%;
  background: #16313A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}


header.visible {
  transform: translateY(0);
}


.mobile-menu div {
  display: none;
  width: 20px;
  height: 2px;
  background: #000000;
  margin: 8px;
}

header .logo img {
  width: 80px;
  margin-top: -5%;
}

nav {
  gap: 100px;
  display: flex;
  align-items: center;

}

nav a.ct {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 40px;
  border-radius: 10px;
  background: #AD7F5B;
  color: #16313A;
  text-decoration: none;
  transition: 1s;
  border: none;
}

.container2 a.ct {
  padding: 12px;
  background: #AD7F5B;
  border-radius: 15px;
}

a.ct {
  cursor: pointer;
  text-decoration: none;
  color: #142C34;
}

.ct:hover {
  background: #8c6548;
  transform: skewX(3deg);
  color: #E1E1E1;
}

ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  font-weight: 500px;
}

header li a {
  color: #888;
  text-decoration: none;
}

header li {
  transition: transform 1s ease-in-out;
}

header li a:hover {
  color: white;
  font-weight: 400;
}

header li:hover {
  color: #16313A;
  transform: scale(1.1);
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.flex .imagem1 {
  display: flex;
  margin-left: -30%;
}

.flex a.aServiços {
  color: white;
  text-decoration: none;
}

.ct span {
  display: inline-block;
  transition: 0.2s;
}

.ct span.ativo {
  transform: skewX(-15deg);
  display: inline-block;
}

/* Seção Inicio do Site */

section#inicio {
  background: url(./assets/imgs/fundoinicio.jpg) right;
  height: 100vh;
  position: relative;
}

article#fundoPreto {
  display: flex;
  background: #142C34;
  width: 80%;
  height: 100%;
  transform: skewX(-25deg);
  position: relative;
  left: -31.5%;
}


div.article .hidden2 {
  display: flex;
  flex-direction: column;
  position: absolute;
  row-gap: 40px;
  top: 200px;
  align-items: start;
  margin-left: 80px;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}



#block {
  width: 8px;
  height: 8px;
  background: #16313A;
  margin-top: 3.5%;
}

.article h1 {
  color: #c3c3c3;
}

.article h1 span {
  color: #a67755;
}

.textoSemLimites {
  color: #c3c3c3;
  text-align: start;
  line-height: 18px;
  max-width: 400px;
}

.textoDestaque {
  color: #7B7E86;
}



div.article .ct {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 40px;
  border-radius: 10px;
  background: white;
  color: #16313A;
  background: #AD7F5B;
  text-decoration: none;
  transition: 1s;
  border: none;
}

div.article .ct:hover {
  background: #E1E1E1;
  transform: skewX(10deg);
  color: #16313A;
}






.fundoPreto {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: rgba(1, 1, 1, 0.9);
  top: 0;
  left: 0;
  opacity: 50%;
}


.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  text-align: center;
  height: 350px;
}

.container .felxLeft {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.container .felxLeft h2 {
  font-weight: 500;
  font-size: 30px;
}

.container .felxLeft p {
  font-weight: 200;
  max-width: 900px;
}

.container .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px;

}

.flexColum {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.container3 .card .flexColum {
  display: flex;
  gap: 30px;
}

.flexColum p {
  font-weight: 200;
  font-size: 15px;
}

.flexColum h3 {
  font-weight: 500;
}



.container2 {
  background: #e4e4e4;
  max-width: 100%;
  padding: 10px;
  padding-top: 5%;
  text-align: center;
  margin: 0 auto;
  height: 800px;
}


.grid2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 50px;
  justify-content: center;
  margin: 20px auto;
  max-width: 900px;
}

.grid2 :nth-child(1) {
  transition-delay: 400ms;
}

.grid2 :nth-child(2) {
  transition-delay: 500ms;
}

.grid2 :nth-child(3) {
  transition-delay: 600ms;
}

.grid2 :nth-child(4) {
  transition-delay: 700ms;
}

.grid2 :nth-child(5) {
  transition-delay: 800ms;
}

.grid2 :nth-child(6) {
  transition-delay: 900ms;
}

.box2 {
  justify-content: center;
  background: #F1F1F1;
  width: 250px;
  height: 250px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 5px;
  box-shadow: 3px 3px 5px gray;
}

.box2 img {
  width: 100px;
  margin-bottom: 10px;
}

.box2 h4 {
  font-weight: 600;
  font-size: 15px;
  margin-left: 10%;
}

.box2 p {
  font-weight: 300;
  font-size: 12px;
  max-width: 90%;
  text-align: left;
}

.box2 a {
  padding: 7px;
  border-radius: 5px;
  background: #142C34;
  color: white;
  text-decoration: none;
}

@media (max-width: 600px) {
  .grid2 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 10px;
  }

  .box2 {
    justify-content: center;
    width: 180px;
    height: 230px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }
}



.duvidas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120vh;
  background: #142C34;
  gap: 50px;
}

.duvidas h1 {
  font-size: 35px;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
}

.accordion {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.accordion-item {
  margin-bottom: 5px;
}

.accordion-item .content {
  font-size: 12px;
}

.accordion input[type="checkbox"] {
  display: none;
}

.accordion .content {
  height: 0px;
  padding: 0px;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 10px;
  color: white;
}

.accordion input[type="checkbox"]:checked+.accordion-header+.content {
  height: auto;
  padding: 15px;
}

.accordion-icon {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}

.accordion input[type="checkbox"]:checked+.accordion-header .accordion-icon {
  transform: rotate(180deg);
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: transparent;
  border: solid 2px #c3c3c3;
  cursor: pointer;
  font-weight: bold;
  text-align: left;
  border-radius: 10px;
}

.accordion-header .accordion-title {
  font-size: 14px;
  color: white;
}

.accordion-icon svg {
  color: #c3c3c3;
}



.container3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e4e4e4;
  height: 500px;
  gap: 30px;
}


/* From Uiverse.io by Sr-Ajo */
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 330px;
  background-color: #16313A;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}

.form h1 {
  color: white;
}

.message {
  display: flex;
  color: #355891;
  font-size: 14px;
}

.form label {
  position: relative;
}

.form label .input {
  width: 93%;
  padding: 10px 10px;
  outline: 0;
  border: 1px solid #355891;
  border-radius: 5px;
}

.form label .input:nth-child(0) {
  display: flex;
  margin-left: -10%;
}

.form label .input+span {
  position: absolute;
  left: 10px;
  top: 15px;
  color: #355891;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
  top: 15px;
  font-size: 0.9em;
}

.form label .input:focus+span,
.form label .input:valid+span {
  top: 30px;
  opacity: 0;
 
}

.form label .input:valid+span {
  color: green;
}

.input01 {
  width: 93%;
  padding: 10px 10px 20px 10px;
  outline: 0;
  border: 1px solid #355891;
  border-radius: 5px;
}

.form label .input01+span {
  position: absolute;
  left: 10px;
  top: 50px;
  color: #355891;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input01:placeholder-shown+span {
  top: 40px;
  font-size: 0.9em;
}

.form label .input01:focus+span,
.form label .input01:valid+span {
  top: 50px;
  font-size: 0.7em;
  font-weight: 600;
}

.form label .input01:valid+span {
  color: green;
}

.fancy {
  background-color: white;
  border: 2px solid #1f4552;
  border-radius: 5px;
  box-sizing: border-box;
  color: #355891;
  cursor: pointer;
  display: inline-block;
  font-weight: 390;
  letter-spacing: 2px;
  padding: 8px;
  outline: none;
  overflow: visible;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;

}

.fancy::before {
  content: " ";
  width: 1.7rem;
  height: 2px;
  background: #355891;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform: translateX(230%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #355891;
  transform: translateX(30%);
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #355891;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #355891;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #355891;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
  color: #355891;
  background: #142C34;
}

.fancy:hover::before {
  width: 1.5rem;
  background: #355891;
}

.fancy:hover .text {
  color: white;
  padding-left: 1.5em;
}

.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

/* From Uiverse.io by PapaUiiss404 */

.flex-max-width {
  max-width: 220px;
  gap: 50px;
}

.flex-max-width h1 {
  max-width: 100px;
  gap: 30px;
}

.card {
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 25px;
  gap: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
  background: rgba(255,255,255,0.5);
  border-radius: 10px;
  color: #142C34;
}


/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #142C34;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;
}

/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: .3s;
}

/* twitter*/
.containerTwo:hover {
  background-color: #00acee;
  transition-duration: .3s;
}

/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: .3s;
}

/* Whatsapp*/
.containerFour:hover {
  background-color: #128C7E;
  transition-duration: .3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: .3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 80px;
  background: #16313A;
  color: #E1E1E1;
}

footer a {
  text-decoration: none;
  color: #E1E1E1;
}


@media(max-width: 600px) {
  header {
    display: flex;
    justify-content: space-between;
    height: 80px;
    width: 100%;
    background: #16313A;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    transition: transform 0.3s ease-in-out;
    transform: translateY(-100%);
  }

  nav {
    display: none;
    position: absolute;
    display: flex;
    opacity: 0;
    flex-direction: column;
    top: 0;
    left: -20px;
    background-color: white;
    z-index: 1000;
    width: 0px;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-right: 3px #16313A solid;
  }

  nav.ativa {
    display: none;
    opacity: 1;
    display: flex;
    width: 110%;
    margin-top: 19%;
    background: #F6F6F7;
    height: 30vh;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F6F6F7;
    width: 100%;

  }

  .logo img {
    display: flex;
    margin-left: 20%;
  }

  nav {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
    background: #8c6548;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .mobile-menu div {
    display: flex;
    width: 20px;
    height: 2px;
    background: #F6F6F7;
    margin: 4px;
  }

  nav.ativa .ct {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 40px;
    border-radius: 10px;
    background: #a67755;
    color: #F1F1F1;
    text-decoration: none;
    transform: skewX(-15deg);
    transition: 0.4s;
    border: none;
    margin-top: -15%;
  }

  section#inicio {
    background: url(./assets/imgs/fundomobile.png) no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
  }

  article#fundoPreto {
    display: none;
  }

  #inicio div.article {
    display: flex;
    margin-left: -10%;
  }

  .fundoPreto {
    width: 100%;
    height: 900px;

  }

  .flex {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 40px;
  }

  .flex .imagem1 {
    display: flex;
    margin-left: 0%;
  }

  #inicio div.article .textoSemLimites {
    max-width: 210px;
  }

  nav.ativa a.ct {
    margin-left: 30%;
    z-index: 1000;

  }

  .container {
    height: 800px;
  }

  .container3 {
    flex-direction: column;
    height: 800px;
  }

  aside.efeitoVidro {
    display: none;
    position: absolute;
    top: 0px;
    right: 41.5%;
    background: rgba(244, 30, 30, 0.6);
    width: 10%;
    height: 100%;
    transform: skewX(-25deg);
  }


  .container2 {
    height: 1150px;
  }

  .container2 .grid2 .box2 {
    height: 270px;
    width: 200px;
    gap: 10px;
  }

  .box2 img {
    width: 90px;
    margin-bottom: 10px;
  }

  .box2 h4 {
    font-weight: 600;
    font-size: 14px;
    margin-left: 10%;
  }

  .box2 p {
    font-weight: 300;
    font-size: 11px;
    max-width: 90%;
    text-align: left;
  }

  .box2 a {
    padding: 7px;
    border-radius: 5px;
    background: #142C34;
    color: white;
    text-decoration: none;
  }

  .duvidas {
    height: 700px;
  }

  .duvidas h1 {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
  }

  footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #16313A;
    color: #E1E1E1;
    height: 110px;
    gap: 5px;
  }

  footer a {
    color: #E1E1E1;
  }
}


@media(max-width: 390px) {

  nav {
    display: none;
    position: absolute;
    display: flex;
    opacity: 0;
    flex-direction: column;
    top: 0;
    left: -20px;
    background-color: white;
    z-index: 1000;
    width: 0px;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-right: 3px #16313A solid;
  }

  nav.ativa {
    display: none;
    opacity: 1;
    display: flex;
    width: 110%;
    margin-top: 19%;
    background: #F6F6F7;
    height: 30vh;
  }

  nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F6F6F7;
    width: 100%;

  }

  .logo img {
    display: flex;
    margin-left: 20%;
  }

  nav {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
    background: #8c6548;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .mobile-menu div {
    display: flex;
    width: 20px;
    height: 2px;
    background: #F6F6F7;
    margin: 4px;
  }

  nav.ativa .ct {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 40px;
    border-radius: 10px;
    background: #a67755;
    color: #F1F1F1;
    text-decoration: none;
    transform: skewX(-15deg);
    transition: 0.4s;
    border: none;
    margin-top: -15%;
  }

  section#inicio {
    background: url(./assets/imgs/fundomobile.png) no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
  }

  article#fundoPreto {
    display: none;
  }

  #inicio div.article {
    display: flex;
    margin-left: -10%;
  }

  .fundoPreto {
    width: 100%;
    height: 900px;

  }

  #inicio div.article .textoSemLimites {
    max-width: 210px;
  }

  nav.ativa a.ct {
    margin-left: 30%;
    z-index: 1000;

  }

  .container {
    height: 800px;
  }

  aside.efeitoVidro {
    display: none;
    position: absolute;
    top: 0px;
    right: 41.5%;
    background: rgba(244, 30, 30, 0.6);
    width: 10%;
    height: 100%;
    transform: skewX(-25deg);
  }


  .container2 {
    height: 1150px;
  }


  .container2 .grid2 .box2 {
    height: 290px;
    width: 180px;
    gap: 10px;
  }

  footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #16313A;
    color: #E1E1E1;
    height: 110px;
    gap: 5px;
  }

  footer a {
    color: #E1E1E1;
  }
  
  .box2 a{
      font-size: 12px;
  }
}


.hidden {
  opacity: 0;
  filter: blur(15px);
  transform: translateX(-100%);
  transition: all 2s;
  transition-delay: 600ms;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0%);
  transition: all 1.8s;
  transition-delay: 200ms;
}

.hidden2 {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(10%);
  transition: all 1s;
  transition-delay: 600ms;
}

.show2 {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0%);
  transition: all 1.8s;
  transition-delay: 200ms;
}