@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.jpg) no-repeat;
    background-size: cover;
    height: 1800px;
}

header {
    margin-bottom: 3rem;
}

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

.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%;
    }
}