body {
    margin: 0;
    font-family: 'open sans', sans-serif;
    }

.container {
    height: 950px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('./img/background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

h1{
    margin-top: 500px;
    color: white;
    font-size: 60px;
}

h2{
    margin-top: -50px;
    margin-bottom: 150px;
    color: white;     
    font-weight: 400;
    font-style: italic;
    font-size: 40px;
}

h3{
    margin-top: -40px;
    text-align: center;
    color: #5A6171;
    font-size: 80px;
}

h4{
    margin-top: -60px;
    text-align: center;
    color: #052643;
    font-size: 30px;
}

.data{
    margin-top: 175px;
    text-align: center;
    color: #ffffff;
    font-size: 150px;
    opacity: 35%;
}

.imagem img {
    flex-direction: row;
    margin-top: 50px;
    width: 400px;
    height: auto;
    margin: 0 10px;
}

.mapa {
    padding: 100px;
    text-align: center;  
}

iframe {
    width: 100%;
    height: 400PX;
}    

.rodape {
    text-align: center;
    position: cover;
    bottom: 0;
    width: 100%;
}

.rodape img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 800px) {
    .container {
        height: 700px;
    }
    .imagem img {
        width: 250px;
    }   

    .imagem imgsibgrapi{
        margin-top: 300px;
    }

    h1{
        margin-top: 100px;
        font-size: 25px;
    }
    h2{
        margin-top: 10px;
        font-size: 17px;
    }
    h3{
        margin-top: 20px;
        font-size: 30px;
    }
    h4{
        margin-top: 20px;
        font-size: 20px;
    }
    .data{
        margin-top: 20px;
        font-size: 50px;
    }

    .mapa{
        padding: 25px;
    } 

    iframe{
        width: 100%;
        height: 300px;
        }
}