.divHeaderMail{
    position: absolute;
    display: block;

    width:10%;
    height:70px;
    float: left;
    left: 0px;
    top: 0px;

    border: none;
    background: none;
    background-color: none;
    background-image: none;
    
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;

}
.divHeaderText{
    position: absolute;
    display: flex;

    width:80%;
    height:70px;
    float: center;
    left: 10%;
    top: 0px;

    border: none;
    background: none;
    background-color: none;
    background-image: none;
    
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;

}
.divHeaderWhatsapp{
    position: absolute;
    display: block;

    width:10%;
    height:70px;
    float: right;
    right: 0px;
    top: 0px;

    border: none;
    background: none;
    background-color: none;
    background-image: none;
    
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;

}




.divHeaderMail .aHeaderMail{
    border: none;
    background: none;
    background-color: none;
    background-image: none;
}
.divHeaderMail #iHeaderMail{
    border: none;
    background: none;
    background-color: none;
    background-image: none;
    font-size: 30px;
    color:#00aab4;
    transition: 1.0s;
    box-shadow: 0px 5px 0px #00aab4;
    border-radius: 5px;
}
.divHeaderMail #iHeaderMail:hover{
    color:#636466;
    transition: 1.0s;
    box-shadow: 0px -5px 0px #636466;
}





.divHeaderText .h1HeaderText{
    border: none;
    background: none;
    background-color: none;
    background-image: none;
    font-size: 30px;
    color:#00aab4;

    justify-content: space-between;
    letter-spacing: 39.0px;

    font-size: 30px;
    color: #00aab4;
    
    transition: 1.1s;
    cursor: pointer;
}
.divHeaderText .h1HeaderText:hover{
    justify-content: space-between;
    letter-spacing: 19.0px;

    transition: 1.1s;
    cursor: pointer;

    font-size: 30px;
    color: #636466;
}






.divHeaderWhatsapp .aHeaderWhatsapp{
    border: none;
    background: none;
    background-color: none;
    background-image: none;     
}
.divHeaderWhatsapp #iHeaderWhatsapp{
    border: none;
    background: none;
    background-color: none;
    background-image: none;
    font-size: 30px;
    color:#00aab4;
    transition: 1.0s;
    box-shadow: 0px 5px 0px #00aab4;
    border-radius: 5px;
}
.divHeaderWhatsapp #iHeaderWhatsapp:hover{
    color:#636466;
    transition: 1.0s;
    box-shadow: 0px -5px 0px #636466;
}

