/* 
* Footer Form
* -----------------------------------------------------
*/
input:focus {
  outline: none;
}

#footer__form {
  background-color: #2d2d2d;
  padding: 40px 12px;
  width: 100%;
}

#formulario .modal-content {
  background-color: #2d2d2d;
}

#formulario {
  background-color: #2d2d2d;
  position: absolute;
  padding: 36px 30px;
  border-radius: 8px;
  bottom: 10%;
  right: 5%;
  z-index: 10;
}

#formulario-desk {
  display: none;
  background-color: #2d2d2d;
  padding: 36px 30px;
}

#formulario h5,
#formulario-desk h5 {
  color: #ffffff;
  font-family: 'NewYork-Regular';
  letter-spacing: 0.9px;
  font-size: 24px;
}

#formulario .modal-header .btn-close,
#formulario-desk .modal-header .btn-close {
  background-color: #f4dcbe;
}

#footer__form form {
  display: flex;
  flex-direction: column;
  padding: 0 10rem;
}

@media only screen and (max-width: 1540px) {
  #formulario {
    display: none;
  }

  #formulario-desk {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  #footer__form {
    padding: 18px 12px;
  }

  #footer__form form {
    padding: 8px 12px;
  }
}

#footer__form form .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#footer__form form .inputs .input-style,
#formulario form .inputs .input-style,
#formulario-desk form .inputs .input-style {
  padding: 18px 0;
  width: 400px;
}

#formulario-desk form .inputs .input-style {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  #footer__form form .inputs .input-style {
    padding: 8px 0;
  }
}

#footer__form form .inputs .input-style.sm {
  width: 23%;
}

#footer__form form .inputs .input-style.lg {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  #footer__form form .inputs .input-style.sm {
    width: 100%;
  }
}

#footer__form form .inputs .input-style input,
#formulario form .inputs .input-style input,
#formulario-desk form .inputs .input-style input,
.p-desde {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #e4e4e4;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  padding-bottom: 6px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  #footer__form form .inputs .input-style input {
    font-size: 12px;
  }
}

.p-desde {
  border: none;
}

#footer__form form .inputs .input-style input::placeholder,
#formulario form .inputs .input-style input::placeholder,
#formulario-desk form .inputs .input-style input::placeholder,
.p-desde {
  color: #e4e4e4;
}

#footer__form form .submits,
#formulario form .submits,
#formulario-desk form .submits {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 8px;
}

#footer__form form .submits .checkbox,
#formulario form .submits .checkbox,
#formulario-desk form .submits .checkbox {
  align-items: center;
  display: flex;
  padding: 6px 0;
}

#footer__form form .submits .checkbox input,
#formulario form .submits .checkbox input,
#formulario-desk form .submits .checkbox input {
  accent-color: #000000;
  cursor: pointer;
}

#footer__form form .submits .checkbox span,
#formulario form .submits .checkbox span,
#formulario-desk form .submits .checkbox span {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
}

@media only screen and (max-width: 992px) {
  #footer__form form .submits .checkbox span {
    font-size: 10px;
  }
}

#footer__form form .submits .submit input,
#formulario form .submits .submit input,
#formulario-desk .submits .submit input {
  background-color: #f4dcbe;
  border: 0;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-top: 18px;
  padding: 0.4rem 4rem;
  text-transform: uppercase;
  transition: 300ms ease;
}

@media only screen and (max-width: 992px) {
  #footer__form form .submits .submit {
    padding-top: 24px;
    width: 100%;
  }

  #footer__form form .submits .submit input {
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 14px 0;
    width: 100%;
  }
}

#footer__form form .submits .submit input:hover,
#formulario form .submits .submit input:hover,
#formulario-desk form .submits .submit input:hover {
  background-color: #ceb9a1;
}
