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: 1.5rem;
        color: white;
        font-weight: bold;
        text-align: center;
    }
label:hover,
    label1:hover {
         border: 3px solid #ff1388;
    }

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

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



label2 {
    display: block;
    padding: 5px;
    border: 3px solid #1ea2a2;
    background-color:#c0eded;
    color: #80002e;
    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%;
}

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


.imgusuario1{
    width: 80PX;
    height: AUTO;
    margin-left:0px;
    
}

.imgcablogo {
    width: 250px;
    height: 70px;
}

.cuerpo {
    padding-top: 5rem;
    background: #8ee2e2;    
    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%;
        padding: 30px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("/imagenes/super.jpg?v33");
        background-repeat: no-repeat;
        background-size: 1200px 550px;
        /*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 #05423a;
    padding: 15px;
    background-color: #00ae97;
    color: white;
    text-decoration: none;
    font-family: 'Helvetica', sans-serif;
    border-radius: 5px;
    font-size: 1rem;
}

.boton1:hover {
    background-color: #05423a;
    transition: all 0.4s linear;
}
@media only screen and (max-width:1220px) {
    .imgcablogo {
        width: 140px;
        height: 60px;
    }
    .cuerpo {
            padding-top: 7.5rem;
            background: #8ee2e2;    
        }

    .cue-contenedor {
            width: 100%;
            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("/imagenes/supercel.jpg?v33");
                background-repeat: no-repeat;
/*                background-size: 344px 485px;*/
                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 #05423a;
        background-color: #00ae97;
        color: white;
        padding: 15px 8.3px;
        text-decoration: none;
        font-family: 'Helvetica', sans-serif;
        border-radius: 5px;
        font-size: 1rem;
    }

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

    .imgusuario1 {
        width: 45px;
        height: auto;

    }
    
    .imgconocerte{
        width: 50px;
            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;
        padding: 15px;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.1rem;
        color: white;
        font-weight: bold;
        text-align: center;
    }
        
    label:hover,
        label1:hover {
            border: 3px solid #ff1388;
    }

/* boton ingreso clientes*/
.botonclientes {
    display: inline-block;
    width: 120px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    background-color: #1ea2a2;
    border: 3px solid #226b6b;
    border-radius: 15px;
    line-height: 1.2rem;    
    
}


/* boton contactanos*/
.botoncontacto {
    display: inline-block;
    width: 120px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    background-color: #1ea2a2;
    border: 3px solid #226b6b;
    border-radius: 15px;
    line-height: 1.2rem;    
}




    
    label2 {
        display: block;
        padding: 5px;
        border: 3px solid #1ea2a2;
        background-color:#c0eded;
        color: #80002e;
        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%;
    }

/* usuario no registrado*/
    label4 {
        display: block;
/*  border: 2px solid #1ea2a2;*/
/*  border-radius: 50px ;*/
        border: 2px solid #178989;
        border-radius: 50px ;

        padding: 5px;
        color: #fdba55;
        background-color: black;
        font-family: 'Helvetica', sans-serif;
        padding: 5px 5px;
        box-sizing: border-box;
        font-size: 0.8rem;
        line-height: 0.8rem;
        font-weight: bold;
        width: 100%;
    }

}
