@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: 'Open Sans', sans-serif;
}

main {
    height: 100%;
    background-image: url(bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.logo {
    margin-top: 50px;
    margin-bottom: 100px;
}

h2, h1 {
    font-size: 30px;
    font-style: italic;
    color: #fff;
}
h1{
    margin-top: 85px;
    font-size: 28px;
    margin-bottom: 100px;
}
a{
    color: #fff;

}
a:hover{
    color: #97fff9;
    text-decoration: none;
}
svg {
    font-size: 24px;
}
.rede{
    font-size: 40px !important;
    color: #fff;
    padding-top: 130px;
    text-align: right;
}

.telefone {
    border-left: 5px solid #97fff9;
    padding-left: 20px;
    font-size: 30px;
    font-style: italic;
    margin-top: 30px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}


.localizacao {
    margin-top: 80px;
}

.email {
    clear: both;
    margin-top: 30px;
}

.dados {
    color: #fff;
    clear: both;
}

.dados .icone {
    width: 10%;
    float: left;
    padding-top: 5px;
}

.dados .info {
    width: 80%;
    float: left;
    font-size: 20px;
    font-style: italic;
}

footer {
    padding-top: 20px;
    text-align: center;
    height: 110px;
    background-color: #fff;
    border-top: 5px solid #f5a51e;
}


@media (max-width: 576px) {
    .logo{
        text-align: center;
        margin-bottom: 100px;
    }
    h2, h1{
        text-align: center;
    }
    h1{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .telefone{
        text-align: center;
        border-left: 0px;

    }
    .localizacao {
        margin-top: 40px;
    }
    .rede{
        position: absolute;
        top: -655px;
        width: 100%;
        text-align: center;
    }
    .imagem img{
        width: 100%;
    }
}