@font-face {
    font-family: "Effra";
    src: url("../font/Effra-Regular.ttf") format("truetype");
}
.font-quincy {
    font-family: "quincy-cf", serif;
    font-weight: 400;
    font-style: normal;
}

.font-quincy-italic {
    font-family: "quincy-cf", serif;
    font-weight: 400;
    font-style: italic;
}

.font-quincy-bold {
    font-family: "quincy-cf", serif;
    font-weight: 700;
    font-style: normal;
}

.font-quincy-bold-italic {
    font-family: "quincy-cf", serif;
    font-weight: 700;
    font-style: italic;
}

body {
    font-family: 'Effra', Arial, Helvetica, sans-serif;
    font-size: 23px;
    background: url(../img/background.png) repeat-y top center;
    background-size: 100%;
}

header {
    background: url(../img/header-background.png) no-repeat top center;
    min-height: 620px;
}

.bg-porcos {
    background: url(../img/background-texto.png) no-repeat top left;
    background-size: 100%;
    height: 620px;
}

@media (min-width: 769px) {
    .text-sm-center {
        text-align: start !important;
    }
    .w-md-15 {
        width: 15% !important;
    }
}

@media (max-width: 768px) {
    header {
        background-size: cover !important;
        /*min-height: 500px !important;*/
    }
    header .container {
        margin-top: 4rem !important;
    }
    header img.me-5 {
        margin-right: 0 !important;
    }
    header img {
        margin-top: 3rem;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .icone {
        width: 25% !important;
    }
    .text-sm-center {
        text-align: center;
    }
}

@media (min-width: 1921px) {
    header {
        background-size: cover;
        min-height: 920px;
    }
}