* {
    padding: 0;
    margin: 0;
    font-family: "Cairo";
}

#encabezado {
    width: 1340px;
    height: 100px;
    background-color: rgba(12, 11, 29, 0.959);
}

#corporativo {
    position: absolute;
    top: 15px;
    left: 1030px;
    width: 300px;
    height: 30px;
    font-size: 80%;
    color: azure;
    letter-spacing: 1.5px;
}

.logiypag{
    position:absolute;
    top: 20px;
    left: 950px;
    width: 70px;
    height: 60px;
    border-radius: 5px;
}

#seleccion{
    position: absolute;
    top:67px;
    left: 80px;
    width: 800px;
    height: 30px;
    background-color: rgb(128, 126, 126);
    border-radius: 3px;
}

#inicio {
    position:absolute;
    top:1.5px;
    left: 0px;
    width: 120px;
    height: 25px;
    text-align: center;
    font-size: 90%;
    font-weight: 600;
    color: white;
    letter-spacing: 1.5px;
    border: rgb(85, 82, 82) 1px solid;
    border-radius: 3px;
}

#inicio:hover {
    background-color: rgb(173, 166, 166);
    font-size: 100%;
}


#plataforma {
    position:absolute;
    top:1.5px;
    left: 120px;
    width: 120px;
    height: 25px;
    text-align: center;
    font-size: 90%;
    font-weight: 600;
    color: white;
    letter-spacing: 1.5px;
    border: rgb(85, 82, 82) 1px solid;
    border-radius: 3px;
}

#plataforma:hover {
    background-color: rgb(173, 166, 166);
    font-size: 100%;
}


#contactanos {
    position:absolute;
    top:1.5px;
    left: 240px;
    width: 120px;
    height: 25px;
    text-align: center;
    font-size: 90%;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: white;
    border: rgb(85, 82, 82) 1px solid;
    border-radius: 3px;
}

#contactanos:hover {
    background-color: rgb(173, 166, 166);
    font-size: 100%;
}


#whatsapp {
    position: fixed;
    top: 530px;
    left: 1140px;
    width: 160px;
    height: 30px;
    padding-top: 0%;
    border-radius: 50px;
    text-align: center;
    background-color:rgba(12, 11, 29, 0.959);
    font-size: 95%;
    color: white;
    font-weight: 600;
}

#whatsapplogo {
    position: fixed;
    top: 520px;
    left: 1120px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}   

#whatsapplogo:hover {
    width: 55px;
    height: 55px;
}

#whatsapp:hover {
    font-size: 100%;
    width: 165px;
    height: 35px;
}



