@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,300;0,400;0,700;0,800;0,900;1,100;1,600&display=swap');

.libro-reclamaciones {
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin: 0 auto;
    max-width: 100%;
}

.libro-reclamaciones h1 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
    color:#fff;
}

.libro-reclamaciones h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.libro-reclamaciones h3 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    color:#fff;
}

.libro-reclamaciones b {
    color: #000;
}

.libro-reclamaciones a {
    text-decoration: none;
}

.libro-reclamaciones__header {
    width: 100%;
    background-color: var(--e-global-color-accent);
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.libro-reclamaciones__header a {
    color: #fff;
}

.libro-reclamaciones__header-text {
    padding: 20px 0;
}

.libro-reclamaciones__form {
    width: 80%;
    margin: 30px auto;
}

.libro-reclamaciones__form.is-hidden {
    display: none;
}

.libro-reclamaciones__form-inner {
    width: 100%;
}

.form-group {
    margin-bottom: 25px;
}


.form-control {
    width: 100%;
    margin: 7px auto;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-family: inherit;
    font-size: 16px;
}

.form-control:focus {
    background: #f5f5f5;
    outline: 0 none;
}

.form-control.has-error {
    border-color: #b00020;
    background: #fff7f7;
}

.form-error {
    display: block;
    font-size: 13px;
    color: #b00020;
    margin-top: 5px;
}

.form-error:empty {
    display: none;
}

.libro-reclamaciones__radio-group {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: 10px 0;
}

.libro-reclamaciones__radio-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

textarea.form-control {
    min-height: 120px;
}

.libro-reclamaciones__checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
    font-weight: 600;
}

.libro-reclamaciones__fecha {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}

.libro-reclamaciones__fecha .form-control {
    max-width: 240px;
    margin: 0;
    padding: 10px;
}

.libro-reclamaciones__nota {
    margin-top: 15px;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 6px;
}

.libro-reclamaciones__terminos {
    display: block;
    margin: 15px 0;
    font-weight: 600;
}

.libro-reclamaciones__success {
    width: 80%;
    margin: 30px auto;
    padding: 25px;
    border-radius: 8px;
    background: #e6f7f0;
    color: #0c6b40;
    text-align: center;
}

.libro-reclamaciones__success a {
    color: #0c6b40;
    text-decoration: underline;
}

.libro-reclamaciones__notice {
    width: 80%;
    margin: 20px auto 0;
    padding: 15px;
    border-radius: 6px;
    font-weight: 600;
}

.libro-reclamaciones__notice--success {
    background: #e6f7f0;
    color: #0c6b40;
}

.libro-reclamaciones__notice--error {
    background: #fdeeee;
    color: #b00020;
}

.libro-reclamaciones__notice--terms,
.libro-reclamaciones__notice--nonce {
    background: #fff8e6;
    color: #a77000;
}

.boton {
    margin: 35px 0;
    padding: 15px 70px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    cursor: pointer;
    text-transform: uppercase;
}

.boton:hover {
    background: #3a0e3f;
    color: #fff;
}

@media (max-width: 600px) {
    .libro-reclamaciones__form {
        width: 93%;
    }


    .libro-reclamaciones__header-text {
        padding: 10px !important;
    }

    .libro-reclamaciones__radio-group {
        gap: 15px;
    }

    .boton {
        width: 100%;
    }

    .libro-reclamaciones__success {
        width: 93%;
    }
}

.paso-1-B {
    display: none;
    padding: 20px 0;
}

.paso-1-B.is-visible {
    display: block;
}

.paso-1-B > input {
    margin: 10px 0;
    display: block;
}

.pointer {
    cursor: pointer;
}
