li.menu-item a {
    color: #4D4D4D;
    text-decoration: none;
    font-weight: 500;
    font-family: sans-serif;
}
header#site-header {
    background-color: white;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.job_listings .date,
.job_listings .job-date,
.job_listings time.date,
.job_listings time.published,
.job_listings .meta-date,
time.entry-date,
time.entry-date.published {
  display: none !important;
}
h1.entry-title {
  margin-top: 45px; 
}
h2, h3, h4, h5, h6 {
  margin-top: 45px; /* Cambia el valor según lo que necesites */
}

li.wppb-form-field
{
	margin: 0 auto 15px auto !important;
	min-height: 45px !important;
}


li.wppb-form-field input
{
	height: 45px !important;
}

#wppb-form-style-3-wrapper .wppb-form-select-field select, #wppb-form-style-3-wrapper .wppb-form-select-field .select2-container .select2-selection
{
	height: 45px !important;
}

li.wppb-form-field.wppb-send-credentials-checkbox label {
    width: 100% !important;
}

#wppb-form-style-3-wrapper .wppb-msf-step-commands #wppb-msf-pagination
{
	  margin: 15px 0 !important;
    padding-top: 0px !important;
}

.wppb-user-forms input[type="button"].wppb-msf-next:focus, .wppb-user-forms input[type="button"].wppb-msf-prev:focus, .wppb-user-forms .wppb-two-factor-authentication input[type=button]:focus, .wppb-user-forms .wppb-upload input[name^=simple_upload]:focus::file-selector-button, .wppb-user-forms .wppb-avatar input[name^=simple_upload]:focus::file-selector-button, .wppb-user-forms .wppb-upload .wppb_upload_button:focus, .wppb-user-forms .wppb-avatar .wppb_upload_button:focus, .wppb-user-forms input[type="submit"]:focus
{
	  border-color: #f47c2b !important;
    box-shadow: 0 0 4px #f47c2b !important;
    background: #f47c2b !important;
}

.button.signup, input[type=button], input[type=submit]

{
	  border-color: #FF5532 !important;
    background: #FF5532 !important;
	color: #FFFFFF !important;
}

.wppb-user-forms input[type="button"].wppb-msf-next, .wppb-user-forms input[type="button"].wppb-msf-prev, .wppb-user-forms input[type="submit"]
{
	border-color: #f47c2b !important;
    box-shadow: 0 0 4px #f47c2b !important;
    background: #f47c2b !important;
}

input#wppb_user_pass {
    border-radius: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #090A0B;
    width: 100% !important;
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: none;
    outline: none;
    padding: 0 15px;
    font-family: "Poppins", sans-serif !important;
    height: 45px !important;
}

input#wppb_user_login {
    border-radius: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #090A0B;
    width: 100% !important;
    max-width: 100%;
    background: #FFFFFF;
    box-shadow: none;
    outline: none;
    padding: 0 15px;
    font-family: "Poppins", sans-serif !important;
    height: 45px !important;
}

.single-job_listing .site-main,
.single-job_listing .elementor-section-wrap,
.single-job_listing .job_listing,
.single-job_listing .content-area {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; /* para que no toque los bordes en móvil */
  box-sizing: border-box;
}

a {
  color: #FF5532;
  text-decoration: none;
}

a:hover {
  color: #FF7A5E;
}

a:visited {
  color: #FF5532;
}

/* Color base de los botones */
[type=button],
[type=submit],
button {
  color: #FF5532 !important;
  border-color: #FF5532 !important;
}

/* Hover y activo: fondo con el color principal y texto blanco */
[type=button]:hover,
[type=submit]:hover,
button:hover,
[type=button]:active,
[type=submit]:active,
button:active {
  background-color: #FF5532 !important;
  color: #fff !important;
  border-color: #FF5532 !important;
}

.form-submit input {
	color: #FFFFFF !important;
}
.wppb-msf-step-commands input {
  color: white !important;
}

/* Forzar ancho correcto SOLO a los cursos */
.single-cursos .container,
.single-cursos .site-main,
.single-cursos .content-area,
.single-cursos .entry-content {
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}



.type-cursos * {
    max-width: 100% !important;
    box-sizing: border-box !important;
}


div#pass-strength-result {
    width: 100% !important;
}

#pass-strength-result {
    background-color: #eee;
    border: 1px solid #ddd;
    display: none;
    float: left;
    margin: 0px 0px 10px 0px !important;
    padding: 0px 5px !important;
    text-align: center;
    width: 200px;
    height: 28px;
}