label{
    line-height: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
}

label1 {
        display: block;
        border: 2px solid #2e518b;
        padding: 15px;
        color: #120847;
        text-decoration: none;
/*        text-transform: capitalize;*/
        font-family: 'Helvetica', sans-serif;
        border-radius: 50px;
        font-size: 1rem;
        width: 50%;
        font-weight: bold;
        
}

label2 {
    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: 1rem;
    line-height: 1rem;
    font-weight: bold;
    width: 30%;
}

.imgusuario1{
    width: 80PX;
    height: AUTO;
}

.imgcablogo {
    width: 200px;
    height: 120px;
}

.cuerpo {
    padding-top: 8rem;
    background-color: #cfc977;
    box-sizing: border-box;
}


.cue-contenedor {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    padding: 20px 20px;
    box-sizing: border-box;
}

.cue-contimg {
        width: 100%;
        padding: 30px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("/app/imagenes/super.jpg");
        background-size: cover;
        background-position: center;
        border-radius: 40px;
        border: 1px solid #080664;

}

.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: 100px;
        height: 60px;
    }
    .cuerpo {
            padding-top: 7rem;
            background-color: #cfc977;
        }

    .cue-contenedor {
            width: 90%;
            max-width: 100%;
            margin: 0 auto;
            padding: 5px 1px;
            box-sizing: border-box;
        }

    .cue-contimg {
            width: 100%;
            height: auto;
            padding: 30px 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: url("/app/imagenes/super.jpg");
            background-size:cover;
            background-position: center;
            box-sizing: border-box;
        }


    .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: 70px;
    height: auto;
}

.imgconocerte{
    width: 70px;
        height: auto;
}


label {
    line-height: 0.7rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
}


label1 {
    display: block;
    border: 1px solid #2e518b;
    padding: 5px;
    color: #120847;
    font-family: 'Helvetica', sans-serif;
    border-radius: 50px;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-weight: bold;
    width: 100%;
}

label2 {
    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%;
}

}
