body {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    background-color: #000000;
    font-family: "Colgate Ready";
}

.container {
    max-width: 428px;
    background-color: #FFFFFF;
}


#div-01 {
    background-color: #F5010B;
    min-height: 700px;
}

h1 {
    color: #ffffff;
    font-size: 36px;
    font-family: 'Colgate Ready';
    font-weight: bolder;
    font-style: italic;
}

h2 {
    color: #ffffff;
    font-size: 21px;
    font-family: 'Colgate Ready';
    font-weight: bolder;
    font-style: italic;
}

#img01 {
    margin-left: 80px;
    margin-top: 20px;
}

#img02 {
    margin-left: -15px;
    margin-top: -120px;
    margin-bottom: -10px;
    max-width: 100%;
}

p {
    font-family: 'Colgate Ready';
    font-size: 16px;
    color: #818181;
    margin: auto;
}


#div-footer {
    margin-top: -2px;
    min-height: 150px;
    background-image: url("../images/pg1-curva.png");
    background-repeat: no-repeat;
    background-position: center; /* Center the image */
    background-color: #F5010B;

}

#div-footer2 {
    margin-top: -20px;
    min-height: 10px;
    background-color: #ffffff;

}

#div-footer p {
    color: #000000;
    font-size: 11px;
    font-style: italic;
    margin-top: 110px;
    margin-bottom: -110px;

}
