/*
*Theme Name: PRINTLAB
*Theme URI: http://printlab.elroihost1.com.br
*Description: PRINTLAB - Tema exclusivo Elroi
*Author: Giordano Magalhães
*Author URI: https://www.elroi.com.br/
*/

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/

/* -> GERAL */

:root {
    --font-open-sans: 'Open Sans', sans-serif;
    --font-ubuntu: 'Ubuntu', sans-serif;
    --font-montserrat: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%;
}

body {
    background-color: #f5f7fa;
}

.body-modal {
    overflow: hidden;
}

a,
a:visited,
a:active {
    color: #0087fa;
    text-decoration: none;
    transition: all 200ms linear;
    font-size: 16px;
    font-family: var(--font-ubuntu);
    font-weight: 400;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.body-modal {
    overflow: hidden;
}

.wrap {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

/* .wrap--short {
    max-width: 700px;
} */

#wpadminbar {
    display: none;
} 

/* <- GERAL */

/* -> HEADER */
header {
    position: absolute; top: 0; left: 0; z-index: 99;
    width: 100%;
}

/*** headerBody ***/

/*.header__scroll {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
} */

.headerBody {
    display: flex;
    min-height: 90px;
    background-color: white;
}

.headerBody .wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.headerBody__logo-frm {
    /* width: 33.333%; */
    text-align: center;
}

.header-sep {
    height: 162px;
}

/*** menuprinc ***/
.menuprinc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 40px;
}
.menuprinc li {
    position: relative;
}
.menuprinc a {
    display: block;
    padding: 4px 0;
    font-size: 16px;
    font-family: var(--font-ubuntu);
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 200ms linear;
}
.menuprinc a:hover {
    color: #ff2cf3;
}
.menuprinc a .fa-angle-down {
    margin-bottom: -2px;
}
.menuprinc .attention a {
    padding: 5px 20px;
    background-color: #ff2cf3;
    color: #fff;
    text-transform: uppercase;
}
.menuprinc .attention a:hover {
    background-color: #ff2cf3;
}

.menuprinc li ul {
    display: none;
    position: absolute; top: 34px; left: 0;
    padding: 7px 14px;
    background-color: #fff;
    box-shadow: -4px 4px 10px 0 rgba(0,0,0,0.1);
}
.menuprinc li:hover ul {
    display: block;
}
.menuprinc li ul a {
    padding: 7px 0;
    display: block;
    font-size: 16px; line-height: 16px;
    white-space: nowrap;
}

/*** menumob ***/
.menumob {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    width: 330px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
}

.menumob__close {
    /* position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    color: #fff; */

    float: right;
    clear: both;
    position: absolute;
    line-height: 1;
    top: 22px;
    right: 24px;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 99;
    color: #000000;
}

.menumob__nav__tabs {
    clear: both;
    padding: 0 30px;
    background-color: #f7f7f7;
}

.menumob__nav__tabs ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menumob__nav__tabs ul li {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    color: #000000;
}

.menumob__logo {
    text-align: center;
    padding: 60px 0 30px;
    margin-left: -18px;
    margin-right: 18px;
}

.menumob__menu {
    /* max-width: 600px; */
    margin: auto;
    padding: 0 30px;
}

.menumob__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menumob__menu a {
    display: block;
    padding: 15px 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-bottom: 1px solid;
    border-bottom-color: #e8e8e8;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
}

.menumob__menu a:hover {
    color: #7000fe;
}

.menumob__btn {
    display: none;
}

.menumob__btn {
    min-width: 20px;
    height: 4px;
    font-size: 40px;
    color: #000000;
    margin-top: -55px;
    width: 33.333%;
}

.menumob_overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 1;
    background-color: rgba(0, 0, 0, .7);
    visibility: visible;
    display: none;
}

.menumob_overlay .overlay {
    opacity: 1;
    visibility: visible;
}

/* <- HEADER */

/* SECTION ONE */

.one {
    background-color: #e8e8e8;
    padding: 80px 0;
}

.one .wrap .title_top {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    white-space: normal;
    text-align: left;
    line-height: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
}

.one .wrap .title_center {
    padding: 20px 0;
    font-family: "Poppins", sans-serif;
    color: rgb(0, 0, 0);
    width: 560px;
    text-align: left;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 700;
    font-size: 58px;
}

.one .wrap .description {
    padding-bottom: 40px;
    font-family: "Poppins", sans-serif;
    color: rgb(0, 0, 0);
    width: 350px;
    text-align: left;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
}

a.btn_compre_agora {
    background-color: rgb(255, 255, 255);
    font-family: "Poppins", sans-serif;
    color: rgb(0, 0, 0);
    line-height: 60px;
    font-weight: 600;
    font-size: 14px;
    padding-left: 42px;
    border-radius: 36px;
    padding-right: 42px;
    display: inline-block;
}

a.btn_compre_agora:hover {
    color: white;
    background-color: #7000fe;
}

/* SECTION TWO */

.two {
    padding: 50px 0;
}

.products {
    display: flex;
    flex-wrap: wrap;
}

.product_card {
    padding-left: calc(30px / 2);
    padding-right: calc(30px / 2);
    margin-bottom: 30px;
    width: 25%;
}

.card_design {
    height: 300px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    border: none;
    box-shadow: 0 1px 24px 0 rgba(0,0,0,.05);
}

a.product_card_link {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

img.card_img_link {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
}

img.card_img_link:hover {
    transform: scale(1.05);
    transition: all .3s ease;
}

.card_title {
    font-family: poppins, Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    color: black;
}

/* SECTION TREE */

.tree .wrap .container_one .title_top {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    color: #7000fe;
    font-family: "Poppins", sans-serif;
}

.tree .wrap .container_one .container_title_center .title_center {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 30px;
}

.tree .wrap .container_one .description {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #494f66;
}

/* SECTION FOUR */

.four {
    padding: 80px 0;
}

.list_group {
    display: flex;
}

.container_list {
    padding: 0 15px;
    width: 25%;
}

.list_title {
    padding-bottom: 15px;
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -.01em;
}

.list_description {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #494f66;
}

/* SECTION FIVE */

.five {
    padding-bottom: 120px;
}

.container_five {
    background-image: url(/wp-content/themes/printlab/assets/imgs/bg-section-5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.content_five {
    min-height: 460px;
    padding: 100px 85px;
    display: flex;
}

.content_five_item {
    width: 750px;
}

.content_five .title_top {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: .03em;
    color: #fff;
    padding-bottom: 20px;
}

.content_five .title {
    font-family: "Poppins", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: none;
    line-height: 54px;
    letter-spacing: -2px;
    color: #fff;
    padding-bottom: 56px;
}

a.btn_peca {
    background-color: #02010100;
    background-image: linear-gradient(90deg, transparent 0%, #02010100 0%);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7142857143;
    border-radius: 30px;
    cursor: pointer;
    padding: 15px 30px;
    text-decoration: none;
    text-shadow: none;
    border: none;
    color: #fff;
    border-style: solid;
    border-width: 2px;
    font-family: 'Poppins', sans-serif;
}

a.btn_peca:hover {
    color: black;
    background-color: white;
}

/* SECTION SIX */

.six .wrap .container_one .container_title_center .title_center {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 30px;
}

.six .wrap .container_one .description {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #494f66;
}

.six .wrap .container_two {
    padding: 50px 0 120px 0;
}

.slick-initialized .slick-slide {
    padding: 15px;
}

img.product_img {
    width: 100%;
    border-radius: 30px;
}

.product_info {
    text-align: center;
    padding: 20px 0;
}

a.product_info_title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}

a.product_info_title:hover {
    color: #7000fe;
}

.product_info_price {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3333333333;
    font-family: "Poppins", sans-serif;
    color: #000000;
    padding-top: 10px;
}

.carousel_item {
    position: relative;
    display: inline-block;
}

.carousel_item:hover {
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.1);
}

a.personalize_button {
    margin-top: 20px;
    position: relative;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    display: none;
    background: #000000;
    color: #fff;
    padding: 5px 36px;
    line-height: 40px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

a.personalize_button:hover {
    background-color: #7000fe;
}

.carousel_item:hover .personalize_button {
    display: inline-block;
}

/* SECTION SEVEN */

.seven {
    padding-bottom: 120px;
}

.slogan_text {
    text-align: center;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -.01em;
    margin: 0;
}

.seven .wrap .container_two {
    padding-top: 50px;
}

.brand {
    text-align: -webkit-center;
}

/* SECTION EIGHT */

.eight {
    padding-bottom: 120px;
}

.eight .wrap .container_one .title_top {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 2px;
    color: #7000fe;
    font-family: "Poppins", sans-serif;
}

.eight .wrap .container_one .container_title_center .title_center {
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -2px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 30px;
}

.post_thumbnail {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

.post_day {
    position: absolute;
    left: 35px;
    top: 27px;
    z-index: 3;
}

a.post_day_link {
    width: 62px;
    height: 75px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1ea856;
    font-family: "Poppins", sans-serif;
    border-radius: 30px;
}

.post_day_link b {
    font-size: 28px;
    font-weight: 600;
    display: block;
    line-height: 1;
}

img.post_img {
    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 30px;
}

.post_content {
    padding: 0 30px;
}

.category {
    margin-bottom: 8px;
}

a.category_link {
    color: #7000fe;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
    display: inline-block;
}

a.category_link:hover {
    text-decoration: underline;
}

a.entry_title_link {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-weight: 600;
}

a.entry_title_link:hover {
    color: #7000fe;
}

.read_more {
    margin-top: 30px;
}

a.read_more_link {
    display: inline-flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.8571428571;
    align-items: center;
    font-family: "Poppins", sans-serif;
    color: #000000;
}

a.read_more_link:hover {
    color: #7000fe;
}