.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* FORMULÁRIO CADASTRO PARCEIRO B2B */

.user-registration,
.ur-frontend-form {
  background: #ffffff;
  border: 1px solid rgba(17, 28, 21, .08);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
  max-width: 860px;
  margin: 32px auto;
}

.user-registration label,
.ur-frontend-form label {
  color: #111C15;
  font-size: 13px;
  font-weight: 700;
}

.user-registration input,
.user-registration select,
.user-registration textarea,
.ur-frontend-form input,
.ur-frontend-form select,
.ur-frontend-form textarea {
  border: 1px solid rgba(17, 28, 21, .12) !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  background: #fff !important;
  color: #111C15 !important;
}

.user-registration input:focus,
.user-registration select:focus,
.user-registration textarea:focus,
.ur-frontend-form input:focus,
.ur-frontend-form select:focus,
.ur-frontend-form textarea:focus {
  border-color: #C9972B !important;
  box-shadow: 0 0 0 3px rgba(201,151,43,.16) !important;
  outline: none !important;
}

.user-registration button,
.user-registration input[type="submit"],
.ur-frontend-form button,
.ur-frontend-form input[type="submit"] {
  background: #C9972B !important;
  color: #111C15 !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 13px 20px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.user-registration button:hover,
.user-registration input[type="submit"]:hover,
.ur-frontend-form button:hover,
.ur-frontend-form input[type="submit"]:hover {
  background: #E0B547 !important;
  color: #111C15 !important;
}

/* Mensagens */
.user-registration-message,
.ur-message,
.ur-error {
  border-radius: 12px !important;
  padding: 14px 16px !important;
  font-size: 13px !important;
}

/* Mobile */
@media(max-width: 640px) {
  .user-registration,
  .ur-frontend-form {
    padding: 22px;
    border-radius: 18px;
    margin: 24px auto;
  }

  .user-registration input,
  .user-registration select,
  .user-registration textarea,
  .ur-frontend-form input,
  .ur-frontend-form select,
  .ur-frontend-form textarea {
    font-size: 16px !important;
  }
}/* End custom CSS */