#content {
    font-family: 'Montserrat', sans-serif;
}


/* div loading */

div#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .95);
    text-align: center;
    display: none;
    z-index: 99999;
}

div#loading svg {
    margin-top: calc(50% - 200px);
}

a.chamarWhats {
    position: fixed;
    bottom: 75px;
    right: 15px;
    background: #01e675;
    padding: 15px 30px;
    color: #FFF;
    z-index: 100;
    font-weight: bold;
}


/* alert */

#alertMessage {
    position: fixed !important;
    top: 4rem !important;
    height: auto;
    margin: 0;
    left: 50%;
    display: block;
    transform: translate(-50%, 0);
    border-radius: .3rem;
    cursor: pointer;
    box-shadow: 0px 8px 20px #0000001f;
    border: 0;
    opacity: 0;
    font-weight: bold;
    transition: all .2s ease;
    z-index: 10000;
}

#alertMessage p {
    text-align: center;
}

#alertMessage._active {
    opacity: 1;
    margin-top: -1rem;
}

.imgTop {
    margin-left: -120px;
}

.modal-load .content-loading,
.modal-load-2 .content-loading-2 {
    position: absolute;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-wrap{
    flex-wrap:wrap;
}
.m--15{
    margin-right: -15px;
    margin-left: -15px;
}
@media only screen and (max-width: 500px){
    .content-center{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .items-top{
        display: flex;
        justify-content: center;
    }
    .items-top-out,
    .items-bottom-out{
        display: flex;
        justify-content: center;
    }
    .items-top label{
        width: 50%;
    }
    .items-bottom{
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }
    .items-bottom label{
        width: 45%;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .subtitle,
    .w-subtitle{
        max-width: 225px;
    }
    .text-500-center{
        text-align: center;
        margin:auto;
    }
    #img-area-1,
    #img-area-2{
        margin: auto;
    }
    .adjust-center{
        justify-content: center;
    }
}
#data-message{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
#data-message a{
    width: 100%
}