/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/jul/2017, 19:13:47
    Author     : cbrag
*/


@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHIC.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHICI.ttf);
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHICB.ttf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/GOTHICBI.ttf);
    font-style: italic;
    font-weight: 700;
}

body {
    font-family: 'Century Gothic';
    overflow-x: hidden;
}


/*HEADER*/
.header_container {
    min-height: 100vh;
}
.video_container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
video.video_header {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100vw;
    min-height: 100vh;
}
.video_header_overlay {
    background-image: url(../img/assets/overlay_texture.png);
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.header_logo {
    background-image: url(../img/assets/pires_logo_shadow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 250px;
    height: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* HISTORY */
section#history {
    position: relative;
    background-color: #fcfcfa;
}
.history_container {
    min-height: 100vh;
    max-width: 1070px;
    margin: 0 auto;
}
.history_text_container {
    display: inline-block;
    width: 50%;
    padding: 5% 0;
    text-align: justify;
    color: #333;
}
.history_title {
    font-size: 45px;
}
.history_text {
    font-size: 18px;
}
/*.history_image_container {
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0%;
    left: 50%;
    opacity: 1;
    transition: .3s linear opacity;
}
.hide_history_image {
    opacity:0;
}
.history_image {
    height: 100%;
}
div#myobj {
    height: 100vh;
}
svg#Camada_1 {
    height: 60vh;
    width: 100%;
    transform: scale(1.5,1.5);
    margin: 18% 0% 0;
}*/
.history_image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.history_image_container {
    padding: 30px;
}





/* FOOTER */
section#footer {
    background: rgba(51, 51, 51, 0.85);
    color: #fff;
    position: relative;
}
.footer_image_background {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    z-index: -1;
}
.footer_container {
    width: 1070px;
    margin: 0 auto;
    z-index: 13;
    padding: 50px 0;
}
.footer_left_section {
    display: inline-block;
    width: 25%;
}
.footer_logo_container {
    width: 200px;
    height: 150px;
    position: relative;
}
.footer_logo_img {
    background-image: url(../img/assets/pires_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.footer_text_container {
    padding: 30px 0 0;
}
.footer_title {
    font-size: 22px;
    text-transform: uppercase;
}
.footer_text {
    font-size: 16px;
}
.footer_text_spacer {
    height: 11px;
}
.footer_right_section {
    display: inline-block;
    width: 74%;
    height: 405px;
    position: relative;
    vertical-align: top;
}
.footer_right_section iframe {
    width: 100%;
    height: 405px;
}
.footer_bottom_container {
    margin: 50px 0 0;
}
.footer_sidenote {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.footer_social_icon_container {
    text-align: center;
}
.footer_social_logo {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 2px;
}





.page_header_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.section_container {
    margin: 12px 0 24px;
    text-align: center;
}

/* MAIN STORE PAGES */
.page_header_container {
    background: #333;
}
.page_header_logo_container {
    width: 100px;
    height: 75px;
    cursor: pointer;
}
.page_logo_img {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
}
.page_banner {
    width: 100%;
    height: 250px;
    background-position: center 43%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.page_brand_logo {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section_title {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    color: #333;
    display: inline-block;
    margin-bottom: 40px;
}



/* PAGE PRODUCT LISTING */
.page_products_listing_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    min-height: 500px;
    padding: 50px 0;
}
/*.product_item_container {
    min-width: 150px;
    max-width: 200px;
    width: 100%;
    height: 175px;
    position: relative;
    overflow: hidden;
    margin: 6px;
}*/
.product_item_container {
    /* height: 175px; */
    position: relative;
    overflow: hidden;
    margin: 0px 0 40px;
    max-height: 35% !important;
    padding: 12px;
    cursor: pointer;
}
.product_item_wrapper {
    width: 100%;
    height: 30%;
    /* padding: 40px; */
}
.product_image {
    background-position: center 59%;
    background-repeat: no-repeat;
    background-size: 80%;
    /* background-size: cover; */
    width: 100%;
    height: 100%;
    /* margin-top: -18px; */
}
.product_item_overlay_container {
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    left: 50%;
    top: 50%;
    background: rgba(51, 51, 51, 0.85);
    border: 2px solid #854052;
    transform: translate(-50%,-160%);
    transition: .25s all linear;
}
.product_item_big_wrapper {
    overflow: hidden;
    position: relative;
}
.product_item_big_wrapper:hover .product_item_overlay_container {
    transform: translate(-50%,-50%);
}
.product_item_overlay_name {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 0;
}
.product_item_overlay_divider {
    width: calc(100% - 28px);
    height: 2px;
    background: #fff;
}
.product_item_overlay_reference {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 6px 0;
}










/* PAGE FOOTER */
.page_footer_background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_footer_container {
    background: rgba(51, 51, 51, 0.9);
}
.page_footer_wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.page_footer_logo_container {
    width: 150px;
    height: 150px;
}
.page_footer_logo {
    height: 112px;
    width: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.page_footer_details_container {
    color: #fff;
}
.page_footer_title {
    text-transform: uppercase;
    font-size: 18px;
}
.page_footer_space {
    padding: 8px;
}
.page_footer_bottom_text {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.social_button.md-button {
    min-width: 32px;
    min-height: 32px;
    padding: 0;
}
.social_button_img {
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.contacts_container {
    width: 100%;
    max-width: 1170px;
    margin: 80px auto 0;
    min-height: 325px;
}
.contacts_logo_img {
    background-image: url(../img/assets/logo_red.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.contacts_big_container .footer_bottom_container {
    margin: 30px 0;
}
.contacts_big_container .page_footer_bottom_text {
    color: #333;
    text-align: center;
}