
/*the fonts*/
@font-face {
    font-family: BLACKERSANS-BOOK;
    src: url("fonts/BLACKERSANS-BOOK.OTF");
}

@font-face {
    font-family: IntroBlack;
    src: url("fonts/IntroBlack.otf");
}

@font-face {
    font-family: METAPRO-NORM;
    src: url("fonts/METAPRO-NORM.OTF");
}

@font-face {
    font-family: TURBINADOPRO;
    src: url("fonts/TURBINADOPRO.OTF");
}
/* notice that the basic are for the smallest of screens */
/*the basics*/
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    background: #fff;
    font-family: "BLACKERSANS-BOOK";
    justify-content: center;
    text-align: center;
    text-align: -webkit-center;
}
.row {
    justify-content: space-evenly;
}
/* font sizes */
h1, h2, h3, h4, h5 {
    font-family: IntroBlack, "Arial Black";
}

h1 {
    font-size: 70px;
}
h2 {
    font-size: 44px;
    text-transform: uppercase;
    line-height: 0.8;
}
h2 .handletter {
    text-transform: none;
}
h2 .light {
    text-transform: none;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
.alinea {
     font-size: 16px;
}
.light {
    font-family: BLACKERSANS-BOOK, "Arial Narrow";
    font-weight: 200;
}
.handletter{
    font-family: TURBINADOPRO, serif;
}
.edge {
    position: relative;
}
.edge-top {
    border-top: 10px solid transparent;
    border-image: url("images/edge-white-top.png") 40 round;
    margin-top: -6px;
}
.edge-red {
    border-image: url("images/edge-red-top.png") 40 round;
}
.edge-bottom {
    border-bottom: 10px solid transparent;
    border-image: url("images/edge-white-bottom.png") 40 round;
    margin-bottom: -6px;
}
.framed::before,
.framed::after {
    content: "";
    display: block;
    width: 90%;
    height: 5px;
    background-size: cover;
    background-image: url("images/frame-border.png");
    margin: 15px;
}
.framed-red::before,
.framed-red::after {
    content: "";
    display: block;
    width: 90%;
    height: 5px;
    background-size: cover;
    background-image: url("images/frame-border-red.png");
    margin: 15px;
}
.framed.alinea-white {
    width: 80%;
}
button {
    padding: 10px 10px 8px;
    border: none;
    font-family: IntroBlack;
}
button.more-info {
    padding: 10px 40px;
    border-radius: 10px;
    max-width: 95vw;
    font-size: 28px;
    line-height: 0.9;
    margin: 20px;
}
button.more-info span {
    font-size: 14px;
    font-family: "Blacker Sans";
}
.block {
    border-radius: 10px;
}
.spacer {
    min-height: 50px;
    z-index: 999;
}
li {
    list-style: none;
}
/* header */
header {
    background-image: url("images/header-image.jpg");
    background-size: cover;
    background-position: bottom;
    height: 700px;
    max-height: 90vh;
}
header .navigation {
    padding: 5%;
    align-items: baseline;
    margin: 0;
}
header .navigation .brf-logo {
    max-width: 80vw;
    margin-bottom: 40px
}
header button {
    border-radius: 62px;
    width: 130px;
    margin: 10px;
    font-size: 18px;
}
header .button-yellow {
    background-color: #FFE85E;
    color: #9D2542;
}
header .button-red {
    background-color: #E20000;
    color: #ffffff;
}
header .text-on-image {
    color: #ffffff;
    float: left;
}
header .text-on-image h1 {
    text-transform: uppercase;
    line-height: 0.8;
}
header .text-on-image h1 .light {
    font-size: 45px;
    text-transform: none;
}
header .text-on-image h1 .handletter{
    font-size: 60px;
    text-transform: none;
}
/* who we are */
.who-are-we {
    padding-top: 20px;
    color: #EE7A07;
    overflow: hidden;
    background-image: url("images/background-nuggets.jpg");
    background-size: cover;
    background-position: center;
}
.who-are-we h2 .handletter {
    font-size: 70px;
}
.who-are-we .block {
    max-width: 80%;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.who-are-we .block .number {
    display: none;
}
.who-are-we .block .alinea {
    text-align: center;
    background-color: rgba(238, 122, 7, 0.3);
    color: #E13713;
    padding: 10px 100px 10px 10px;
    min-height: 120px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.who-are-we .block .alinea.right {
    padding: 10px 10px 10px 70px;
}
.who-are-we .block .image {
    position: absolute;
    right: -5%;
}
.who-are-we .block .image .image-desktop-left {
    position: absolute;
    left: -295%;
    top: -90px;
    width: 180%;
}
.who-are-we .block .image img {
    width: 250%;
    height: auto;
}
.who-are-we button.more-info {
    background-color: #E13713;
    color: #ffffff;
}

/* sustainability */
.sustainability {
    background-color: #B2191A;
    color: #ffffff;
    margin-bottom: 180px;
    padding-bottom: 50px;
}
.sustainability .row {
    overflow: hidden;
    margin: 0;
    flex-direction: row;
    align-content: flex-start;
    align-items: flex-start;
}
.sustainability .top-image {
    background-image: url("images/solar-panels.jpg");
    background-size: cover;
    background-position: center;
    height: 300px;
}
.sustainability .alinea {
    margin: 40px 0;
    width: 80%;
}
.sustainability h2 {
    margin-top: -30px;
}
.sustainability .block {
    background-color: rgba(255, 255, 255, 0.1);
    width: 90%;
    text-align: left;
    padding: 2%;
    height: min-content;
    margin: 20px;
    border-radius: 42px;
    position: relative;
}
.sustainability .block .content {
    padding: 5%;
}
.sustainability .block li {
    list-style: disc;
}
.sustainability .block img {
    right: 4%;
    bottom: 4%;
    width: 80px;
    position: absolute;
}
.sustainability button.more-info {
    background-color: #ffffff;
    color: #E13713;
}


/* perdigao */
.perdigao {
    background-image: url("images/background-woodpanel-herbs.jpg");
    background-size: cover;
    background-position: center;
    padding: 5%;
    color: #ffffff;
}
.perdigao .logo {
    margin-top: -180px;
    height: 250px;
    width: auto;
    position: relative;
    margin-bottom: 50px;
    z-index: 9999;
}
.perdigao h3 {
    line-height: 0.8;
}
.perdigao h4 {
    font-size: 35px;
}
.perdigao .main{
    background: #000000;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
}
.perdigao .item {
    padding: 3%;
}
.perdigao .products .title {
    width: 100%;
    text-align: left;
    margin-left: 12px;
}
.perdigao .center {
    text-align: left;
    min-height: 180px;
    margin-bottom: 0px;
}
.perdigao .turkey .center{
    text-align: center;
    min-height: 20px;
}
.perdigao .center .text {
    padding: 0;
}
.perdigao .image-left,
.perdigao .image-right {
    max-height: 200px;
    width: auto;
    display: none;
}
.perdigao .turkey .image-right{
    display: unset!important;
}
.perdigao .usps {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 0;
}
.perdigao .usps li{
    display: flex;
    font-size: 12px;
    padding: 0 3px;
}
.perdigao .usps li img {
    width: auto;
    height: 30px;
}
.perdigao tr:not(:last-child) {
    border-bottom: 2px solid;
}
.perdigao td {
    border-left: 2px solid;
    padding: 0 5px;
}

/* sadia */
.sadia {
    background-image: url("images/sadia-background.jpg");
    background-size: cover;
    padding: 5%;
    position: relative;
}
.sadia .logo {
    max-width: 80vw;
}
.sadia .content {
    margin: 5%;
}
.sadia .content .text {
    background: white;
    padding: 30px;
    color: #E13713;
}
.sadia .polaroids {
    display: none;
}

/* contact */
.contact {
    background-color: #E13713;
    color: #ffffff;
    text-align: center;
    padding: 40px;
}
.contact a {
    text-decoration: none;
    color: #ffffff;
}
/*footer*/
footer {
    background: #ffffff;
}
footer img {
    padding: 40px;
    max-width: 80vw;
}

/*X-Small devices (portrait phones, less than 576px)*/
/*No media query for `xs` since this is the default in Bootstrap*/

/* extra query for super small devices */
@media (max-width: 374px) {
    h1,h2 {
        font-size: 50px;
    }
    .sustainability h2 {
        font-size: 30px;
    }
    .sustainability h2 .handletter {
        font-size: 40px;
    }
    .contact {
        padding: 3%;
    }
    .contact a {
        font-size: 14px;
    }
    button.more-info {
        padding: 10px;
    }
    .framed.alinea-white {
        width: 95vw;
    }
    .sustainability .block img {
        right: 2%;
        bottom: 2%;
        width: 60px;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    /* font-sizes */
    h2 {
        font-size: 70px;
    }
    /* header */
    header button {
        width: 200px;
        margin: 0 10px;
    }
    /* sustainability */
    .sustainability h2 {
        margin-top: -50px;
    }
    .who-are-we .block .image img,
    .who-are-we .block .image .image-desktop-left{
        width: 145%;
    }
    .who-are-we .block .image .image-desktop-left {
        left: -300%;
        top: -130px;
    }
    /* perdigao */
    .perdigao .main{
        justify-content: flex-start;
    }
    .perdigao .center {
        width: 90%;
    }
    .perdigao .image-left,
    .perdigao .image-right {
        max-height: 175px;
        width: auto;
        position: absolute;
        display: unset;
    }
    .perdigao .image-left,
    .perdigao .image-right {
        display: none;
    }
    .perdigao .usps {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        padding: 0;
        align-items: flex-start;
    }
    .perdigao .usps li {
        font-size: unset;
        padding: unset;
    }
    .perdigao .usps li img {
        width: 20px;
        height: auto;
        margin: 0 10px;
    }
    .perdigao .icons li img{
        width: 40px;
        height: auto;
        margin: 5px 0;
    }
    .perdigao .divider-after::after {
        content: "|";
        margin: 0 10px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /*font sizes*/
    h1, h2, h3, h4, h5 {
        font-family: IntroBlack, "Arial Black";
    }
    h1 {
        font-size: 100px;
    }
    h2 {
        font-size: 80px;
    }
    h3 {
        font-size: 40px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 30px;
    }
    .alinea {
        font-size: 18px;
    }
    .framed.alinea-white {
        width: 60vw;
    }
    .framed.framed-red,
    .sadia .alinea{
        width: 80%;
    }
    /* header */
    header .text-on-image h1 .light {
        font-size: 60px;
    }
    /* who we are */
    .who-are-we {
        color: #EE7A07;
        overflow: unset;
    }
    .who-are-we .block .number {
        display: unset;
        position: absolute;
        left: 0;
        top: 10px;
    }
    .who-are-we .block .number img {
          height: 240px;
          width: auto;
      }
    .who-are-we .block .alinea {
        padding: 30px 140px;
        text-align: center;
    }
    .who-are-we .block .alinea.right {
        padding: 30px 30px 30px 150px;
    }
    .who-are-we .block .image {
        right: -8%;
    }
    .who-are-we .block .image img,
    .who-are-we .block .image .image-desktop-left{
        width: 110%;
        height: auto;
    }
    .who-are-we .block .image .image-desktop-left {
        left: -260%;
        top: -120px;
    }
    .who-are-we .block .image-left {
        justify-content: end;
        display: flex;
    }
    .who-are-we .block .image-left .number {
        left: 20%
    }
    /* sustainability */
    .sustainability .block img {
        width: auto;
        height: 200px;
        position: unset;
        margin-left: -60px;
    }
    .sustainability .block .content {
        padding-top: 1%;
    }
    /* perdiago */
    .perdigao .main{
        background: #000000;
        display: flex;
        padding: 15px;
        border-radius: 10px;
        margin: 10px 0;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        flex-wrap: wrap;
    }
    .perdigao .image-left {
        right: 0;
        margin-top: -15%;
        display: unset;
    }
    .perdigao .image-right {
        right: 0;
        margin-bottom: -15%;
        display: unset;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    /* header */
    header .navigation .brf-logo {
        margin-bottom: 0px
    }
    .framed.alinea-white {
        width: 50vw;
    }
    .framed.framed-red,
    .sadia .alinea{
        width: 60%;
    }
    /* who are we */
    .who-are-we .block {
        /*max-width: 60vw;*/
    }
    .who-are-we .block .image .image-desktop-left {
        top: -140px;
        left: -275%;
    }
    .who-are-we .block .alinea {
        padding: 30px 180px;
    }
    .who-are-we .block .image img,
    .who-are-we .block .image .image-desktop-left {
        width: 120%;
    }
    /* sustainability  */
    .sustainability .block img {
        width: auto;
        height: 140px;
        position: unset;
        margin-left: -50px;
    }
        /* perdigao */
    .perdigao .main {
        justify-content: center;
    }
    .perdigao .products {
        max-width: 60%;
    }
    .perdigao .image-left,
    .perdigao .image-right {
        max-height: 285px;
        width: auto;
        position: absolute;
        display: unset;
    }
    .perdigao .image-left {
        left: 6%;
        margin-top: unset;
    }
    .perdigao .image-right {
        right: 0;
        margin-bottom: unset;
    }
    .perdigao .center {
        width: 85%;
    }
    .perdigao .divider-after::after {
        content: "|";
        margin: 0px;
    }
    .perdigao .products .title {
        width: 85%;
        margin-left: 40px;
    }
    /* sadia */
    .sadia .polaroids {
        display: unset;
        position: absolute;
        top: 40%;
        left: -5%;
    }
    .sadia .polaroids img {
        height: auto;
        width: 350px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .framed.alinea-white,
    .sadia .alinea {
        width: 40%;
    }
    /* who are we */
    .who-are-we .block .image img,
    .who-are-we .block .image .image-desktop-left {
        width: 100%;
    }
    .who-are-we .block .image .image-desktop-left {
        top: -160px;
        left: -260%;
    }
    /* sustainability  */
    .sustainability .block img {
        width: auto;
        height: 150px;
        position: unset;
        margin-left: -40px;
    }
    /* perdigao */
    .perdigao .products {
        max-width: 75%;
    }
    .perdigao .center {
        width: 75%;
    }
    .perdigao .image-left {
        left: 4%;
        margin-top: unset;
    }
    .perdigao .image-right {
        right: 4%;
        margin-bottom: unset;
    }
    .perdigao .divider-after::after {
        content: "|";
        margin: 0 10px;
    }
    .perdigao .products .title {
        width: 75%;
    }
    /* sadia */
    .sadia .polaroids {
        top: 30%;
        left: -5%;
    }
    .sadia .polaroids img {
        width: 450px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
   .custom-container {
       max-width: 1600px;
       position: relative;
   }
    /* who-are-we */
    .who-are-we .block .number {
        left: -6px;
    }
    .who-are-we .block .image img, .who-are-we .block .image .image-desktop-left {
        width: 80%;
    }
    .who-are-we .block .image .image-desktop-left {
        top: -150px;
        left: -240%;
    }
    .who-are-we .block .alinea {
        padding: 30px 250px;
    }
    /* sustainability  */
    .sustainability .block img {
        width: auto;
        height: 200px;
        position: unset;
        margin-left: -70px;
    }
    /* perdigao */
    .perdigao .products {
        max-width: 70%;
    }
    .perdigao .center {
        width: 75%;
    }
    .perdigao .image-left {

        margin-top: unset;
    }
    .perdigao .image-right {

        margin-bottom: unset;
    }
}



