.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d8cfa3;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeOut 0.5s ease-out forwards;
    animation-delay: 0.5s;
}

.logo-anim {
    max-width: 80vw;
    height: auto;
    animation: bounce 1s infinite;
}


@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
@keyframes fadeOut {
    to {
        opacity: 0;
        visibility: hidden;
    }
}





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;
}


/* boton contacto*/
.botoncontacto {
    display: inline-block;
    width: 400px;
    height: 25px;
    text-align: center;
    cursor: pointer;
    border: 3px solid white;
    border-radius: 15px;
}

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;
}




.imgusuario1{
    width: 80PX;
    height: AUTO;
}

.imgcablogo {
    width: 200px;
    height: 120px;
}

.cuerpo {
    padding-top: 8rem;
    background-color: #cfc977;
    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("/app/imagenes/super.jpg?v=3");
        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 white;
    padding: 15px;
    background-color: #a80c0c;
    color: white;
    text-decoration: none;
    font-family: 'Helvetica', sans-serif;
    border-radius: 15px;
    font-size: 1rem;
}

.boton1:hover {
    background-color: #3a0b0b;
    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: 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("/app/imagenes/super.jpg?v=3");
            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 white;
        padding: 15px 8.3px;
        background-color: #a80c0c;
        color: white;
        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: 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;
            padding: 15px;
            width: 100%;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1rem;
            color: white;
            font-weight: bold;
            text-align: center;
            background-color: #B50E0E;
            border-radius: 15px;
            line-height: 0.8rem;
        }

        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%;
        }

/* boton contactanos*/
.botoncontacto {
    display: inline-block;
    width: 120px;
    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 */
}

}
