body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: url(../images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.div-text {
    height: 30vh;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.div-logo {
    height: 40vh;
    text-align: center;
    background-color: #ffffff80;
}

.img-logo {
    height: 40vh;
}

.title {
    margin: 0;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 6px;
    font-size: 4rem;
}

.w100 {
    width: 100%;
}

.text-footer {
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: 600;
}

.btn {
    border: 1px solid #6c757d;
    border-radius: 0.5rem;
    background-color: #6c757d;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    font-size: 1.25rem;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    margin-left: 7px;
    margin-right: 7px;
    width: 210px;
    display: inline-block;
}

.btn:hover {
    border: 1px solid #6c757d;
    background-color: #ffffff;
    color: #6c757d;
}

@media (max-width: 575.98px) {
    .title {
        font-size: 2rem;
    }
}