#wp-gs-form-call {
    font-family: "Nunito", Sans-serif;
    text-align: center;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: flex-start;
    max-width: 550px;
    justify-content: space-around;
    gap: 20px;
    background: #ffffff;
    background: linear-gradient(90deg, rgb(255 255 255 / 91%) 0%, rgba(250, 250, 250, 1) 50%, rgba(255, 251, 245, 1) 100%);
    padding: 30px;
    border-radius: 10px;
}

#wp-gs-form-call h2{
    font-size: 20px;
    font-family: "Signika", Sans-serif;
    font-weight: 500;
}

#wp-gs-form-call label {
    font-size: 13px;
    line-height: normal;
    text-align: left;
}

#wp-gs-form-call input:not([type="checkbox"]),
#wp-gs-form-call select {
    padding: 7px 7px 7px 20px;
    font-family: "Signika", Sans-serif;
    margin-right: 10px;
    width: 250px;
    border-radius: 30px;
    font-size: 14px;
    background-color: #fdfdfd;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border: none;
    text-align: left;
    appearance: none; /* elimina la flecha por defecto (opcional) */
    -webkit-appearance: none;
    -moz-appearance: none;
}


#wp-gs-form-call input[type="checkbox"] {
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: all 0.2s ease-in-out;
}

#wp-gs-form-call input[type="checkbox"]:checked {
    background-color: #E5C476; /* color del relleno al marcar */
    border-color: #E5C476;
}

#wp-gs-form-call input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
}


#wp-gs-form-call button {
    padding: 7px 30px;
    background-color: #E5C476;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    font-family: "Signika", Sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.wp-gs-profile a {
    padding: 6px 20px;
    background-color: #E5C476;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    font-family: "Signika", Sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-left: 4px;
}
.wp-gs-profile a:hover {
    color: white;
}

#wp-gs-form-call button:hover {
    background-color: #d4a73c;
}

#wp-gs-form-call button:focus {
    background-color: #ccc;
    cursor: not-allowed;
    border: none;
}

#wp-gs-results {
    margin-top: 20px;
    font-family: "Ropa Sans", Sans-serif;
}

#wp-gs-results-alerts{
    margin-top: 20px;
    font-family: "Ropa Sans", Sans-serif;
    background-color: #fefbf6;
    width: fit-content;
    margin: 20px auto;
    border-radius: 20px;

    p{
        margin: 0;
        padding: 10px;
    }
}


.observations {
    background-color: #f3f7f5;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    padding: 25px;
    border-radius: 3px;
    margin: 20px;
    width: 89.5%;
    border-left: 2px solid #85af64;
}

.observations p{
    margin: 0;
}



.wp-gs-profile {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin: 20px auto;
}
.wp-gs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Signika", Sans-serif;
}

.wp-gs-header h5 {
font-family: "Signika", Sans-serif;
margin: 0;
}
.wp-gs-status, .wp-gs-status-info {
    padding: 10px 15px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000;
    font-family: "Ropa Sans", Sans-serif;
    line-height: normal;

}

.wp-gs-status-info-first {
    padding: 10px 15px;
    border-radius: 100%;
    width: 190px;
    height: 150px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-family: "Ropa Sans", Sans-serif;

}

.wp-gs-status-info-data:hover {
    background: linear-gradient(135deg, #E5C476 0%, #dce775 100%);
    color: #333;
    box-shadow: 0 4px 20px rgba(229,196,118,0.25);
    transform: scale(1.05) rotate(-2deg);
    border: none;
    transition: all 0.3s ease;
}

.flex {
    display: flex;
}

.status-pago{
            background: #dce775;
}
.status-activo{
            background: #ce7a23;
}
.status-no-registrado{
            background: #a12b2f;
}
.wp-gs-crus {
    background: #dce775;
    padding: 10px 15px;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: normal;
    color: #000;
    font-family: "Ropa Sans", Sans-serif;
}
.wp-gs-columns {
    display: flex;
    gap: 20px;
}
.wp-gs-box {
    flex: 1;
    padding: 20px;
    border-radius: 12px;
}

.wp-gs-box strong {
    color: #000;
    width: 160px;
    background-color: #ededed;
    padding: 9px 10px;
    margin-right: 15px;
    border-left: 3px solid #84ae63;
}
.wp-gs-box h4 {
    margin-top: 0;
    background: #85af64;
    padding: 15px 10px;
    border-radius: 2px;
    color: white;
    font-weight: bold;
    width: 85%;
}
.wp-gs-box p {
    margin: 6px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    background-color: #f7f7f7;
}


@media (max-width: 768px) {

#wp-gs-form-call {
    flex-direction: column;
    gap: 20px;
}

    .wp-gs-columns {
        flex-direction: column;
    }
    .wp-gs-status-info-first {
        width: 100px;
        height: 70px;
    }
    .wp-gs-crus {
        width: 70px;
        height: 70px;
        font-size: 14px;
    }
    .wp-gs-status {
        font-size: 14px;
        padding: 8px 12px;
        width: 70px;
        height: 70px;
        margin-right: 20px;
    }

    .wp-gs-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    }

    .header-2{
        flex-direction: column;
    }
}


.hide {
    display: none;
}

.show {
    display: block;
}


/* MINI */
#wp-gs-mini-result{
    width: 500px;
    margin: auto;
    margin-top: 100px;
}

#wp-gs-mini-result p{
    margin: 0;
    text-align: center;
}

.wp-gs-mini {
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: "Signika", sans-serif;
    background: rgba(255, 255, 255, 0.897);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 8px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 15px;
    justify-content: center;
    height: 100px;
}
.wp-gs-mini-nombre {
    font-weight: 600;
    color: #333;
}
.wp-gs-mini-estatus {
    color: #28a745;
}
