label{
    line-height: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
}

label1 {
        display: block;
        padding: 15px;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1rem;
        color: #fdba55;
        font-weight: bold;
        text-align: center;
        background-color: rgb(37, 1, 1);
        border: 3px solid #86a2f0;
        border-radius: 50px;
    }


label:hover:not(.ventana-auth__label),
    label1:hover {
         border: 5px solid #fdba55;
    }


label2 {
    display: block;
    border: 3px solid #2e518b;
    padding: 5px;
    color: #fdba55;
    background-color: #091444;
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    padding: 5px 5px;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    width: 50%;
    box-shadow: 0 0 2px 1px #FF1493, 0 0 2px 1px #0CFFF4;        
}


label3 {
    display: block;
    border: 1px solid #2e518b;
    padding: 5px;
    color: #120847;
    background-color: #B5C4F7;
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    padding: 5px 5px;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    width: 70%;
}

label4 {
    display: block;
    border: 2px solid #2e518b;
    padding: 5px;
    color: #fdba55;
    background-color: black;
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    padding: 5px 5px;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    width: 100%;
}


/* boton contacto*/
.botoncontacto {
    display: inline-block;
    width: 300px;
    height: 25px;
    text-align: center;
    cursor: pointer;
/*    background-color: #1ea2a2;
    border: 3px solid #226b6b;*/
    border: 3px solid #86a2f0;
    border-radius: 15px;
}

.cue-top {
    width: 100%;
    margin-bottom: 0.75rem;
}

.cue-actualizacion {
    margin: 0 0 0.75rem;
    text-align: center;
}

.cue-actualizacion label2 {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.cue-accesos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.cue-contacto {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 1 auto;
    min-width: 0;
}

.cue-contacto__btn {
    text-decoration: none;
    min-width: 0;
}

.cue-contacto__wa {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    line-height: 0;
}

.imgusuario1{
    width: 80px;
    height: auto;
    display: block;
}

.imgcablogo {
    width: 120px;
    height: 120px;
}

.cuerpo {
    padding-top: 8rem;
/*    background-color: #87a2ca;*/
    background-color: black;
    box-sizing: border-box;
}


.cue-contenedor {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    padding: 20px 20px;
    box-sizing: border-box;
}

.cue-contimg {
        width: 100%;
        min-height: 550px;
        padding: 30px 5px;
        display: block;
        background: url("/imagenes/super.jpg?v22");
        background-repeat: no-repeat;
        background-size: 1200px 550px;
        /*background-size: cover;*/
        background-position: center;
        border-radius: 40px;
        border: 1px solid #080664;

}

.cue-acciones {
    text-align: center;
    margin-top: 1.25rem;
    padding: 0.35rem 0.75rem 1.5rem;
}

.cue-acciones h2 {
    margin: 0 0 1rem;
}

.cue-acciones__botones {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}

.cue-acciones__botones .boton1 {
    display: inline-block;
}

.boton-consulta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1rem;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fdba55;
    background: linear-gradient(135deg, #091444 0%, #1a2a6c 55%, #0b1a4a 100%);
    border: 2px solid #86a2f0;
    box-shadow: 0 4px 16px rgba(9, 20, 68, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, filter 0.15s ease;
    line-height: 1.25;
    box-sizing: border-box;
}

.boton-consulta:hover {
    transform: translateY(-2px);
    border-color: #fdba55;
    box-shadow: 0 8px 22px rgba(9, 20, 68, 0.45);
    filter: brightness(1.06);
}

.boton-consulta:active {
    transform: translateY(0);
}

.boton-consulta svg {
    flex-shrink: 0;
}

.cue-contenedor1 {
        color: rgb(8, 7, 78);
        text-align: center;
}

.boton {
    border: 2px solid #2e518b;
    padding: 15px;
    background-color: #13bb54;
    color: #120847;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    font-size: 1rem;
}

.boton:hover {
    background-color: #119644;
    transition: all 0.4s linear;
}

.boton1 {
    border: 2px solid #2e518b;
    padding: 15px;
    background-color: #dba020;
    color: #120847;
    text-decoration: none;
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    font-size: 1rem;
}

.boton1:hover {
    background-color: #db7413;
    transition: all 0.4s linear;
}
@media only screen and (max-width:1220px) {
    .imgcablogo {
        width: 60px;
        height: 60px;
    }
    .cuerpo {
            padding-top: 7rem;
            /*background-color: #87a2ca;*/
            background-color: black;
        }

    .cue-contenedor {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            padding: 5px 10px 0;
            box-sizing: border-box;
            overflow-x: hidden;
        }


    .cue-contimg {
                width: 100%;
                max-width: 100%;
                margin: 0 auto;
                min-height: 70vw;
                height: auto;
                padding: 0;
                display: block;
                background: url("/imagenes/supercel.jpg?v18");
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                box-sizing: border-box;
                border-radius: 24px;
                border: 1px solid #080664;
        }

    .cue-acciones {
            margin-top: 1rem;
            padding: 0.25rem 0.5rem 1.25rem;
            box-sizing: border-box;
        }

    .cue-acciones__botones {
            flex-direction: column;
            gap: 0.65rem;
        }

    .cue-acciones__botones .boton1 {
            display: block;
            width: 100%;
            max-width: 22rem;
            margin: 0 auto;
            box-sizing: border-box;
        }

    .boton-consulta {
            width: 100%;
            max-width: 22rem;
            margin-top: 0.85rem;
            padding: 0.8rem 1rem;
            font-size: 0.92rem;
        }

    .cue-contenedor1 {
            font-size: 3rem;
            line-height: 1.4em;
            color: rgb(8, 7, 78);
            text-align: center;
            width: 80%;
        }

    .boton {
            display: block;
            border: 2px solid #2e518b;
            padding: 15px 10px;
            background-color: #13bb54;
            color: #120847;
            text-decoration: none;
            text-transform: capitalize;
            font-family: 'Helvetica', sans-serif;
            border-radius: 50px;
            font-size: 1rem;
            margin-top: 10px;
        }

    .boton:hover {
            background-color: #119644;
            transition: all 0.4s linear;
        }

    .boton1 {
        display: block;
        border: 2px solid #2e518b;
        padding: 15px 8.3px;
        background-color: #dba020;
        color: #120847;
        text-decoration: none;
        font-family: 'Helvetica', sans-serif;
        border-radius: 50px;
        font-size: 1rem;
    }

    .boton1:hover {
        background-color: #db7413;
        transition: all 0.4s linear;
    }

    .imgusuario1 {
        width: 42px;
        height: auto;
        max-width: 42px;
        display: block;
    }
    
    .imgconocerte{
        width: 50px;
            height: auto;
    }

    .cue-accesos {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 0.45rem;
        width: 100%;
        padding: 0 0.15rem;
        box-sizing: border-box;
    }

    .cue-accesos #lblusuarioreg,
    .cue-accesos .imgusuario5 {
        flex: 1 1 0;
        width: auto !important;
        max-width: none;
        min-width: 0;
        height: auto !important;
        min-height: 2.6rem;
        padding: 0.55rem 0.4rem !important;
        font-size: 0.72rem !important;
        line-height: 1.15 !important;
        box-sizing: border-box;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .cue-contacto {
        flex: 1 1 0;
        min-width: 0;
        gap: 0.3rem;
    }

    .cue-contacto__btn {
        flex: 1 1 auto;
        min-width: 0;
    }

    .cue-contacto .botoncontacto {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        max-width: none;
        height: auto !important;
        min-height: 2.6rem;
        padding: 0.55rem 0.35rem !important;
        font-size: 0.72rem !important;
        line-height: 1.15 !important;
        box-sizing: border-box;
        margin: 0;
    }

    .cue-contacto__wa {
        flex: 0 0 auto;
    }
    
    
    label {
        line-height: 0.7rem;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8rem;
        font-weight: bold;
        display: block;
    }
    

    label1 {
        display: block;
        padding: 15px;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8rem;
        color: #fdba55;
        font-weight: bold;
        text-align: center;
        background-color: rgb(37, 1, 1);
        border: 3px solid #86a2f0;
        border-radius: 50px;
        line-height: 0.8rem;
    }
        
        
    label:hover:not(.ventana-auth__label),
        label1:hover {
            border: 5px solid #fdba55;
    }
    


    label2 {
        display: block;
        border: 1px solid #2e518b;
        padding: 5px;
        color: #fdba55;
        background-color: #091444;
        font-family: 'Helvetica', sans-serif;
        border-radius: 50px;
        padding: 5px 5px;
        box-sizing: border-box;
        font-size: 0.8rem;
        line-height: 0.8rem;
        font-weight: bold;
        width: 100%;
    }
    
    label3 {
        display: block;
        border: 1px solid #2e518b;
        padding: 5px;
        color: #120847;
        background-color: #dfecb1;
        font-family: 'Helvetica', sans-serif;
        border-radius: 50px;
        padding: 5px 5px;
        box-sizing: border-box;
        font-size: 0.8rem;
        line-height: 0.8rem;
        font-weight: bold;
        width: 100%;
    }

    label4 {
        display: block;
        border: 1px solid #2e518b;
        padding: 5px;
        color: #fdba55;
        background-color: black;
        font-family: 'Helvetica', sans-serif;
        border-radius: 50px;
        padding: 5px 5px;
        box-sizing: border-box;
        font-size: 0.8rem;
        line-height: 0.8rem;
        font-weight: bold;
        width: 100%;
    }

/* boton contactanos — desktop defaults; móvil usa .cue-contacto */
.botoncontacto {
    display: inline-block;
    width: 300px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    border: 3px solid #86a2f0;
    border-radius: 15px;
}



}
