@charset "utf-8";
/* CSS Document */
.conteudo h1{
    font-size: 50px;
    font-family: 'segoe-ui-bold';
}
.footer{
    bottom: 0;
    position: fixed;
    width: 100%;
}
.footer .faleconosco{
    position: absolute;
    margin: -61px 0px 10px 10px;
    padding: 59px 20px 66px 20px;
}
.footer h1{
    font-size: 25px;
}
.footer a{
    font-size: 16px;
    line-height: 35px;
}

.footer .faleconosco .fa-envelope{
    font-size: 25px;
    margin-top: 6px;
}

.footer .faleconosco .fa-phone-square-alt{
    font-size: 27px;
    margin-top: 6px;
}