/*=============================================
=            Fonts            =
=============================================*/

@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Dancing+Script:wght@400..700&family=Jersey+20&family=Jersey+20+Charted&family=Rubik+Mono+One&family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Dancing+Script:wght@400..700&family=Jersey+20&family=Jersey+20+Charted&family=Pathway+Gothic+One&family=Rubik+Mono+One&family=Teko:wght@300..700&display=swap");

/*=====  End of Fonts  ======*/

/*=============================================
=            General            =
=============================================*/

* {
  margin: 0;
  padding: 0;
}

/*=====  End of General  ======*/

.logo {
  width: 20%;
  margin-right: 700px;
  color: white;
  padding-left: 30px;
}

nav {
  background-color: #000000d4;
}

/*=============================================
=            Section            =
=============================================*/

.sect {
  width: 100%;
  min-height: 800px;
}
#sect1 {
  background-color: #000000a0;
  color: #ffffff;
}

#sect2,
#sect3,
#sect4 {
  background-color: #000000;
  color: #ffffff;
}

#sect2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.904), rgba(0, 0, 0, 0.87)),
    url("../Imagenes/fondos2.avif");
}

video {
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  height: 1000px;
}

h1 {
  margin: 0;
  padding-top: 3rem;
  padding-left: 2rem;
  font-size: 2.5vw;
  color: aqua;

  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}

h2 {
  margin: 0;
  padding-top: 3rem;
  padding-left: 2rem;
  text-align: center;
  font-size: 3vw;

  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}

a {
  padding-left: 15px;
  text-decoration: none;
  color: aqua;
  font-size: large;
}

a:hover {
  text-decoration: underline 2px solid;
}

p {
  text-align: justify;
  padding: 0 0 0 80px;
  font-size: 1.6vw;
  color: white;

  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

span {
  font-size: 20px;
  color: aqua;

  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}

.img-thumbnail {
  width: 50%;
  height: 1%;
  animation: zoom 2s infinite;
}

.center{
  margin-top: 60px;
  position: absolute;
  left: 35%;
}

.form-container {
  width: 400px;
  background: linear-gradient(#000000, #000000) padding-box,
    linear-gradient(145deg, transparent 35%, #e81cff, #40c9ff) border-box;
  border: 2px solid transparent;
  padding: 32px 24px;
  font-size: 14px;
  font-family: inherit;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  background-size: 200% 100%;
  animation: gradient 5s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.form-container button:active {
  scale: 0.95;
}

.form-container .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color: #717171;
  font-weight: 600;
  font-size: 12px;
}

.form-container .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #414141;
}

.form-container .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  resize: none;
  color: #fff;
  height: 96px;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.form-container .form-group input::placeholder {
  opacity: 0.5;
}

.form-container .form-group input:focus {
  outline: none;
  border-color: #e81cff;
}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #e81cff;
}

.form-container .form-submit-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
  font-family: inherit;
  color: #717171;
  font-weight: 600;
  width: 40%;
  background: #313131;
  border: 1px solid #414141;
  padding: 12px 16px;
  font-size: inherit;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer;
  border-radius: 6px;
}

.form-container .form-submit-btn:hover {
  background-color: #fff;
  border-color: #fff;
}

.w{
  width: 3%;
}
.adicional{
  background-color: black;
  color: white;
}
.centar{
  text-align: center;
  color: white;
}

/*=====  End of Section  ======*/

/*=============================================
=            Footer            =
=============================================*/

footer {
  background-color: #000000;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 0px 10px 0px;
  text-align: center;
  color: white;
  margin-top: 0;
  font-size: 0.8vw;
}
/*=====  End of Footer  ======*/

/*=============================================
=            Queries            =
=============================================*/

@media only screen and (max-width: 576px) {
  .Nav {
    width: 50%;
  }

  #sect1 {
    padding: 40px 0 0 0;
  }

  h1 {
    font-size: 10vw;
  }

  h2 {
    font-size: 6vw;
  }

  p {
    font-size: 5.5vw;
    padding: 30px 0 0 12px;
  }

  .Nav {
    margin-left: 80px;
  }

  #sect2,
  #sect3,
  #sect4 {
    padding-top: 33px;
  }

  .center{
    margin-top: 60px;
    position: absolute;
    left: 0;
  }

  footer {
    font-size: 3vw;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*=====  End of Queries  ======*/
