.shearching-input {
    font-size: 1.5rem;
    padding: 2rem !important;
    border-radius: 30px;
    box-shadow: 0px 0px 0px 2px #6952ef;
    margin-bottom: 20px;
}

.btn-searchin-persons {
    font-size: 1.5rem;
    padding: 30px;
}

.error_message_content {
    position: relative;
    width: 100%;
    min-height: 70px;
    text-align: center;
    background: #f49d9d;
    padding: 10px 0px;
}

.error-message-title {
    color: #871313;
}

.error-message-body {
    color: #ffffff;
}

.error-message-text {
    color: #000000;
}

.print-helper {
    position: relative;
    float: left;
    border: solid gray;
    color: green;
    margin: 130px 0px;
    width: 97%;
    padding: 100px;
    padding-top: 25px;
    padding-left: 25px;
    background: #ccc;
    margin-left: 20px;
}

/* Product information */
.product {
    display: flex;
    align-items: left;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-name {
    font-weight: 600;
    font-size: 18px;
    background: rgba(0,0,0,0.05);
    border-radius: 3px;
    padding: 10px;
}

.product-name i {
    font-size: 25px;
}

.product-total {
    font-weight: bold;
    font-size: 41px;
    font-family: sans-serif;
    font-weight: 400;
}

/* Form elements */
.error-message {
    position: absolute;
    top: -220px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: var(--color-danger);
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.form .field + .field, .form .field + .action {
    margin-top: 10px;
}

.form input, .form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}

.form input {
    border: none;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 15px 20px;
    width: 100%;
    color: var(--color-text);
    border: 1px solid var(--color-border);
}

.form input:focus {
    color: var(--color-text);
    border-color: var(--color-primary);
}

.form input::placeholder {
    color: #aaa;
}

.form button {
    display: block;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    background: var(--color-primary);
    color: #fff;
    width: 100%;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    min-width: 140px;
    height: 62px;
    border-radius: 0.25rem;
    color: #ffffff;
    font-family: "Montserrat", Arial, sans-serif;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.3333em;
    background-color: #33c154;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 1.5em;
    border-color: #33c154;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    font-weight: bold;
}

.form button:disabled {
    opacity: 0.5;
}

/* FramePay-specific styling */
.form .rebilly-framepay {
    padding: 15px 20px;
    height: 55px;
    border: 1px solid var(--color-border);
    border-radius: 0;
    box-shadow: none;
}

.form .rebilly-framepay.rebilly-framepay-focus {
    color: var(--color-text);
    border-color: var(--color-primary);
    box-shadow: none;
}

/* Thank you page */
.thank-you {
    text-align: center;
}

/* Helpers */
.hidden {
    display: none;
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
    font-size: 0.9rem !important;
    margin-bottom: 10px;
}

ul li > i {
    font-size: 25px !important;
    color: #33c154;
}

.terms-text {
    font-size: 0.7rem;
    color: gray;
    word-break: break-word;
}

.terms-text input {
    color: black !important;
}

.info-secure {
    background: rgb(165 231 180);
    padding: 10px;
}

.content-footer {
    display: none;
}

.product-content {
    min-height: 543px;
}

.form {
    position: relative;
    display: block;
    height: 259px;
    min-height: 259px;
}

#mounting-point {
    min-height: 55px;
    background: url(/images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.right {
    float: right;
}

.container-pagepay li {
    padding: 5px 0px;
    font-size: 18px;
}

.container-pagepay li > i {
    font-size: 25px;
    color: #33c154;
}

.container-pagepay li > span {
    font-size: 0.9rem;
}

.client-info {
    padding: 19px;
    background: rgba(0,0,0,0.03);
    font-size: 1.1rem;
}

.image-form-pay {
    padding: 83px 0px;
    background-image: url(/wp-public/theme_search_persons/assets/img/conect-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}

@media (max-width: 991.98px) {
    /* Estos estilos solo se aplicarán hasta el tamaño indicado */
    .logo-responsive{
        left: 63px;
    }
    .title-responsive{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .title-responsive h1{
        margin-top: 5rem !important;
    }
}

@media (min-width: ) and (max-width: TAMAÑO-EN-PÍXELES) {
    /* Solo se aplicarán entre los tamaños indicados */
    .logo-responsive:{
        left: 63px;
    }
    .title-responsive{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
    }
    .title-responsive h1{
        margin-top: 5rem !important;
    }
}

.um-register, .um-login, .um-password{
    padding: 1rem;
    background: #f3f3f3;
    border-radius: 1rem;
}

.um-password{
    margin-top: 5rem;
}


.response-message{
    text-align: center;
    display: inline-block;
    width: 65%;
    min-height: 3rem;
}



