﻿.btn-novo {
    background: #ebc157;
    background-image: -webkit-linear-gradient(top, #ebc157, #856627);
    background-image: -moz-linear-gradient(top, #ebc157, #856627);
    background-image: -ms-linear-gradient(top, #ebc157, #856627);
    background-image: -o-linear-gradient(top, #ebc157, #856627);
    background-image: linear-gradient(to bottom, #ebc157, #856627);
    -webkit-border-radius: 8;
    -moz-border-radius: 12;
    border-radius: 17px;
    text-shadow: 3px 1px 3px #666666;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    font-family: Arial;
    color: #333029;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    border: solid #edc653 2px;
    text-decoration: none;
}

    .btn-novo:hover {
        background: #a37f41;
        background-image: -webkit-linear-gradient(top, #a37f41, #d9c334);
        background-image: -moz-linear-gradient(top, #a37f41, #d9c334);
        background-image: -ms-linear-gradient(top, #a37f41, #d9c334);
        background-image: -o-linear-gradient(top, #a37f41, #d9c334);
        background-image: linear-gradient(to bottom, #a37f41, #d9c334);
        text-decoration: none;
    }

.quadro-img {
    display: flex;
    position: relative;
    width: 100%;
    top: 280px;
    align-items: center;
    justify-content: center;
}

.quadro-img-fim {
    /*position: relative;*/
    max-width: 100%;
    height: auto;
    width: 350px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border: solid 1px #cb8e25;
    opacity: 0.8;*/
}

.mensagem {
    position: absolute;
    padding: 5px 5px;
    margin-bottom: 1rem;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    top: 840px;
}

.mensagem-sec {
    color: #41464b;
    /* background-color: #e2e3e5; */
    border-color: #b97716;
}

.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

.section {
    padding: 1.5rem 1.5rem;
}

/*
@media screen and (min-width: 1024px) {
    .section.is-medium {
        padding: 9rem 1.5rem;
    }

    .section.is-large {
        padding: 18rem 1.5rem;
    }
}
*/

.cont-sigin {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
}

/*
@media screen and (min-width: 1024px) {
    .cont-sigin {
        max-width: 670px;
    }

        .cont-sigin.is-fluid {
            margin-left: 32px;
            margin-right: 32px;
            max-width: none;
        }
}
*/