@font-face {
    font-family: "Effra";
    src: url("/font/Effra/Effra-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Effra Light";
    src: url("/font/Effra/Effra-Light.ttf") format("truetype");
}

body {
    font-size: 1.1rem;
    /* margin-top: 5rem; */
    font-family: 'Effra Light', "Helvetica Neue", "Helvetica", Arial, sans-serif;
    /* background: url(../img/fundo.png) no-repeat; */
    /* background-size: cover; */
    background-color: #f9f3e0;
    /* height: 1800px; */
    color: #3e2517;
}

.fw-bold,
strong {
    font-family: 'Effra', "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

.font-bebas {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
}

.content-border::after {
    content: '';
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    /* border-top: 1px solid #a2997d;
    border-left: 1px solid #a2997d;
    border-right: 1px solid #a2997d;
    border-bottom: 1px solid #a2997d; */
    width: 40%;
    height: 6%;
    opacity: .8;
    border-bottom-width: 30%;
}

@media (max-width: 768px) {
    body {
        /* background: url(../img/fundo-2.jpg) no-repeat, url(../img/galinhas.jpg) no-repeat; */
        background-color: #cecece;
        /* background-position: center top, center 113%; */
        /* background-size: contain, contain; */
        /* margin-bottom: 20%; */
    }

    #tabela img {
        width: 25% !important;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    #tabela .my-5 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    /* #main {
        margin-bottom: 30%;
    } */

    .footer img {
        width: 100% !important;
    }

    .content-border::after {
        /* border: none !important; */
        width: 80%;
        height: 7.5%;
    }
}