* {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
}

h1 {
  text-align: center;

}

.logo {
  display: flex;
  justify-content: center;
}

img {
  width: 20%;
  margin-top: -100px;
}

.file-input {
  margin-top: 80px;
  text-align: center;
}

form {
  display: flex;
  justify-content: center;
  margin-top:0px;
}



input[type=number] {
  width: 30%;
  padding: 12px 20px;
  margin: 5px 0;
  box-sizing: border-box;
}

select {
  width: 30%;
  padding: 12px 20px;
  margin: 5px 0;
  box-sizing: border-box;
}

label {
  display: inline-block;
  clear: left;
  width: 250px;
  text-align: left;
  margin-bottom: 5px;
}

.container {
  padding: 2px 16px;
}

.text {
  line-height: 1;
  margin: var(--gradient-title-margin) 0 0 0;
  text-transform: none;
  letter-spacing: 2px;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
}

.text-above {
  color: var(--font-color);
  position: relative;
}

.text-under {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.text-under-blended {
  color: #3a3a3a;
  mix-blend-mode: color-burn;
}

.text-under-overlay {
  opacity: 0.2;
  color: #3a3a3a;
}

.section-title-1 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
  width: 100%;
  align-items: baseline;
  position: absolute;
  top: 15%;
  height: 25%;
}

.top_page {
  position: absolute;
  top: 35%;
}
.section-title-1 h1{
  font-size: 55px;
  margin-bottom: 140px;
}

#gradient-canvas {
  clip-path: polygon(0 0, 100% 0, 100% 10%, 0 100%);
  height: 200px
}

/* CSS */
.button-85 {
  padding: 1em 3em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}


.button-85:before {
  content: "";
  background: linear-gradient(45deg,
      #b365d6,
      #b3cdf4,
      #ee343f,
      #fac15a);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.button-85:hover {
  transform: scale(110%);
  -webkit-transition: transform 1s ease-in-out;
}

.button-85:active {
  background: transparent;
}

.text_sms {
  display: flex;
}

select:focus, 
textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
  border-color: #b365d6;
  box-shadow: 0 1px 1px #fac15a inset, 0 0 8px #fac15a;
  outline: 0 none;
}

@media only screen and (max-width: 726px) {
  form {
    margin-left: 10px;
    margin-top: 5px;
  }

  #gradient-canvas {
    width: 44vw;
  }

  .list_input {
    width: 50%;
  }

}

@media only screen and (max-width: 1000px) {

  .list_input {
    width: 50% !important;
  }

}

@media only screen and (max-width: 400px) {

  .text text-under text-under-blended section-title-1 {
    margin-bottom: 390px !important;
  }

}
.navMenu {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.navMenu a {
  color: black;
  text-decoration: none;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  width: 80px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navMenu a:hover {
  color: #b365d6;
}

.navMenu .dot {
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navMenu a:nth-child(1):hover ~ .dot {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(2):hover ~ .dot {
  -webkit-transform: translateX(110px);
  transform: translateX(110px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(3):hover ~ .dot {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.navMenu a:nth-child(4):hover ~ .dot {
  -webkit-transform: translateX(285px);
  transform: translateX(285px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}



.formbg {
  margin: 0px auto;
  width: 100%;
  max-width: 600px;
  background: white;
  border-radius: 4px;
  /*box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px; */ 
}
span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #1a1f36;
}
label {
  margin-bottom: 10px;
}
.reset-pass a,label {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.reset-pass > a {
  text-align: right;
  margin-bottom: 10px;
}
.grid--50-50 {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.field input {
  font-size: 16px;
  line-height: 28px;
  padding: 8px 16px;
  width: 100%;
  min-height: 44px;
  border: unset;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

textarea{
  font-size: 16px ;
  line-height: 28px;
  padding: 8px 16px;
  width: 100%;
  min-height: 44px;
  border: unset;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.nmbre {
  display: flex;
  font-size: 12px;
}
.nmbre_message {
  display: flex;
  font-size: 12px;

}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: solid, black;
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
  color: black;
  cursor: pointer;
  transition: background .2s ease-in-out;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
}

input[type=file]::file-selector-button:hover {
  background: white;
}

select {
  font-size: 16px ;
  line-height: 28px;
  padding: 8px 16px;
  width: 100%;
  min-height: 44px;
  border: unset;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
              rgba(0, 0, 0, 0) 0px 0px 0px 0px;

}