﻿.background {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .background img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
        background-size: cover;
        height: 100vh;
        width: 100%
    }
.modal-full {
    max-width: 100% !important;
    margin: 0px !important
}

#conteudo {
    z-index: 99;
    position: absolute;
    top: 0;
    width: 100%
}

.font-anton {
    font-family: 'Anton', sans-serif;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.avatar-rounded {
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 50%
}

.btn-lg-square-yellow {
    background-color: #ffb700;
    width: 250px;
    height: 70px;
}

.font-lg {
    font-size: 54px
}

.icon-50 {
    width: 50px;
    height: 50px;
    padding-left: 0px;
    padding-right: 0px;
    object-fit: cover;
}

#modal-termo {
    height: 100vh
}

.modal-content {
    background-color: white !important;
    color:black !important
}