@font-face {
    font-family: "din-next-regular";
    src: url("../fonts/DINNextW1G-Regular.otf") format("opentype");
}

@font-face {
    font-family: "din-next-light";
    src: url("../fonts/DINNextW1G-Light.otf") format("opentype");
}

html, body {
    height: 100%;
}

body{
    background-color: #cccccc;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #88837e;
    width: 100%;
    height: 113px;
    padding: 10px 0;
}

footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #959386;
    width: 100%;
    height: 145px;
    padding: 30px 0 10px 0;
}

.container{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.cabecalho{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: flex-end;
}

.divisao{
    width: 3px;
    height: 80px;
    background-color: #bfbdb6;
    margin-left: 30px;
    margin-right: 30px;
}

.div-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.div-log > p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.texto-logo{
    color:#ffffff;
    font-size = 15px;
    letter-spacing: 0.05em;
}

.texto-catalogo{
    font-family: din-next-regular, sans-serif;
    color:#ffffff;
    font-size: 30px;
}

.texto-segmento{
    font-family: din-next-light, sans-serif;
    color: #CBBFB0;
    font-size: 18px;
}

.footer{
    display: flex;
    flex-direction: column;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.footer-imgs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.footer-logo img{
    width: 147px;
}

.footer-redesocial img{
    padding: 0 5px;
}

.footer-texto{
    font-family: din-next-light, sans-serif;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    border-top: 1px solid  #ffffff; 
}

@media screen and (max-width: 600px) {
    header {
        height: 100%;
    }

    .container{
        width: 100%;
    }

    .cabecalho{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
    }

    .divisao{
        display: none;
    }

    .div-logo{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    .div-log > p {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .texto-logo{
        color:#ffffff;
        font-size = 12px;
        letter-spacing: 0.05em;
    }

    .textos-cabecalho{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .textos-cabecalho br {
        display: none;
    }

    .texto-catalogo{
        font-family: din-next-regular, sans-serif;
        color:#ffffff;
        font-size: 22px;
    }

    .texto-segmento{
        font-family: din-next-light, sans-serif;
        color: #CBBFB0;
        font-size: 18px;
    }

    .footer{
        width: 100% !important;
        margin: 0 3px;
    }

    .pf-posts.pdfflip-onshelf {
        padding: 0 10px 50px 10px !important;
    }
}