form label.error,
#captcha-error,
#avisos-error {
  color: #d6374a !important;
  font-weight: bold;
}

body,
html {
  /* background-color: #000; */
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
.scroll-downs {
  position: absolute;
  top: 2rem;
  right: 5rem;
  margin: auto;
  width: 34px;
  z-index: -2;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.btn-cambio-formulario {
  border-radius: 10px;
}

.intl-tel-input {
  width: 100% !important;
}

.intl-tel-input input,
.intl-tel-input input[type='text'],
.intl-tel-input input[type='tel'] {
  margin-bottom: 5px !important;
}

@media only screen and (min-width: 0px) and (max-width: 375px) {
  #field5 {
    width: 70% !important;
  }
}
@media only screen and (min-width: 376px) and (max-width: 768px) {
  #field5 {
    width: 80% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  #field5 {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  #field5 {
    width: 85% !important;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 5440px) {
  #field5 {
    width: 93% !important;
  }
}
