body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: #61358b;
    font-family: "Titillium Web", sans-serif;
    overflow: hidden;
}
a {
    text-decoration: none;
}
.content {
    width: calc(100% - 40px);
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo {
    width: 100%;
    max-width: 210px;
}
address {
    color: #fff;
    font-style: normal;
    text-align: center;
    margin-top: 50px;
}
address span,
address strong {
    white-space: nowrap;
}
.redes {
    text-align: center;
    margin-top: 50px;
}
.redes svg {
    width: 40px;
    color: #fff;
    margin: 0 10px;
}
.redes .in {
    margin-left: 20px;
    width: 30px;
}

@media(min-width:600px){
    .logo {
        max-width: 260px;
    }
}

@media(min-width:992px){
    .content {
        position: relative;
        display: block;
    }
    .logo {
        margin-top: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 360px;
    }

    address {
        /* border: #0f0 1px solid; */
        position: absolute;
        width: 80%;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 21px;
        margin-top: 0;

    }
    address {
        position: absolute;
        width: 80%;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-style: normal;
        text-align: center;
    }
    .redes {
        position: absolute;
        width: 50px;
        bottom: 60px;
        right: 30px;
        margin-top: 0px;
    }
    .redes svg {
        margin: 5px 0 0 0;
    }
    .redes .in {
        margin-left: 0;
    }
}

@media(min-width:1200px){
    address {
        font-size: 26px;
    }
    .redes {
        right: 50px;
    }
}