*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.encabezado{
    background-color: #e84118;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 800px;
    margin: auto;
}
.titulo{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
}
.logo img{
    width: 50px;
}
.pie{
    background-color: #718093;
    height: 80px;
    width: 100%;
}
.cuerpo{
    height: calc(100vh - 160px);
    display: flex;
    justify-content: center;
}
.cuerpo img{
    height: 100%;
}

.pie{
    display: flex;

}

.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#2AA81A;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.whatsapp img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
