body {
    font-family: 'HelveticaSimple';
    background-image: url("../img/background.png");
}

.header {
    background-color: #003a65;
    height: 90px;
}

.header img {
    width: 200px;
    margin: 15px 90px;
}

.header button {
    margin: 0px 0px 0px 10px;
}


.header .buttons {
    padding: 20px 90px;
}

.btn-primary {
    font-family: 'HelveticaRdBd';
    color: #fff;
    background-color: #eb7f37 !important;
    border-color: #eb7f37 !important;
}

.btn-light {
    font-family: 'HelveticaRdBd';
    color: #fff !important;
    background-color: #003a65 !important;
    border-color: #003a65 !important;
}

.chamada1 {
    font-family: 'HelveticaRdBd';
    position: relative;
    left: 85px;
    top: 156px;
    color: #fff;
    font-size: 53pt;
    line-height: 69px;
}

.chamada2 {
    position: relative;
    left: 78px;
    top: 190px;
    color: #fff;
    font-size: 20pt;
    line-height: 35px;
}

.chamada3 {
    position: relative;
    left: 78px;
    top: 218px;
    width: 750px;
}

.chamada3 input, .chamada3 input:focus {
    font-size: 24pt;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
}

.chamada3 button {
    margin-top: 35px;
    font-size: 23pt;
    width: 486px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff !important;
}

.chamada4 {
    position: relative;
    left: 78px;
    top: 500px;
    width: 750px;
    color: #9b9a8b;
    font-size: 18pt;
    line-height: 30px;
}

.chamada4 .tel {
    margin-top: 15px;
}