@font-face {
    font-family: graphics;
    src: url(../fonts/graphics.ttf);
}

@font-face {
    font-family: hp-simplified;
    src: url(../fonts/HPSimplifiedW01-Light.ttf);
}

body {    
    background-image: url("../img/bg.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover
}

.borda{
    padding: 100px 0px 50px 50px;   
}

.alturaLogo{
    height: 100px;
}

.alturaPhone{
    padding-top: 5%;
    height: 330px;
}

#container-text{
    text-align: left; 
    padding-top: 5%;
}

p{   
    font-family: hp-simplified;
}

.text-bold{
    font-weight: 600;
}

