@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-decoration: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: #fff;
  background: #131828;
}

.interface {
  max-width: 90rem;
  margin: 0 auto;
}

.flex {
  display: flex;
}

/* Menu Desktop */

header {
  padding: 1.875rem 4%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(11, 27, 37, 0.5); /* Fundo semi-transparente */
  backdrop-filter: blur(10px); /* Efeito de desfoque */
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #d5f412;
  z-index: 99999;
}

header .interface {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo a {
  color: inherit;
  text-decoration: none;
}

header nav.menu-desktop li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
}

header nav.menu-desktop li a:hover {
  color: #d5f412;
  transform: scale(1.15);
  transition: 0.5s all;
}

header nav ul {
  list-style-type: none;
}

header nav.menu-desktop ul li {
  display: inline-block;
  padding: 0 3rem;
}

.menu-desktop i {
  font-size: 1.5rem;
}

.btn-entre-contato-menu button {
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 800;
  background-color: #d5f412;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  color: #131828;
  position: relative;
  overflow: hidden;
  animation: pulse 2s infinite;
}

button:hover,
form .btn-enviar input:hover {
  box-shadow: 0px 0px 8px #d5f412;
  transform: scale(1.05);
  transition: 0.3s all;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Menu Mobile */

.btn-abrir-menu i {
  color: #d5f412;
  font-size: 40px;
  display: none;
}

.menu-mobile {
  background: radial-gradient(circle, rgb(30, 39, 63) 0%, rgb(19, 24, 40) 100%);
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 0%;
  overflow: hidden;
  transition: 0.5s;
}

.menu-mobile.abrir-menu {
  width: 70%;
}

.menu-mobile.abrir-menu ~ .overlay-menu {
  display: block;
}

.menu-mobile .btn-fechar {
  padding: 20px 5%;
}

.menu-mobile .btn-fechar i {
  color: #d5f412;
  font-size: 35px;
}

.menu-mobile nav ul {
  text-align: right;
}

.menu-mobile nav ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 8%;
  display: block;
  text-decoration: none;
}

.menu-mobile nav ul li a:hover {
  background-color: #a5bb15;
}

.overlay-menu {
  background-color: #000000df;
  width: 100%;
  height: 1275%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 88888;
  display: none;
}

/* Topo do site */

.topo-do-site {
  padding-top: 10rem;
  height: 100vh;
  background: url(img/fundohomeFinal.png);
  background-position: center center;
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
}

.txt-topo-site h1 {
  width: 35rem;
  font-size: 3rem;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

.txt-topo-site span {
  background: linear-gradient(to bottom, #d5f412, #a5bb15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.txt-topo-site p {
  width: 43rem;
  font-size: 1.8rem;
}

/* Compromisso */

.compromisso {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: radial-gradient(circle, rgb(24, 31, 51) 0%, rgb(19, 24, 40) 100%);
}

.txt-compromisso {
  margin-top: 2rem;
  margin-left: 5rem;
}

.txt-compromisso h2 {
  width: 45rem;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.txt-compromisso span {
  background: linear-gradient(to bottom, #d5f412, #a5bb15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.txt-compromisso p {
  width: 55rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.compromisso img {
  width: 31.25rem;
  height: 42.5rem;
  margin-top: 2.5rem;
  margin-left: -3rem;
  box-shadow: 0 4px 10px #d6f412af;
}

/* Galeria - Atuacao */

.atuacao {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: radial-gradient(circle, rgb(46, 59, 95) 0%, rgb(19, 24, 40) 100%);
}

.atuacao h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.atuacao span {
  background: linear-gradient(to bottom, #d5f412, #a5bb15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.slider {
  margin: 0 auto;
  width: 81rem;
  height: 42rem;
  overflow: hidden;
  border-radius: 1.9rem;
  border: 2px solid #d5f412;
  position: relative;
}

.slides {
  height: 100%;
  width: 600%;
  display: flex;
  flex-direction: row;
}

.slides input {
  display: none;
}

.slide {
  width: 16.666%; /* 100% / 6 */
  position: relative;
  transition: 2s;
}

.slide img {
  width: 81rem;
  height: 42rem;
}

.manual-navigation {
  position: absolute;
  width: 100%;
  bottom: 1.25rem;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 2px solid #fff;
  padding: 0.5rem;
  border-radius: 0.625rem;
  cursor: pointer;
}

.manual-btn:not(:last-child) {
  margin-right: 1.25rem;
}

.manual-btn:hover {
  background-color: #fff;
  transition: 0.3s;
}

/* Troca de fotos ao apertar botões */

#radio1:checked ~ .first {
  margin-left: 0;
}

#radio2:checked ~ .first {
  margin-left: -16.666%;
}

#radio3:checked ~ .first {
  margin-left: -33.333%;
}

#radio4:checked ~ .first {
  margin-left: -50%;
}

#radio5:checked ~ .first {
  margin-left: -66.666%;
}

#radio6:checked ~ .first {
  margin-left: -83.333%;
}

.navigation-auto {
  position: absolute;
  width: 100%;
  bottom: 1.25rem;
  display: flex;
  justify-content: center;
}

.navigation-auto div {
  border: 2px solid #20a6ff;
  padding: 0.5rem;
  border-radius: 0.625rem;
  cursor: pointer;
  transition: 0.3s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 20px;
}

#radio1:checked ~ .navigation-auto .auto-btn1,
#radio2:checked ~ .navigation-auto .auto-btn2,
#radio3:checked ~ .navigation-auto .auto-btn3,
#radio4:checked ~ .navigation-auto .auto-btn4,
#radio5:checked ~ .navigation-auto .auto-btn5,
#radio6:checked ~ .navigation-auto .auto-btn6 {
  background-color: #fff;
}

/* Formulario */

section.formulario {
  padding: 7rem 4%;
  padding-bottom: 5rem;
  background: radial-gradient(circle, rgb(30, 39, 63) 0%, rgb(19, 24, 40) 100%);
}

.formulario h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.formulario span {
  background: linear-gradient(to bottom, #d5f412, #a5bb15);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

form {
  max-width: 33rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 4rem;
}

form input,
form textarea {
  width: 100%;
  background-color: #242424;
  border: 0;
  outline: 0;
  padding: 2rem 1.5rem;
  border-radius: 15px;
  color: #fff;
  font-size: 1.3rem;
}

form textarea {
  resize: none;
  max-height: 20rem;
}

form .btn-enviar {
  margin-top: 2rem;
  text-align: center;
}

form .btn-enviar input {
  width: 11rem;
  background-color: #d5f412;
  color: #000;
  font-weight: 800;
  cursor: pointer;
  color: #131828;
  animation: pulse 2s infinite;
}

/* Footer*/

footer p {
  color: #fff;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: small;
}

footer {
  background-color: #131828;
}

footer a {
  color: #d5f412;
  text-decoration: none;
}

/* Responsividade */

/* Notebook */

@media screen and (min-width: 836px) and (max-width: 1920px) {
  .compromisso img {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  header h1 {
    margin-left: 2rem;
  }

  header nav.menu-desktop ul li {
    padding: 0 2rem;
  }

  .btn-entre-contato-menu button {
    margin-left: -5rem;
  }

  .txt-topo-site {
    margin-left: 6rem;
  }

  .txt-topo-site h1 {
    margin-top: 0rem;
  }

  .txt-topo-site p {
    font-size: 1.5rem;
    width: 35rem;
  }

  .compromisso img {
    margin-left: 6rem;
    width: 30rem;
  }

  .txt-compromisso p {
    width: 45rem;
  }

  .slider {
    width: 78rem;
  }
}

@media screen and (min-width: 836px) and (max-width: 1280px) {
  header h1 {
    margin-left: 3rem;
  }

  header nav.menu-desktop ul li {
    padding: 0 1.7rem;
  }

  .btn-entre-contato-menu button {
    margin-left: -1rem;
  }

  .compromisso img {
    margin-left: 6rem;
  }

  .txt-compromisso h2 {
    width: 35rem;
  }

  .txt-compromisso p {
    font-size: 1.3rem;
    width: 35rem;
  }

  .slider {
    width: 69rem;
  }
}

/* Tablet */

@media screen and (max-width: 834px) {
  .btn-abrir-menu i {
    margin-left: -1rem;
    display: block;
  }

  .menu-desktop,
  .btn-contato,
  .btn-entre-contato-menu {
    display: none;
  }

  .topo-do-site {
    padding-top: 10rem;
    background: url(img/fundoiphone.png);
    background-position: center center;
    background-size: contain;
    background-size: cover;
    background-position-y: 20px;
    background-repeat: no-repeat;
  }

  .txt-topo-site h1 {
    text-align: center;
    margin: 0 auto;
    font-size: 3.5rem;
    width: 40rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .txt-topo-site p {
    margin: 0 auto;
    font-size: 2rem;
  }

  .compromisso .flex {
    flex-direction: column-reverse;
  }

  .txt-compromisso {
    margin: 0 auto;
  }

  .compromisso h2 {
    margin: 0 auto;
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }

  .compromisso p {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    width: 45rem;

    font-size: 1.7rem;
  }

  .compromisso img {
    margin: 0 auto;
    margin-top: 3rem;
    width: 30rem;
  }

  .slider {
    width: 45rem;
    height: 28rem;
  }

  .slide img {
    width: 45rem;
    height: 28rem;
  }

  form {
    max-width: 27rem;
  }
}

@media screen and (max-width: 768px) {
  .txt-topo-site h1 {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .txt-topo-site p {
    width: 40rem;
  }

  .compromisso h2 {
    width: 39rem;
    margin: 0 auto;
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .compromisso p {
    width: 40rem;
  }

  .slider {
    width: 40rem;
    height: 25rem;
  }

  .slide img {
    width: 40rem;
    height: 25rem;
  }
}

/* Celular */
@media screen and (max-width: 430px) {
  .txt-topo-site h1 {
    margin-top: -1rem;
    margin-bottom: 1rem;
    width: 23rem;
    font-size: 2rem;
  }

  .txt-topo-site p {
    width: 20rem;
    font-size: 1.3rem;
  }

  .compromisso h2 {
    width: 21rem;
    font-size: 1.5rem;
  }

  .compromisso p {
    width: 22rem;
    font-size: 1.1rem;
  }

  .compromisso img {
    width: 20rem;
    height: 30rem;
  }

  .atuacao h2 {
    font-size: 2rem;
  }

  .slider {
    width: 24rem;
    height: 17rem;
  }

  .slide img {
    width: 24rem;
    height: 17rem;
  }

  .manual-btn {
    padding: 0.4rem;
  }

  .navigation-auto div {
    padding: 0.4rem;
  }

  .formulario h2 {
    font-size: 2rem;
  }

  form {
    max-width: 20rem;
  }
}

@media screen and (max-width: 393px) {
  header {
    padding: 0.8rem 4%;
  }

  header h1 {
    font-size: 1.7rem;
  }

  .txt-topo-site h1 {
    margin-top: -2rem;
  }

  .txt-topo-site p {
    font-size: 1.2rem;
  }

  .compromisso h2 {
    width: 21rem;
    text-align: center;
  }

  .compromisso p {
    width: 20rem;
  }

  .slider {
    width: 23rem;
    height: 17rem;
  }

  .slide img {
    width: 23rem;
    height: 17rem;
  }

  .formulario h2 {
    margin-bottom: -2rem;
  }

  form .btn-enviar {
    margin-bottom: -2rem;
  }
}

@media screen and (max-width: 375px) {
  header h1 {
    font-size: 1.7rem;
  }

  .txt-topo-site h1 {
    margin-top: -2.5rem;
    font-size: 1.7rem;
  }

  .compromisso {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .atuacao {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .slider {
    width: 22rem;
    height: 16rem;
  }

  .slide img {
    width: 22rem;
    height: 16rem;
  }

  .manual-navigation {
    bottom: 0.5rem;
  }

  .navigation-auto {
    bottom: 0.5rem;
  }

  section.formulario {
    padding: 5rem 4%;
  }

  form {
    max-width: 18rem;
  }
}

@media screen and (max-width: 360px) {
  .txt-topo-site h1 {
    margin-top: -3.5rem;
  }

  .slider {
    width: 21rem;
    height: 15rem;
  }

  .slide img {
    width: 21rem;
    height: 15rem;
  }
}
