
/*Whatsapp*/

.caja-whats{
    width: 95%;
    display: flex;
    justify-content: flex-end;
}

.whatsapp{
    color: white;
    height: 80px;
    width: 80px;
    top: 50px;
    position: fixed;
    z-index: 100;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}   

