
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.3rem;
        color: white;
        font-weight: bold;
        text-align: center;
        background-color: #B50E0E;
        border-radius: 15px;
    }


label:hover,
    label1:hover {
         border: 3px solid #fdba55;
    }


label2 {
    margin-top:0.5rem;
    display: block;
    border: 3px solid white;
    background-color: black;
    color: white;
    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%;
}

/* cuadro no registrado */
label4 {
    display: block;
    border: 5px solid white;
    padding: 5px;
    color: white;
    background-color: black;
    font-family: 'Helvetica', sans-serif;
    border-radius: 15px;
    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: 400px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    border: 3px solid white;
    border-radius: 15px;
}



.imgusuario1{
    width: 80PX;
    height: AUTO;
}

.imgcablogo {
    width: 120px;
    height: 120px;
}

.cuerpo {
    padding-top: 7.6rem;
    background: linear-gradient(186deg,rgba(8, 8, 8, 1) 0%, rgba(72, 74, 74, 1) 50%, rgba(105, 49, 54, 1) 100%);
/*    background: linear-gradient(175deg, rgba(121, 52, 2, 1) 0%, rgba(247, 123, 3, 1) 50%, rgba(255, 217, 8, 1) 100%);    /*background-color: #f6a77a;*/
    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%;
        height: auto;
        padding: 40px 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("/imagenes/super.jpg?v26");
        background-repeat: no-repeat;
/*        background-size: 101% auto;*/
        background-size: cover;
        background-position: center;
        border-radius: 40px;
        border: 1px solid #080664;
      box-sizing: border-box;
}

.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: 7.4rem;
            /*background-color: #87a2ca;*/
            background-color: black;
        }

    .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?v26");
                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 #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: 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: 0.8rem;
        color: white;
        font-weight: bold;
        text-align: center;
        background-color: #B50E0E;
        border-radius: 15px;
        line-height: 0.8rem;
    }
        
        
    label:hover,
        label1:hover {
            border: 3px solid #fdba55;
    }
    


    label2 {
        display: block;
        border: 1px solid white;  
        background-color: black;
        color: white;
        padding: 5px;
        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 white;
        padding: 5px;
        color: white;
        background-color: black;
        font-family: 'Helvetica', sans-serif;
        border-radius: 15px;
        padding: 5px 5px;
        box-sizing: border-box;
        font-size: 0.8rem;
        line-height: 0.8rem;
        font-weight: bold;
        width: 100%;
    }

/* boton contactanos*/
.botoncontacto {
    display: inline-block;
    width: 160px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    border: 3px solid white;
    border-radius: 15px;
    line-height: 2rem; /* regula la altura del texto en el boton para centrarlo */
}



}
