.header {
    width: 100%;
    background: #fff;
    padding: 3em 0 0 0;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

/* Contenedor del selector */
.lang-selector-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px; /* que no quede pegado a la imagen */
    padding-right: 10px;
}

.lang-selector {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.footer-img {
    display: block;
    width: 150px;
}

.header-img {
    display: block;
}

.header-left-img {
    width: 150px;
}

.header-center-img {
    width: 300px;
}

.header-right-img {
    width: 225px;
}
/* HERO SECTION */
.section {
    text-align: center;
    margin-top: 5px;
}

.title {
    font-size: 1.5rem;
    margin-bottom: 2em;
    font-weight: bold;
}

.subtitle {
    font-size: 1.3rem;
    color: #000000;
    margin-bottom: 2em;
}

.footer-title {
    font-size: 0.6rem;
    margin-top: 2em;
    font-weight: bold;
    text-align: left;
}

.footer-subtitle {
    font-size: 0.6rem;
    margin-bottom: 2em;
    text-align: left;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.form input:not([type='checkbox']) {
    background-color: #f3f3ef;
    border: none;
    border-radius: 15px;
    padding: 20px 15px;
    width: 100%;
    font-size: 1rem;
    color: #6f6f6e;
    transition: background-color 0.3s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}
.form-field {
    position: relative;
    width: 100%;
}

.form-field input[type="date"] {
    /*background-color: #f3f3ef;*/
    /*border: none;*/
    /*border-radius: 6px;*/
    /*padding: 14px 16px;*/
    /*width: 100%;*/
    /*font-size: 1rem;*/
    /*color: #333;*/
    /*transition: background-color 0.3s ease, box-shadow 0.2s ease;*/
}

.form-field input[type="date"]:focus {
    outline: none;
    /*background-color: #e6ccff;*/
    /*box-shadow: 0 0 0 2px #b366ff;*/
}

/* Label flotante */
.form-field label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    pointer-events: none;
    transition: all 0.2s ease;
    font-size: 1rem;
}

/* Cuando el input tiene valor o está enfocado */
.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label {
    top: -8px;
    left: 12px;
    font-size: 0.85rem;
    background-color: #f3f3ef;
    padding: 0 4px;
    color: #6a0dad;
}
.form-field input[type="date"]::-webkit-inner-spin-button,
.form-field input[type="date"]::-webkit-calendar-picker-indicator {
    /*display: none; !* Chrome, Safari *!*/
    -webkit-appearance: none;
    margin: 0;
}

.form-field input[type="date"]::-moz-calendar-picker-indicator {
    /*display: none; !* Firefox *!*/
}
.form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.form button:hover {
    background: #005f8a;
}
.form button.btn-arrow {
    background-color: #d8c2fd;
    color: #000000;
    border: none;
    padding: 15px 50px;
    border-radius: 15px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /*transition: background-color 0.3s ease, transform 0.2s ease;*/
}

.form button.btn-arrow:hover {
    background-color: #c9b4ec;
    transform: translateY(-2px);
}

.form button.btn-arrow svg {
    transition: transform 0.2s ease;
}

.form button.btn-arrow:hover svg {
    transform: translateX(4px);
}
.form-consent {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 0.95rem;
    color: #444;
}

.form-consent input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #0073aa;
}
.form-consent label {
    font-size: 0.7em;
}

.form-grid-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    width: 100%;
    max-width: 550px;
}
/* FOOTER */
.footer {
    /*background: #222;*/
    color: #000000;
    text-align: center;
    /*padding: 20px 0;*/
    /*position: relative;*/
    /*margin-top: 50px;*/
}
/* Form */
.site-header {
    /*display: none !important;*/
    border: 0
}
.site-branding {
    display: none !important;
}
.search-field {
    display: none !important;
}
.entry-header {
    display: none !important;
}
body {
    --form-input-width: 220px;
    background-color: white;
    color: black;
}
.site-footer {
    background-color: white;
    color: black;
}

.site-content {
    padding-top: 1em;
    padding-bottom: 5em;
}
.storefront-handheld-footer-bar {
    display: none;
}
.home h1.entry-title { display: none }

.home-actions {
    margin-top: 20px;
    display: block;
    gap: 15px;
}

.btn {
    padding: 12px 24px;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

.btn-register {
    background-color: #6a0dad !important;
    color: #fff !important;
}

.btn-login {
    background-color: #fff !important;
    color: #6a0dad !important;
    border: 2px solid #6a0dad !important;
}
#moda_re_download_passbook {
    background-color: #6a0dad !important;
    color: #fff !important;
}
