* {
    font-family: "Ubuntu", sans-serif;
    letter-spacing: 2px;
}
body,
html {
    overflow-x: hidden;
    height: 100%;
}
p {
    font-size: 17px;
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a {
    transition: all 0.3s ease-out;
}
[type="reset"],
[type="text"],
[type="submit"],
button,
html [type="button"],
select {
    -webkit-appearance: button;
    outline: none !important;
}
.header.fixed {
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    animation: mations 1s ease;
    transition: background-color 0.5s ease 0s, padding 0.5s ease 0s;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: none;
}
.header {
    background-color: transparent;
    height: 88px;
    display: flex;
    align-items: center;
    z-index: 9999;
    position: relative;
}
.navbar-header {
    float: left;
    margin: 0 30px 0 20px;
}
.logo img {
}
.menu_header a {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin: 0 20px;
    position: relative;
}
.menu_header a:hover {
    color: #ff7d11;
}
.navbar-nav {
    margin-top: 18px;
}
.menu_header a::after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -4px;
    z-index: 203;
    opacity: 0;
}
.menu_header a:hover::after {
    opacity: 1;
}
.menu_header a::after {
    height: 5px;
    top: 50%;
    margin-top: 20px;
    width: 100%;
    background: #ff7d11;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    z-index: 203;
    opacity: 0;
}
.dropdown-toggle::after {
    border: none;
}
.menu_header .active a {
    color: #ff7d11;
}
.menu_header .active a::after {
    height: 5px;
    left: 10%;
    top: 50%;
    margin-top: 42px;
    width: 80%;
    background: #ff7d11;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    z-index: 203;
    opacity: 1;
}
.header_site .menu_header .active a::after {
    left: 0;
    top: 30px;
    margin-top: 0;
    width: 100%;
}
.page-template-page-sobre .header_site {
    background-color: transparent;
}
.header_site {
    background-color: #313131;
    height: 120px;
}
.dropdown-menu {
    display: none;
    background-color: #e9e9e9;
    padding: 35px !important;
    top: 42px;
}
.dropdown-menu li {
}
.dropdown-menu li a:last-child {
}
.dropdown-menu .active a {
    color: #313131 !important;
}
.dropdown-menu .active a::after {
    content: none !important;
}
.dropdown-menu li a {
    color: #5d5d5d;
    padding: 0;
    display: block;
    line-height: 25px;
    margin: 0;
    margin-bottom: 14px !important;
}
.dropdown-menu li a::after {
    content: none;
}
.dropdown-menu li:last-child a {
    border: none;
    margin-bottom: 0px !important;
}
.dropdown-menu li a:hover {
    text-decoration: none;
    color: #313131;
    background-color: transparent;
}
.navbar-nav .dropdown-menu {
    padding: 0;
}
.pll-parent-menu-item .dropdown-menu {
    max-width: none;
    width: auto;
}
.btn_website.whats {
    background-color: #ff7d11;
}
.btn_website.whats:hover {
    background-color: transparent;
}
.btn_website.whats:hover i {
    color: #fff;
}
.btn_website.whats i {
    color: #313131;
}

/*** HOME ***/
.swiper-slide {
    display: flex;
    align-items: center;
    background-color: #313131;
}
.img_banner {
    text-align: center;
}
.itens_produtos_banner {
    display: flex;
    margin-bottom: 40px;
}
.itens_produtos_banner li {
    color: #fff;
    font-size: 20px;
    margin-right: 60px;
    width: 80px;
}
.itens_produtos_banner li p {
    margin-bottom: 0;
    margin-top: 8px;
}
.title_bg_banner {
    color: #5a5a5a;
    font-size: 215px;
    line-height: 164px;
    margin-bottom: 20px;
    letter-spacing: 16px;
}
.titulo_banner {
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}
.img_banner img {
    position: absolute;
    bottom: -128px;
    left: 0;
}
.banner_home {
    height: 792px;
    background-size: cover;
    background-position: center;
    margin-top: -88px;
    display: flex;
    align-items: center;
    background-color: #313131;
    position: relative;
}
.borda {
    border-left: 5px solid #ff7d11;
    padding-left: 20px;
}
li.borda {
    width: 35% !important;
}
.banner_home .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1px solid #676767;
}
.banner_home.swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 4px 0px;
}
.banner_home .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff7d11;
    border: 1px solid #ff7d11;
}
.banner_home.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 50%;
    right: 78px;
    width: 22px;
    left: auto;
}
.box_produtos_destaque {
    background-color: #fff;
    padding: 90px 0;
}
.title_box {
    color: #313131;
    font-size: 45px;
    margin-bottom: 40px;
    text-align: center;
}
.title_produtos_list {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 18px;
}
.title_produtos_list a {
    color: #585858;
}
.title_produtos_list a:hover {
    color: #ff7d11;
}
.thumb_image {
    background-color: #e9e9e9;
    border-radius: 5px;
}
.thumb_image a {
    display: block;
}
.box_produtos_destaque .owl-prev {
    width: 28px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -30px;
    position: absolute;
}
.box_produtos_destaque .owl-prev i {
    font-size: 80px;
    color: #717171;
}
.box_produtos_destaque .owl-prev:hover i {
    color: #ff7d11;
}
.box_produtos_destaque .owl-next {
    width: 28px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -35px;
    position: absolute;
}
.box_produtos_destaque .owl-next i {
    font-size: 80px;
    color: #717171;
}
.box_produtos_destaque .owl-next:hover i {
    color: #ff7d11;
}
.box_produtos_destaque .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -52px;
    width: 100%;
}
.disabled i {
    color: #717171 !important;
    opacity: 0.4;
}
.box_descascador {
    background-color: #ff7d11;
    padding-bottom: 90px;
}
.title_descascador_novidade {
    font-size: 70px;
    color: #fff;
    line-height: 75px;
    margin-bottom: 0px;
}
.title_descascador_novidade span {
    font-size: 16px;
    color: #ff7d11;
    background-color: #313131;
    position: relative;
    padding: 7px 23px;
    border-radius: 22px;
    top: -12px;
}
.title_descascador_novidade span::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    bottom: -40px;
    left: 50%;
    color: #313131;
    font-size: 22px;
    margin-left: -7px;
}
.subtitle_descascador_novidade {
    color: #313131;
    font-size: 25px;
    margin-bottom: 30px;
}
.text_box_descascador {
    padding-top: 40px;
}
.text_box_descascador p {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
}
.text_box_descascador .btn_branco {
    margin-top: 40px;
}
.chamada_video {
}
.item_depoimento {
    text-align: center;
}
.item_depoimento p {
    color: #000000;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 15px;
}
.nome_user_depoimente {
    font-size: 22px;
    color: #000000;
    font-style: italic;
    font-weight: 500;
}
.cargo_user_depoimento {
    font-size: 20px;
    color: #939393;
    font-style: italic;
    font-weight: 500;
}
.box_depoimentos {
    padding: 90px 0;
}
.box_depoimentos .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    width: 100%;
}
.box_depoimentos .owl-prev {
    width: 28px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -12px;
    position: absolute;
}
.box_depoimentos .owl-next {
    width: 28px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -12px;
    position: absolute;
}
.box_depoimentos .owl-prev i {
    font-size: 80px;
    color: #717171;
}
.box_depoimentos .owl-next i {
    font-size: 80px;
    color: #717171;
}
.box_depoimentos .owl-prev:hover i {
    color: #ff7d11;
}
.box_depoimentos .owl-next:hover i {
    color: #ff7d11;
}
.box_instagram {
    background-color: #ed7410;
    padding: 112px 0;
}
.content_instagram {
    position: relative;
}
.siga_instagram {
    font-size: 215px;
    color: #fff;
    font-weight: 900;
    position: relative;
    letter-spacing: 30px;
    display: table;
    line-height: 173px;
    margin-bottom: 35px;
}
.btn_instagram {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    background-color: #313131;
    border-radius: 40px;
    padding: 13px 64px;
    position: absolute;
    display: table;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -171px;
}
.btn_instagram i {
    color: #ff7d11;
    margin-right: 5px;
}
.galeria_insta {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
}
.galeria_insta li {
    list-style: none;
    padding: 0 15px;
}

/*** SOBRE NÓS ***/
.box_page_sobre {
    margin-top: -120px;
}
.topo_sobrenos {
    height: 525px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.title_page {
    font-size: 140px;
    color: #939393;
    font-weight: 900;
    line-height: 120px;
    letter-spacing: 18px;
}
.text_topo p {
    color: #fff;
    font-size: 20px;
}
.box_bottom_sobrenos {
    padding: 110px 0;
}
.box_bottom_sobrenos .item_sobrenos:first-child {
    margin-bottom: 35px;
}
.item_sobrenos img {
    margin-bottom: 10px;
}
.item_sobrenos h3 {
    font-size: 38px;
    color: #313131;
}
.item_sobrenos p {
    font-size: 18px;
    color: #313131;
}
.content_missao_visao {
    text-align: center;
}
.content_missao_visao img {
    margin-bottom: 10px;
}
.content_missao_visao h2 {
    font-size: 70px;
    color: #ff7d11;
    margin-bottom: 20px;
}
.content_missao_visao p {
    font-size: 20px;
    color: #313131;
}

/*** PRODUTOS ***/
.form-group .error {
    font-size: 12px;
    color: red;
}
#aceita_termo-error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: 0;
}
.btn_laranja.overlay {
    background-image: url("../img/loading.gif");
    background-position: 28px center;
    background-size: 26px;
    background-repeat: no-repeat;
    background-attachment: scroll;
}
.tooltip.in {
    opacity: 1 !important;
}
.slider.slider-horizontal {
    width: 100% !important;
}
.slider-handle {
    background-color: #ff7e00;
    background-image: -webkit-linear-gradient(top, #ff7e00 0%, #ff7e00 100%);
    background-image: -o-linear-gradient(top, #ff7e00 0%, #ff7e00 100%);
    background-image: linear-gradient(to bottom, #ff7e00 0%, #ff7e00 100%);
}
.slider-selection {
    position: absolute;
    background-image: -webkit-linear-gradient(top, #919191 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #919191 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #919191 0%, #fefefe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff919191', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.breadcrumb.posts_type {
    padding: 0;
    display: flex;
    background-color: transparent;
}
.breadcrumb li {
    color: #313131;
    font-size: 20px;
    margin-right: 15px;
}
.breadcrumb a {
    color: #313131;
}
.breadcrumb i {
    color: #ff7d11;
    margin-left: 2px;
}
.breadcrumb span {
    font-weight: 900;
    color: #ff7d11;
}
.box_page_produtos_list {
    padding-top: 45px;
    padding-bottom: 125px;
}
.breadcrumb {
    margin-bottom: 50px;
}
.item_produto_list {
    margin-bottom: 60px;
}
.item_produto_list:hover a {
    color: #ff7d11;
}
.item_produto_list:hover img {
    transform: scale(1.2);
}
.item_produto_list img {
    transition: transform 0.5s;
}
.thumb_produto_list {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.content_produto_list {
    text-align: center;
}
.content_produto_list h3 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content_produto_list a {
    color: #585858;
}
.content_produto_list a:hover {
    color: #ff7d11;
}
.content_produto_list p {
    color: #313131;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 300;
}
/*** SINGLE PRODUTO ***/
.box_single_produto {
    background-color: #313131;
    padding: 90px 0;
}
.produto_imagem_single {
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.content_produto_single h1 {
    font-size: 45px;
    color: #ff7d11;
    margin-top: 0;
    margin-bottom: 15px;
}
.content_produto_single h2,
.content_produto_single h3,
.content_produto_single h4,
.content_produto_single h5,
.content_produto_single h6 {
    color: #ff7d11;
    margin-top: 0;
    margin-bottom: 20px;
}
.content_produto_single p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
}
.content_text p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
}
.content_text p:last-child {
    margin-bottom: 40px;
}
.title_especificacoes {
    font-size: 25px;
    margin-bottom: 30px;
}
.informacoes_tecnicas {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
}
.informacoes_tecnicas li {
    display: flex;
    margin-bottom: 0;
}
.informacoes_tecnicas li p {
    font-weight: 300;
    margin-bottom: 0;
}
.informacoes_tecnicas li p strong {
    font-weight: 500;
}
.informacoes_tecnicas th {
    font-weight: 300;
    padding: 6px 15px;
}
.informacoes_tecnicas td {
    font-weight: 500;
    padding: 6px;
}
.informacoes_tecnicas tr:nth-child(odd) {
    background-color: #464646;
}
.informacoes_tecnicas tr:nth-child(even) {
    background-color: #313131;
}
.box_orcamento_produto {
    background-color: #f2f2f2;
    padding: 90px 0;
}
.box_orcamento_produto .big_title {
    text-align: center;
    font-size: 140px;
    line-height: 95px;
}
.big_title {
    color: #5a5a5a;
    font-size: 140px;
    line-height: 95px;
    margin-bottom: 100px;
    letter-spacing: 16px;
    text-transform: lowercase;
}
.title_box_orcamento {
    color: #313131;
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.formulario_dados_tecnicos,
.formulario_dados_pessoais {
    background-color: #ffffff;
    padding: 48px;
    border-radius: 15px;
}
.formulario_dados_pessoais .btn_laranja {
    margin-top: 25px;
}
.formulario_dados_pessoais .btn_laranja:hover {
    background-color: #ff7d11;
    opacity: 0.9;
}
.list_desenho img {
    display: none;
}
.linha_orcamento {
    height: 1px;
    background-color: #cccccc;
    clear: both;
    width: 100%;
    margin: 20px 0;
}
.form-control:focus {
    color: #585858;
    background-color: #fff;
    border-color: #838383;
    outline: none;
    box-shadow: none;
}
.input_text {
    color: #585858;
    border-color: #838383;
    border-radius: 28px;
    padding: 8px 18px;
}
.text_area {
    color: #585858;
    border-color: #838383;
    border-radius: 28px;
    padding: 8px 18px;
}
.select_orcamento {
    color: #585858;
    border-color: #838383;
    border-radius: 28px;
    padding: 8px 18px;
}
.form-group label {
    color: #585858;
    margin-bottom: 2px;
    padding: 0 18px;
    font-size: 18px;
}
.form-group p {
    color: #585858;
    margin-bottom: 0;
    padding: 0 18px;
    font-size: 15px;
    font-style: italic;
}

/*** PORTFOLIO ***/
.box_orcamento_view {
    position: absolute;
    bottom: -80px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.box_orcamento_view p {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
}
.box_orcamento_view a {
    margin: 0 5px;
}
.btn_link {
    outline: none !important;
}
.link {
    cursor: pointer;
}
.grid-sizer,
.grid-item {
    width: 33.33%;
    padding: 15px;
    text-align: center;
}
.grid:after {
    content: "";
    display: block;
    clear: both;
}
.grid-item img {
    border-radius: 18px;
    height: auto;
    width: 100%;
}
.view_portfolio {
    padding: 15px;
    border-radius: 18px;
    overflow: initial;
}
.view_portfolio img {
    border-radius: 18px;
}
.dados_portfolio {
    margin-top: 15px;
}
.dados_portfolio p {
    margin-bottom: 0;
}
.fancybox-content {
}
.view_portfolio .fancybox-button {
    color: #ff7d11;
    right: -46px;
    top: -42px;
}

/*** CONTATO ***/
.content_googlemaps {
    display: flex;
    align-items: center;
}
.box_google_maps {
    padding: 70px 0;
}
.content_googlemaps h2 {
    color: #313131;
    font-size: 38px;
    margin-bottom: 0;
    margin-left: 15px;
}
.content_googlemaps p {
    color: #313131;
    font-size: 20px;
    margin-bottom: 0;
}
.box_contato {
    background-color: #313131;
    padding: 90px 0;
}
.content_page_contato p {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.content_page_contato a {
    font-size: 20px;
    color: #ff7d11;
    text-decoration: underline;
}
.box_contato .big_title {
    margin-bottom: 50px;
}
.form_page_conteto {
    margin-top: 50px;
}
.form_page_conteto label {
    color: #fff;
}
.form_page_conteto p {
    color: #fff;
}
.form_page_conteto .text_fora {
    color: #fff;
    margin-bottom: 20px;
}
.form_page_conteto .checkbox {
    margin: 0;
}
.form_nome {
    padding: 0 10px;
}
.form_page_conteto .inpur_text,
.form_page_conteto .inpur_textarea {
    border: 1px solid #838383;
}
.form_page_conteto .inpur_text:focus,
.form_page_conteto .inpur_textarea:focus {
    border: 1px solid #ff7d11;
}
.form_page_conteto .name {
    margin-left: 20px;
}
.form_page_conteto .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

/*** Landingpage ***/
.banner_landinpage {
    height: 792px;
    background-size: cover;
    background-position: center;
    margin-top: -88px;
    display: flex;
    align-items: center;
    background-color: #313131;
}
.btn_website {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #ff7d11;
    border-radius: 50px;
    padding: 16px 39px;
}
.menu_desktop {
    margin-right: 200px;
}
.header_site .menu_desktop {
    margin-right: 120px;
}
.btn_laranja {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff7d11;
    border: 1px solid #ff7d11;
    border-radius: 50px;
    padding: 16px 71px;
    display: table;
    box-shadow: none !important;
}
.btn_laranja:hover {
    background-color: transparent;
    border: 1px solid #ff7d11;
}
.btn_branco {
    font-size: 18px;
    color: #ff7d11;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 16px 71px;
    display: table;
    box-shadow: none !important;
}
.btn_branco:hover {
    background-color: transparent;
    border: 1px solid #fff;
}
.text_banner h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 400;
}
.text_banner h2 {
    font-size: 108px;
    color: #ff7d11;
    font-weight: 400;
    letter-spacing: 10px;
}
.content_produto {
}
.content_produto h2 {
    color: #313131;
    font-size: 70px;
    margin-bottom: 40px;
    font-weight: 400;
}
.content_produto h4 {
    font-size: 24px;
    color: #313131;
    margin-bottom: 30px;
}
.content_produto p {
    color: #313131;
    font-size: 18px;
    margin-bottom: 30px;
}
.caracteristicas p {
    margin-bottom: 10px;
}
.box_produto {
    padding: 110px 0;
}
.selos {
    padding: 0;
    margin: 0;
    flex-direction: row;
    align-items: center;
    display: flex;
    margin-bottom: 50px;
}
.selos li {
    list-style: none;
    background-color: #ff7d11;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 32px;
    border-radius: 8px;
    padding: 22px 50px;
}
.selos li p {
    margin-bottom: 0;
    margin-left: 30px;
    color: #fff;
    font-size: 18px;
}
.caracteristica_produto {
    background-color: #e8e8e8;
    padding: 100px 0;
    color: #313131;
}
.content_caracteristica h2 {
    font-size: 70px;
    margin-bottom: 40px;
}
.img_produto {
    position: absolute;
    top: -142px;
}
.box_orcamento {
    background-color: #313131;
    padding: 110px 0;
}
.formulario_contato {
}
.formulario_contato h2 {
    color: #fff;
    text-align: center;
    font-size: 70px;
    margin-bottom: 60px;
}
.inpur_text {
    width: 100%;
    border: 1px solid #565656;
    border-radius: 24px;
    background-color: transparent;
    padding: 9px 22px;
    outline: none !important;
    color: #fff;
}
.inpur_text::placeholder {
    color: #fff;
}
.inpur_textarea {
    width: 100%;
    border: 1px solid #565656;
    border-radius: 24px;
    background-color: transparent;
    padding: 9px 22px;
    outline: none !important;
    color: #fff;
}
.inpur_textarea::placeholder {
    color: #fff;
}
.formulario_contato p label {
    width: 50%;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.formulario_contato .btn_laranja {
    margin: 0 auto;
    cursor: pointer;
}
.text_fora {
    padding: 0 15px;
}
.checkbox .wpcf7-list-item-label {
    color: #565656;
    font-size: 13px;
}
.checkbox .wpcf7-list-item-label a {
    color: #565656;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
}
.checkbox {
    margin: 18px 0;
}
.checkbox label {
    display: flex;
    align-items: center;
}
.input_checkbox {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.input_checkbox input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.footer_top {
    background-color: #ff7d11;
    height: 270px;
    display: flex;
    align-items: center;
}
.box_orcamento_produto .btn_website {
    background-color: #ff7d11 !important;
}
.btn_whatsfooter {
    background-color: #25d366;
    color: #fff;
    border-radius: 51px;
    font-size: 46px;
    position: fixed;
    bottom: 44px;
    right: 30px;
    z-index: 999;
    padding: 5px 21px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
}
.btn_whatsfooter a {
    color: #fff;
}
.box_content_footer h3 {
    color: #313131;
    font-size: 20px;
    margin-bottom: 15px;
}
.box_content_footer p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.box_emails {
    display: flex;
    align-items: center;
}
.box_emails ul {
    width: 100%;
}
.box_emails ul li {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 4px;
}
.box_emails ul li label {
    font-weight: 900;
    margin-bottom: 0;
}
.box_emails a {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
}
.whats_telefone {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
}
.box_content_footer_bottom {
    height: 62px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
}
.box_content_footer_bottom p {
    color: #313131;
    font-size: 15px;
    margin-bottom: 0;
}

#sb_instagram img {
    opacity: 1 !important;
}

/*** FOOTER ***/
.footer {
    background-color: #fff;
}
/*** MOBILE RESPONSIVO*/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1335px;
    }
}
@media only screen and (min-width: 1650px) {
    .container {
        max-width: 1430px;
    }
}
@media (max-width: 1649.98px) {
    .box_produtos_destaque .owl-prev {
        left: -6px;
        width: 22px;
    }
    .box_produtos_destaque .owl-next {
        right: -8px;
        width: 22px;
    }
    .box_produtos_destaque .owl-prev i {
        font-size: 70px;
    }
    .box_produtos_destaque .owl-next i {
        font-size: 70px;
    }
    .text_banner h2 {
        font-size: 80px;
    }
    .img_produto {
        top: -95px;
    }
    .header_site .menu_desktop {
        margin-right: 32px;
    }
    .header_site .btn_website.whats {
        padding: 8px 7px;
        font-size: 12px;
    }
    .header_site .menu_header .active a::after {
        left: 0;
        top: 30px;
        margin-top: 0;
        width: 100%;
    }
    .header_site .menu_header a::after {
        margin-top: 18px;
    }
}
@media (max-width: 1199.98px) {
    .siga_instagram {
        font-size: 180px;
    }
    .box_produtos_destaque .owl-prev {
        left: -16px;
    }
    .box_produtos_destaque .owl-next {
        right: -20px;
    }
    .btn_laranja {
        padding: 10px 40px;
    }
    .btn_branco {
        padding: 10px 40px;
    }
    .itens_produtos_banner {
        margin-bottom: 20px;
    }
    .itens_produtos_banner li {
        margin-right: 25px;
    }
    .titulo_banner {
        margin-bottom: 35px;
    }
    .img_banner img {
        bottom: -216px;
    }
    li.borda {
        width: 52% !important;
    }
    .header_site .menu_desktop {
        margin-right: 45px;
    }
    .header_site .menu_header a {
        margin: 0 10px;
        font-size: 18px;
    }
    .header_site .logo img {
        width: 160px;
    }
    .btn_website {
        padding: 8px 14px;
    }
    .menu_desktop {
        margin-right: 0;
    }
    .navbar-header {
        margin: 0 15px 0 0px;
    }
    .navbar {
        padding: 10px 0;
    }
    .selos {
        flex-direction: column;
    }
    .selos li:first-child {
        margin-bottom: 15px;
    }
    .box_content_footer {
        text-align: center;
    }
}
@media (max-width: 991.98px) {
    .content_googlemaps {
        flex-direction: column;
    }
    .img_btn_googlemaps {
        margin-top: 25px;
    }

    .box_contato .big_title {
        font-size: 120px;
    }
    .box_contato {
        padding: 60px 0;
    }
    .title_page {
        font-size: 110px;
        color: #939393;
        font-weight: 900;
        line-height: 100px;
        letter-spacing: 8px;
    }
    .content_missao_visao h2 {
        font-size: 55px;
        color: #ff7d11;
        margin-bottom: 20px;
    }
    .btn_instagram {
        padding: 5px 40px;
        top: 50%;
        margin-top: -14px;
        left: 0;
        margin-left: 88px;
    }
    .content_instagram {
        position: relative;
        display: table;
        margin: auto;
    }
    .title_bg_banner {
        font-size: 100px;
        line-height: 92px;
    }
    .banner_home {
        height: 594px;
    }
    .img_banner img {
        bottom: 0;
    }
    .banner_home.swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        right: 15px;
    }
    .banner_landinpage {
        height: 600px;
    }
    .content_video {
        margin-top: 40px;
    }
    .footer_top {
        height: auto;
        padding: 40px 0;
    }
    .box_emails ul li {
        justify-content: center;
    }
    .box_emails ul {
        width: auto;
    }
    .box_emails {
        width: 100%;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .js-collapse .navbar-collapse {
        overflow-y: auto !important;
        display: block;
        z-index: 991;
        padding-top: 70px;
        margin-top: 0 !important;
    }
    .navbar-collapse {
        position: fixed;
        z-index: -999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: #ff7d11;
        padding: 10px 30px 60px;
        display: none;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    .js-collapse .navbar-toggler {
        position: fixed;
        z-index: 995;
        top: 15px;
        right: 20px;
    }
    .navbar-toggler.active .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
        background-color: #fff;
    }
    .navbar-toggler.active .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
        background-color: #fff;
    }
    .navbar-toggler.active .icon-bar {
        left: 10px;
    }
    .navbar-toggler .icon-bar:nth-of-type(2) {
        opacity: 1;
        filter: alpha(opacity=100);
        margin: 6px 0 6px auto;
        width: 20px;
    }
    .navbar-toggler .icon-bar {
        position: relative;
        display: block;
        width: 30px;
        height: 2px;
        transition: all 0.2s;
        background-color: #ebe50c;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -o-border-radius: 20px;
        left: 0;
    }
    .navbar-toggler.active .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
        width: 30px;
        background-color: #fff;
    }
    .header_site .menu_header a::after {
        margin-top: 30px;
    }
    .header_site .menu_desktop {
        margin-right: 0;
    }
    .title_descascador_novidade {
        font-size: 50px;
        line-height: 56px;
    }
    .title_descascador_novidade span {
        top: -7px;
    }
    .title_descascador_novidade span::after {
        bottom: -30px;
    }
    .box_contato {
        padding: 30px 0;
    }
}
@media (max-width: 767.98px) {
    .grid-item {
        padding: 8px;
    }
    .box_contato .big_title {
        font-size: 90px;
        line-height: 72px;
        margin-bottom: 35px;
    }
    .form_page_conteto {
        margin-top: 30px;
    }
    .box_instagram {
        padding: 60px 0;
    }
    .chamada_video img {
        max-width: 100%;
        height: auto;
    }
    .btn_laranja {
        padding: 6px 16px;
        font-size: 12px;
    }
    .btn_branco {
        padding: 6px 16px;
        font-size: 12px;
    }
    .text_banner h1 {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .btn_laranja {
        padding: 16px 26px;
        font-size: 16px;
    }
    .banner_landinpage {
        height: 445px;
    }
    .text_banner h2 {
        font-size: 50px;
    }
    .box_produto {
        padding: 60px 0;
    }
    .content_caracteristica h2 {
        font-size: 40px;
    }
    .selos li:first-child {
        margin-bottom: 15px;
    }
    .selos li {
        margin-right: 0;
        padding: 14px 10px;
    }
    .content_produto h2 {
        font-size: 50px;
        margin-top: 20px;
    }
    .formulario_contato p label {
        width: 100%;
    }
    .content_video {
        margin-top: 0;
    }
    .title_box {
        font-size: 38px;
    }
    .box_depoimentos {
        padding: 60px 0;
    }
}
@media (max-width: 575.98px) {
    .content_googlemaps h2 {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .box_contato .big_title {
        font-size: 53px;
        line-height: 45px;
        margin-bottom: 30px;
        letter-spacing: 8px;
    }
    .title_page {
        font-size: 80px;
        line-height: 72px;
    }
    .text_topo p {
        font-size: 16px;
    }
    .item_sobrenos:last-child {
        margin-bottom: 50px;
    }
    .siga_instagram {
        font-size: 96px;
        line-height: 96px;
        margin: 0;
        margin-bottom: 30px;
        text-align: center;
        display: block;
        letter-spacing: 14px;
    }
    .btn_instagram {
        position: relative;
        display: block;
        margin: 0;
        margin-bottom: 36px;
    }
    .box_produtos_destaque i {
        font-size: 50px;
    }
    .box_produtos_destaque .owl-prev {
        left: -10px;
    }
    .box_produtos_destaque .owl-next {
        right: -15px;
    }
    .title_descascador_novidade {
        font-size: 40px;
        line-height: 45px;
    }
    .title_descascador_novidade span {
        font-size: 14px;
        padding: 4px 18px;
    }
    .title_descascador_novidade span::after {
        bottom: -25px;
    }
    .title_box {
        font-size: 30px;
    }
    .box_produtos_destaque {
        padding: 60px 0;
    }
    .banner_home .btn_laranja {
        margin-top: 15px;
    }
    .title_bg_banner {
        font-size: 60px;
        line-height: 80px;
        letter-spacing: 6px;
    }
    .banner_home {
        height: 850px;
    }
    .img_banner img {
        position: relative;
    }
    .logo img {
        max-width: 155px;
    }
    .text_banner h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .btn_laranja {
        padding: 6px 14px;
        font-size: 14px;
    }
    .text_banner h2 {
        font-size: 40px;
        letter-spacing: 6px;
    }
    .banner_landinpage {
        height: 325px;
    }
    .caracteristica_produto {
        padding: 60px 0;
    }
    .content_caracteristica h2 {
        font-size: 30px;
    }
    .img_produto {
        top: auto;
        max-width: 100%;
        height: auto;
        position: relative;
    }
    .formulario_contato h2 {
        font-size: 40px;
    }
    .box_emails ul li {
        flex-direction: column;
        text-align: center;
    }
    .box_emails {
        margin-bottom: 20px;
    }
    .box_emails a {
        font-size: 12px;
    }
    .box_emails img {
        display: none;
    }
}
/***** MENU Mobile ******/
.navbar-toggler .icon-bar {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    transition: all 0.2s;
    background-color: #ff7d11;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    left: 0;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}
.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 6px 0 6px auto;
    width: 20px;
}
.navbar-toggler .icon-bar:nth-of-type(3) {
    transform: rotate(0);
    width: 25px;
    margin-right: 0;
    margin-left: auto;
}
.navbar-toggler.active .icon-bar {
    left: 10px;
}
.navbar-toggler.active .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    background-color: #fff;
}
.navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
}
.navbar-toggler.active .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
    width: 30px;
    background-color: #fff;
}
@media (max-width: 991.98px) {
    /** * MENU MOBILE */
    .navbar-header {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .navbar-collapse {
        position: fixed;
        z-index: -999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: #454955;
        padding: 10px 30px 60px;
        display: none;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    .navbar-nav.menu_header_mobile {
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: center;
    }
    .menu_header_mobile {
        text-align: center;
    }
    .menu_header_mobile li a {
        color: #fff;
        background: transparent;
        font-size: 30px;
    }
    .navbar-nav.menu_header_mobile {
    }
    .menu_header .navbar-nav a {
        font-size: 30px;
        text-align: center;
    }
    .menu_header .navbar-nav {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .menu_header .navbar-nav a:hover,
    .menu_header .navbar-nav .active a {
        color: #fff;
        border: none;
    }
    .menu_header .navbar-nav a {
        color: #fff;
    }
    .js-collapse .navbar-collapse {
        overflow-y: auto !important;
        display: block;
        z-index: 991;
        padding-top: 70px;
        margin-top: 0 !important;
        text-align: center;
    }
    .menu_header {
        float: none;
        display: flex;
        align-items: center;
        height: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .menu_header_mobile {
        text-align: center;
    }
    .menu_header_mobile li {
        margin-bottom: 15px;
    }
    .js-collapse .navbar-toggler {
        position: fixed;
        z-index: 995;
        top: 15px;
        right: 20px;
    }
    .menu_header li {
        margin-bottom: 45px;
    }
    .menu_header .active a::after {
        top: 0;
    }
    .menu_header a::after {
        top: 0;
    }
}
