/*
Theme Name: Macalé
Theme URI: https://macale.com/
Description: Tema desenvolvido pela Riverlab para o site Macalé.
Author: RiverLab ("TioRiver Nikolaevich")
Author URI: https://riverlab.org
Version: 1.0.0.2
Tags: Responsivo, CSS3, jQuery, PHP, HTML5, UI, UX, Harmonia de Cores
*/
/* Fontes */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Rustico';
    src: url('css/fonts/rustico-regular.otf');
}

/* Variaveis */
:root {
    --azul-001: rgb(43, 57, 129);
    --azul-002: rgb(56, 204, 184);
    --azul-003: rgb(227, 239, 246);
    --laranja-001: rgb(248, 90, 47);
    --laranja-002: rgb(218, 144, 45);
    --laranja-003: rgb(251, 171, 65);
    --marrom-001: #643d31;
    --verde-001: rgb(0, 230, 189);
}

/* CSS Reset */
body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', 'Arial', 'sans-serif';
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
}
* {
    box-sizing: border-box;
    outline: none;
}

/* Especiais */
.mwidth {
    max-width: 1696px;
    padding: 0 10px;
    margin: auto;
}
@media (max-width: 1696px) {
    .mwidth {
        max-width: 1280px;
        padding: 0 20px;
        margin: auto;
    }
}

/* WordPress Core */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Modal */
.modalOrcamentoContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .7);
    z-index: 999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.modalOrcamento {
    max-width: 300px;
    width: 100%;
    height: 200px;
    background: var(--laranja-002);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 20px;
}
.modalOrcamento a {
    width: 100%;
    padding: 10px 30px;
    border-radius: 4px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease;
}
.modalOrcamento a:hover {
    background: rgba(255, 255, 255, .05);
}
.modalOrcamento a:last-child {
    margin-bottom: 0;
}
.modalOrcamento img {
    max-width: 30px;
    margin-right: 5px;
}
.modalOrcamento span {
    font-weight: 600;
    color: #fff;
}
.closeModalOrcamento {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    background: #e74c3c;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.closeModalOrcamento:hover {
    background: #c0392b;
}

/* Header */
.Menu_Topo {
    height: 112px;
    background: var(--azul-001);
}
.Menu_Topo_Links {
    position: relative;
}
.menuMobile {
    display: none;
}
.logo_mobile_header {
    display: none;
}
.Menu_Topo_Links .MTL ul li a {
    padding: 0px 25px;
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #fff;
}
.Menu_Topo_Links .MTL ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.Menu_Topo_Links .MTL ul li {
    margin: 0;
    padding: 0;
}
.Menu_Topo_Links .MTL ul li {
    border-right: 2px solid var(--azul-002);
}
.Menu_Topo_Links .MTL ul li:last-child {
    border: none;
}
.Menu_Topo_Social {
    position: absolute;
    left: 100%;
    margin-left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.social_link_header {
    width: 50px;
    height: 50px;
    margin-right: 3px;
}

/* Sub Barra */
.Sub_Barra {
    background: url('img/barra_leitosa.png');
    height: 320px;
    width: 100%;
    position: absolute;
    z-index: 2;
}
.Sub_Barra_Container {
    padding: 45px 10px;
}
.Sub_Barra_Container .right h3 {   /* ------------------------ AQUI É A FONTE DO SLOGAN ----------------------- */
    /*font-family: 'Optima', 'Segoe', 'Segoe UI', 'Candara', 'sans-serif'; */
    font-size: 23px;
    margin: 0;
    color: var(--azul-002);
}
.Sub_Barra_Container .right h3 span {
    color: var(--azul-001);
    margin-right: 50px;
}

/* Rotativos */
.rotativo {
    width: 100%;
}
.rotativo img {
    width: 100%;
    height: 635px;
    display: block;
    object-fit: cover;
}

/* Tradicao em inovar */
.tradicao {
    padding: 90px 60px;
    background: url(img/simbolo.png) 110% no-repeat;
    background-size: contain;
    background-color: var(--azul-002);
    color: #fff;
}
.tradicao .left {
    width: 50%;
}
.tradicao .left h2 {
    margin: 0px 0 50px;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 55px;
}
.tradicao .left h2 span {
    display: block;
    margin-left: 35px;
}
.tradicao .left h1 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    text-align: justify;
}
.tradicao .right {
    width: 45%;
}
.tradicao .right .top {
    position: relative;
    margin-bottom: 60px;
}
.responsive_iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.tradicao .right .top iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.tradicao .right .top::before {
    content: '';
    display: block;
    width: 33%;
    height: 40%;
    left: -15px;
    bottom: -15px;
    background: var(--laranja-002);
    position: absolute;
}
.tradicao .right .top::after {
    content: '';
    display: block;
    width: 33%;
    height: 40%;
    right: -15px;
    top: -15px;
    background: var(--laranja-002);
    position: absolute;
}
.tradicao .right .bottom {
    margin-left: 30px;
}

/* Barra branca */
.white_bar {
    height: 100px;
    background: #fff;
}

/* Aditivos */
.aditivos {
    background: url(img/bg/002.webp) center no-repeat;
    background-size: cover;
}
.aditivos .mwidth {
    position: relative;
}
.aditivos_header {
    padding: 50px 0 20px 40px;
}
.aditivos_header .left {
    width: 222px;
}
.aditivos_header .right {
    width: calc(100% - 230px);
}
.aditivos_header .right h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    line-height: 38px;
    margin: 0 0 0 40px;
}
.aditivos_header .right h2 span {
    display: block;
    color: var(--laranja-003);
}
.aditivos_articles {
}
.aditivos_item {
    width: 375px;
    height: 300px;
    color: #fff;
    font-size: 20px;
}
.aditivos_item h4 {
    margin: 20px 0;
    font-weight: 500;
}
.aditivos_footer {
    padding: 60px 0 120px;
}
.img_reflexiva_laticinios {
    width: 710px;
    position: absolute;
    bottom: -111px;
    right: 0;
}
@media (max-width: 1696px) {
    .img_reflexiva_laticinios {
        width: 575px;
        position: absolute;
        bottom: -90px;
        right: 0;
    }
}

/* Macro Categorias */
.macro_categorias {
    padding: 135px 0px 100px;
}
.macro_categorias .mwidth a img {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
}

/* Acesse o nosso blog */
.acesse_blog {
    position: relative;
    overflow: hidden;
}
.chamada_blog {
    background: var(--laranja-002);
    width: 40%;
    position: relative;
}
.chamada_blog::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: var(--laranja-002);
    position: absolute;
    right: 100%;
}
.chamada_blog .thumbnail {
    padding: 40px 35px 0 0;
}
.chamada_blog .title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.chamada_blog .description {
    margin-bottom: 20px;
    margin-right: 35px;
    color: var(--marrom-001);
    font-size: 17px;
    text-align: justify;
}
.chamada_blog .link {
    margin-right: 35px;
    text-align: right;
    margin-bottom: 40px;
}
.chamada_blog .link a {

}
.ultimos_posts_blog {
    padding: 40px 0 0 35px;
    background: var(--azul-003);
    width: 60%;
    position: relative;
}
.ultimos_posts_blog::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    background: var(--azul-003);
    position: absolute;
    left: 100%;
}
.item_post_blog_lateral {
    margin-bottom: 30px;
}
.item_post_blog_lateral .left {
    width: 340px;
    margin-right: 30px;
}
.item_post_blog_lateral .left img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.item_post_blog_lateral .right {
    width: calc(100% - 370px);
}
@media (max-width: 1696px) {
    .item_post_blog_lateral .left {
        width: 280px;
        height: 186px;
        margin-right: 30px;
    }
    .item_post_blog_lateral .right {
        width: calc(100% - 310px);
    }
}
.item_post_blog_lateral .right .title h3 {
    margin: 0;
    font-size: 20px;
    color: var(--laranja-002);
    font-weight: 800;
}
.item_post_blog_lateral .right .microdados {
    color: #95969c;
    font-size: 15px;
    margin-bottom: 20px;
}
.item_post_blog_lateral .right .microdados span:first-child {
    border-right: 1px solid #95969c;
    padding-right: 5px;
}
.item_post_blog_lateral .right .description {
    font-size: 16px;
    text-align: justify;
    color: #61636b;
}
.item_post_blog_lateral .right .description a {
    color: var(--laranja-001);
    font-weight: 800;
}

/* Barra branca 2 */
.white_bar_2 {
    background: #fff;
}
.white_bar_2 .mwidth {
    height: 180px;
    position: relative;
}
.img_reflexiva_outros_produtos {
    width: 1100px;
    max-width: 90%;
    position: absolute;
    bottom: -73px;
    right: 0;
}
@media (max-width: 1696px) {
    .white_bar_2 .mwidth {
        height: 140px;
        position: relative;
    }
    .img_reflexiva_outros_produtos {
        width: 870px;
        position: absolute;
        bottom: -58px;
        right: 0;
    }
}

/* Moderno */
.moderno {
    padding: 50px;
    background: var(--azul-003);
}
.moderno_header {

}
.moderno_header h2 {
    margin: 30px 0 80px 0;
    font-size: 45px;
    color: var(--azul-001);
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
}
.moderno_header h2 span {
    display: block;
    color: var(--verde-001);
}
.moderno_section {
    margin-bottom: 40px;
}
.moderno_thumbnail {
    height: 200px;
}
.moderno_item img {
    max-width: 100%;
}
.moderno_item {
    width: calc(100% / 6 - 10px);
    color: var(--azul-001);
}
.moderno_item h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
}

/* Fale Conosco */
.fale_conosco {

}
.fale_conosco .mwidth {
    padding: 60px 0 100px;
}

/* Parceiros */
.parceiros {

}
.parceiros_header {
    text-align: center;
}
.parceiros_header h2 {
    margin: 0 0 10px;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--azul-001);
}
.parceiros_section {
    margin-bottom: 20px;
}
.parceiros_item {
    width: calc(100% / 4 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
}
.parceiros_item:nth-child(-n+3) {
    width: calc(100% / 3 - 10px);
    margin-right: 0;
}

/* Footer */
.mFooter {
    background: var(--azul-001);
    padding: 120px 0 50px;
    color: #fff;
}
.mFooter .mwidth {

}
.mFooter .mwidth .main {
    margin-bottom: 50px;
}
.logo_footer {
    width: 250px;
}
.mFooter .mwidth .main .right {
    max-width: 1000px;
    width: 1000px;
}
.footer_item {
    margin-right: 100px;
}
.footer_item:last-child {
    margin-right: 0;
}
.footer_item h3 {
    color: var(--verde-001);
    font-size: 15px;
    margin: 0 0 10px;
}
#endereco {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}
#horario {
    color: var(--verde-001);
    font-size: 14px;
    font-weight: 700;
}
#horario b {
    color: #fff;
}
#contato_title {
    margin-left: 25px;
}
.number_footer {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.number_footer img {
    margin-right: 10px;
    width: 17px;
}
.number_footer b {
    font-size: 12px;
}
.midias_footer {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
}
.midias_footer img {
    margin-right: 5px;
    width: 18px;
}
.menu_footer {
    margin-top: 40px;
}
.menu_footer ul {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 0;
}
.menu_footer ul li {
    padding: 0;
    margin: 0;
}
.menu_footer a {
    padding: 0px 25px;
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #fff;
}
.menu_footer ul li {
    border-right: 1px solid #fff;
}
.menu_footer ul li:first-child {
    padding-left: 0;
}
.menu_footer ul li:last-child {
    border: none;
}
.creditos {
    color: var(--verde-001);
    text-align: center;
}

/* Single - Post */
.postagem_blog .rotativo {
    display: none;
}
.postagem_blog .Sub_Barra {
    height: 140px;
}
.postagem_blog {
    margin-bottom: 140px;
}

/* Page - Blog */
.blog_page {
    padding: 60px 20px;
}
.blog_page_header h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--azul-001);
    text-align: center;
    margin: 0 0 40px;
}
.blog_page_header.SingleHeader {
    text-align: center;
}
.blog_page_header.SingleHeader h1 {
    font-size: 30px;
    text-transform: unset;
    margin-bottom: 10px;
}
.blog_section_item_rl {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.blog_section_item_rl:nth-child(2n+2) {
    flex-direction: row-reverse;
}
.blog_section_item_rl:nth-child(2n+2) .left {
    margin-right: 0;
    margin-left: 20px;
}
.blog_section_item_rl .left {
    width: 320px;
    height: 230px;
    margin-right: 20px;
}
.blog_section_item_rl .left a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.blog_section_item_rl .right {
    width: calc(100% - 340px);
}
.blog_section_item_rl .right h2 {
    font-size: 20px;
    color: var(--laranja-002);
    font-weight: 800;
    margin: 0;
}
.categorias_artigo {
    margin-bottom: 5px;
}
.categorias_artigo span {
    border-right: 1px solid #ccc;
    padding: 0 10px 0 0;
}
.categorias_artigo span:last-child {
    border-right: 0;
    padding: 0 10px;
}
.resumo_artigo {
    font-size: 19px;
    text-align: justify;
    font-weight: 500;
    color: #999;
}
.resumo_artigo a {
    color: var(--laranja-003);
    font-weight: 800;
}
.blogDate {
    text-transform: uppercase;
}
.blog_section.singleSection {

}
.singleSection .singleThumbnail {
    margin-top: 40px;
    width: 100%;
    display: block;
}

/* Menu de Categorias */
.menuCategorys {
    background: var(--azul-001);
}
.menuCategorys .mwidth {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.menuCategorys a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 15px;
    transition: .2s all ease;
}
.menuCategorys a:last-child {
    margin-right: 0;
}
.menuCategorys a.current,
.menuCategorys a:hover {
    color: var(--laranja-003);
}

/* Paginacao */
.paginacao {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginacao .page-numbers {
    padding: 0 10px;
}
.paginacao .page-numbers.current {
    color: var(--laranja-003);
}

/* Widgets */
.shareButtons {
    padding: 0;
    font-weight: 300;
    margin: 10px 0;
}
.rteam_shareWidget {
    margin-bottom: 5px;
}

/* Page - Produtos */
.produtos_page {
    padding: 80px 0 50px;
}
.produtos_page_header {
    color: var(--azul-001);
}
.produtos_page_header h1 {
    margin: 0 auto 30px;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.produtos_page_filtros {
    margin-bottom: 40px;
}
.produtos_page_filtros_title {
    color: var(--verde-001);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 35px;
}
.produtos_page_filtros_options {
    position: relative;
}
.produtos_page_filtros_options span {
    color: #8c9096;
    font-weight: 500;
    margin-right: 10px;
}
.produtos_page_filtros_options .filtros_option {
    color: var(--verde-001);
    font-weight: 600;
    text-transform: uppercase;
    border-right: 2px solid var(--verde-001);
    padding-top: 2px;
    padding-bottom: 0px;
    padding-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: .2s all ease;
}
.produtos_page_filtros_options .filtros_option:hover,
.produtos_page_filtros_options .filtros_option.active {
    color: var(--laranja-003);
}
.produtos_page_filtros_options .filtros_option:last-child {
    border: none;
}
.produtos_section .left {
    width: 320px;
}
.expand_produtos_filtros {
    padding: 10px;
    text-align: center;
    font-size: 20px;
    border: 2px solid #e8e8e8;
    margin-bottom: 10px;
    color: var(--azul-001);
    font-weight: 700;
    cursor: pointer;
    display: none;
}
.produtos_filtros {
    width: 100%;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
}
.produtos_filtros_option {
    display: block;
    color: var(--azul-001);
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
    transition: .2s all ease;
    border-bottom: 2px solid #e8e8e8;
}
.produtos_filtros_option:last-child {
    border-bottom: 0;
}
.produtos_filtros_option:hover,
.produtos_filtros_option.active {
    color: var(--laranja-003);
}
.pesquisa_produto {
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    width: 200px;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.pesquisa_produto::placeholder {
    color: #ccc;
    font-family: 'Montserrat', Arial, sans-serif;
}
.pesquisa_produto_form button {
    border: none;
    background: transparent;
}
.pesquisa_produto_form svg {
    position: absolute;
    right: 5px;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 30px;
    height: 23px;
    cursor: pointer;
}
.produtos_section .right {
    width: calc(100% - 370px);
}
.produtos_itens {
    width: 100%;
}
.produto_item {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: var(--azul-001);
    transition: .2s all ease;
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}
.produto_item:hover {
    color: var(--verde-001);
}
.produto_item::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--verde-001);
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}
.aplicacao_produto {
    width: 175px;
    height: 175px;
    margin-right: 60px;
    margin-bottom: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aplicacao_produto::before {
    content: '';
    width: 175px;
    height: 175px;
    position: absolute;
    top: 5px;
    left: -5px;
    background: var(--azul-001);
    border-radius: 50%;
}
.aplicacao_produto_thumbnail {
    width: 175px;
    height: 175px;
    overflow: hidden;
    border-radius: 50%;
    background: var(--azul-001);
    position: relative;
    z-index: 2;
}
.aplicacao_produto_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .2s all ease;
    opacity: .6;
}
.aplicacao_produto:hover .aplicacao_produto_thumbnail img {
    opacity: .2;
}
.aplicacao_nome {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    max-width: 150px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, .3);
}
.fornecedores_produtos {

}
.fornecedor_produto {
    width: 200px;
    margin-right: 50px;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid var(--azul-002);
}
.fornecedor_produto::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 1;
    background: var(--azul-002);
    border-radius: 4px;
    transition: .2s all ease;
}
.fornecedor_produto:hover::before {
    top: 0;
    left: 0;
}
.fornecedor_thumb {
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.fornecedor_thumb img {
    display: block;
    transition: .2s all ease;
}
.fornecedor_produto:hover .fornecedor_thumb img {
    opacity: .8;
    filter: blur(1px);
    transform: scale(1.1);
}

/* Produto Ajax */
.produto_ajax_container {
}
.produto_ajax_first_section {
    margin-bottom: 30px;
}
.produto_ajax_left {
}
.produto_ajax_right {
    margin-left: 40px;
    max-width: 500px;
}
.produto_ajax_title {
    margin: 20px 0 40px;
    font-weight: 800;
    font-size: 30px;
    color: var(--azul-001);
}
.produto_ajax_tags {
    font-weight: 800;
    font-size: 20px;
    color: var(--verde-001);
    margin-bottom: 20px;
}
.produto_ajax_tags span {
    display: block;
}
.produto_ajax_share {

}
.produto_ajax_share span {
    font-weight: 700;
    color: var(--laranja-003);
    display: block;
}
.produto_ajax_share img {
    width: 40px;
}
.produto_ajax_btn {

}
.produto_ajax_btn:first-child {
    margin-bottom: 20px;
}
.produto_ajax_btn div {
    width: 380px;
    text-align: center;
    display: inline-block;
    font-size: 26px;
    cursor: pointer;
}
.produto_ajax_second_section {
    max-width: 1100px;
}
.produto_ajax_second_section h3 {
    color: var(--verde-001);
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.produto_ajax_second_section p {
    font-size: 20px;
    color: #61636b;
    text-align: justify;
}

/* Objetivos */
.objetivos_container {
    margin: 150px auto 40px;
    clear: both;
}
.objetivos_container_left {
    max-width: 756px;
    width: 100%;
    margin-right: 60px;
    clear: both;
}
.objetivos_container_left .main_objetivos {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}
.objetivos_container_left .tracinhos_objetivos {
    float: right;
}
.objetivos_container_right h3 {
    margin: 0 0 60px;
    font-size: 65px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--azul-001);
    letter-spacing: .3px;
    line-height: 65px;
}
.objetivos_container_right h3 span {
    display: block;
    color: var(--verde-001);
}
.objetivos_container_right h1 {
    font-size: 25px;
    color: #64646d;
    text-align: justify;
    margin: 0;
    font-weight: 400;
}
.visao_container {
    margin-bottom: 90px;
    margin-top: 50px;
}
.visao_container h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--azul-001);
    text-transform: uppercase;
    margin: 0 0 50px;
}
.visao_container p {
    font-size: 25px;
    font-weight: 400;
    color: #64646d;
    margin-bottom: 50px;
    text-align: justify;
}
.parcerias_container {

}
.parcerias_container_header {
    text-align: center;
    font-size: 60px;
    font-weight: 800;
    color: var(--azul-001);
    margin-bottom: 140px;
    text-transform: uppercase;
}
.chr_section_left {
    width: 50%;
    height: 400px;
}
.chr_section_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chr_section_right {
    width: 50%;
    height: 400px;
    background: var(--azul-003);
}
.chr_section_right_content {
    max-width: 650px;
    width: 100%;
    background: var(--azul-001);
    padding: 60px;
    height: 100%;
}
.chr_title {
    color: var(--verde-001);
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 50px;
}
.chr_title.doremus {
    margin-bottom: 15px;
}
.chr_section_right_content span {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    display: block;
}
.chr_list {
    padding: 90px 0;
}
.chr_list_left {
    margin-right: 150px;
}
.chr_list span {
    position: relative;
    font-size: 22px;
    color: var(--azul-001);
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 9px;
}
.chr_list span::before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: var(--verde-001);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.outros_parceiros {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

/* Pagina Sobre */
.video_sobre {
    position: relative;
    background: var(--azul-003);
}
.video_sobre_container {
    max-width: 890px;
    width: 100%;
    position: relative;
    padding: 65px 0;
    margin: auto;
}
.video_sobre .responsive_iframe {
    z-index: 2;
}
.video_sobre .responsive_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.video_sobre_simbolo {
    height: 100%;
    position: absolute;
    top: 0;
}
.video_sobre_container::before {
    content: '';
    display: block;
    width: 33%;
    height: 20%;
    left: -15px;
    bottom: 53px;
    background: var(--laranja-002);
    position: absolute;
    z-index: 1;
}
.video_sobre_container::after {
    content: '';
    display: block;
    width: 33%;
    height: 20%;
    right: -15px;
    top: 53px;
    background: var(--laranja-002);
    position: absolute;
    z-index: 1;
}
.sobre_page {
    padding: 60px 0;
}
.sobre_page_header h1 {
    font-weight: 300;
    color: var(--azul-001);
    font-size: 60px;
    margin: 0 0 70px;
    text-transform: uppercase;
}
.sobre_page_header h1 b {
    font-weight: 900;
}
.sobre_page_content {
    color: #595b67;
    font-size: 25px;
    font-weight: 500;
    clear: both;
}
#sobre_left {

}
.contato_page_section_left {
    max-width: 620px;
    width: 100%;
    color: #595b67;
    font-size: 20px;
    margin-right: 50px;
    text-align: justify;
}
.contato_page_section_right {
    max-width: 760px;
    width: 100%;
}
.contato_page_section_right fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 10px;
    position: relative;
    clear: both;
}
.contato_page_section_right fieldset input,
.contato_page_section_right fieldset select {
    width: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    background: rgb(228, 223, 223);
    border: none;
    font-weight: 600;
    color: #595b67;
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
}
.selectArrow {
    width: 100%;
    height: 100%;
    position: relative;
}
.selectArrow svg {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.contato_page_section_right fieldset select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.contato_page_section_right fieldset textarea {
    width: 100%;
    border-radius: 10px;
    background: rgb(228, 223, 223);
    color: #595b67;
    border: none;
    font-weight: 600;
    color: #595b67;
    font-family: 'Montserrat', Arial, sans-serif;
    padding: 15px 20px;
    min-height: 150px;
    resize: vertical;
}
.contato_page_section_right fieldset button {
    border: none;
    font-family: 'Montserrat', Arial, sans-serif;
    float: right;
    cursor: pointer;
}
.contato_page_section_right fieldset .espec {
    display: none;
}
.msgContato {
    padding: 15px;
    font-size: 13px;
    border-radius: 4px;
}
.msgContato.error {
    background: #c0392b;
    border: 1px solid #e74c3c;
    color: #fff;
}
.msgContato.alert {
    background: #d35400;
    border: 1px solid #e67e22;
    color: #fff;
}
.msgContato.success {
    background: #27ae60;
    border: 1px solid #2ecc71;
    color: #fff;
}

/* Contato */
.contato_page {

}
.contato_page_header {

}
.contato_page_header h1 {
    font-size: 60px;
    font-weight: 900;
    color: var(--azul-001);
    text-transform: uppercase;
    text-align: center;
    margin: 70px auto;
}
.contato_page_section {
    margin-bottom: 80px;
}
.faq_title {
    padding: 30px 0;
    background: var(--verde-001);
}
.faq_title .mwidth {
    position: relative;
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}
.faq_title .mwidth img {
    max-width: 250px;
    position: absolute;
    bottom: 80px;
}
.faq_section {
    padding: 50px 0 190px;
}
.faq_item_title {
    padding: 45px 50px;
    font-size: 30px;
    color: var(--azul-001);
    border: 4px solid #e8e8e8;
    margin-bottom: -4px;
    cursor: pointer;
}
.faq_item_corpo {
    padding: 20px;
    font-size: 25px;
    color: #61636d;
    background: #e8e8e8;
    margin: 0 20px;
    display: none;
}

/* Botoes */
.btn_type_1 {
    padding: 7px 15px;
    border-radius: 50px;
    background: var(--laranja-001);
    color: #fff;
    font-weight: bolder;
}
.btn_type_1.padding_sides {
    padding: 7px 30px;
}
.btn_type_1.color_verde_001 {
    background: var(--verde-001);
}

/* Media Querys */
/* 1696 */
@media (max-width: 1696px) {
    .mFooter .mwidth .main .right {
        max-width: 850px;
        width: 100%;
    }
    .sobre_page {
        padding: 60px 20px;
    }
    .sobre_page_content_top img {
        float: initial;
        display: block;
        margin: auto;
    }
    .objetivos_container_right h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .objetivos_container_right h1 {
        font-size: 20px;
    }
    .outros_parceiros {
        flex-wrap: wrap;
        width: 100%;
    }
    .chr_section_right_content span {
        font-size: 17px;
    }
    .faq_section {
        padding: 50px 20px 190px;
    }
}

/* 1250 */
@media (max-width: 1250px) {
    .Menu_Topo_Links {
        margin-left: -190px;
    }
    .moderno_section {
        flex-wrap: wrap;
    }
    .moderno_item {
        width: calc(100% / 3 - 10px);
        margin-bottom: 40px;
    }
    .mFooter .mwidth .main {
        flex-direction: column;
        align-items: center;
    }
    .logo_footer {
        margin-bottom: 40px;
    }
    .mFooter .mwidth .main .right .top {
        justify-content: center;
    }
    .aditivos_header {
        padding: 50px 0;
    }
    .aditivos_header .left {
        display: none;
    }
    .aditivos_header .right h2 {
        margin: 0;
    }
    .aditivos_header .right {
        width: 100%;
        text-align: center;
    }
    .acesse_blog .mwidth {
        flex-direction: column;
    }
    .chamada_blog {
        width: 100%;
        text-align: center;
    }
    .chamada_blog .description {
        text-align: center;
    }
    .ultimos_posts_blog {
        width: 100%;
    }
    .chamada_blog::after {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        background: var(--laranja-002);
        position: absolute;
        left: 100%;
        top: 0;
    }
    .ultimos_posts_blog::after {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        bottom: 0;
        background: var(--azul-003);
        position: absolute;
        right: 100%;
    }
    .video_sobre_container {
        max-width: 80%;
    }
    .objetivos_container {
        margin-top: 200px;
        flex-direction: column;
    }
    .objetivos_container_left,
    .objetivos_container_right,
    .visao_container {
        margin: auto;
        width: 90%;
    }
    .objetivos_container_left {
        float: initial;
        margin: auto;
        margin-bottom: 60px;
    }
    .objetivos_container_right h3 {
        margin-bottom: 20px;
    }
    .chr_section {
        flex-direction: column;
    }
    .chr_section_left,
    .chr_section_right,
    .chr_section_right_content {
        max-width: 100%;
        width: 100%;
    }
    .produtos_page {
        padding: 80px 20px 50px;
    }
    .produto_ajax_first_section {
        flex-direction: column;
    }
    .produto_ajax_left,
    .produto_ajax_right {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .produto_ajax_left img {
        width: 100%;
    }
}

/* 1045 */
@media (max-width: 1045px) {
    nav.MTL.fbox {
        display: none;
    }
    nav.MTL ul {
        flex-direction: column;
        width: 100%;
        z-index: 10;
        background: vaR(--azul-001);
        position: absolute;
        left: 0;
        top: 54px;
        padding: 50px 0;
    }
    nav.MTL.fbox ul li {
        border-right: 0;
    }
    nav.MTL.fbox ul li a {
        display: block;
        background: var(--azul-002);
        text-align: center;
        width: 300px;
        margin: 0 auto 10px;
        padding: 13px;
        border-radius: 50px;
        transition: .2s all ease;
    }
    nav.MTL.fbox a:hover {
        background: var(--laranja-002);
    }
    .Menu_Topo_Links {
        margin: 0;
        width: 100%;
        padding: 0 10px;
    }
    .Menu_Topo_Social {
        left: initial;
        right: 0;
    }
    .menuMobile {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        width: 50px;
        height: 35px;
        cursor: pointer;
    }
    .menuMobilebar:nth-child(-n+1) {
        width: 100%;
        height: 7px;
        background: #fff;
        border-radius: 50px;
        margin-bottom: 7px;
    }
    .menuMobilebar:nth-child(-n+2) {
        width: 100%;
        height: 7px;
        background: #fff;
        border-radius: 50px;
        margin-bottom: 7px;
    }
    .menuMobilebar:nth-child(-n+3) {
        width: 100%;
        height: 7px;
        background: #fff;
        border-radius: 50px;
    }
    .menuMobile.active {
        transform: rotate(45deg);
        margin-top: -10px;
        margin-left: -10px;
    }
    .menuMobile.active .menuMobilebar:nth-child(0n+1) {
        position: absolute;
        transform: rotate(90deg);
    }
    .menuMobile.active .menuMobilebar:nth-child(2n+2) {
        position: absolute;
    }
    .menuMobile.active .menuMobilebar:nth-child(3n+3) {
        display: none;
    }
    .logo_mobile_header {
        display: block;
        width: 200px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .logo_mobile_header img {
        width: 100%;
    }
    .tradicao {
        background: transparent;
        background-color: var(--azul-002);
    }
    .tradicao .mwidth {
        flex-direction: column-reverse;
    }
    .tradicao .left,
    .tradicao .right {
        width: 80%;
    }
    .tradicao .right .bottom {
        margin: 0 auto 40px;
    }
    .tradicao .left h2 {
        text-align: center;
    }
    .tradicao .left h2 span {
        margin-left: 0;
        margin-top: 5px;
    }
    .Sub_Barra_Container {
        justify-content: center!important;
    }
    .Sub_Barra_Container .left {
        display: none;
    }
    .parceiros_item:nth-child(-n+3) img {
        width: 170px;
    }
    .sobre_page_content_top img {
        width: 80%;
    }
    .chr_list_left {
        margin-right: 50px;
    }
    .contato_page_section {
        flex-direction: column;
    }
    .contato_page_section_left,
    .contato_page_section_right {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .contato_page_section_right {
        margin-bottom: 100px;
    }
    .pesquisa_produto {
        top: 60px;
        width: 100%;
    }
    .pesquisa_produto_form svg {
        top: 60px;
    }
    .produtos_page_filtros_options {
        margin-bottom: 40px;
    }
}

/* 890 */
@media (max-width: 890px) {
    .mFooter .mwidth .main .right .bottom {
        display: none;
    }
    .aditivos_header .right h2 {
        font-size: 30px;
    }
    .aditivos_item {
        width: 200px;
        height: 200px;
        text-align: center;
    }
    .aditivos_item img {
        width: 75px;
    }
    .aditivos_item h4 {
        font-size: 15px;
    }
    .img_reflexiva_outros_produtos {
        width: 500px;
        bottom: -35px;
    }
    .fale_conosco .mwidth {
        text-align: center;
    }
    .fale_conosco .mwidth img {
        width: 90%;
    }
    .moderno_header h2 {
        font-size: 25px;
    }
    .moderno_thumbnail {
        height: 110px;
    }
    .moderno_thumbnail img {
        width: 50%;
        display: block;
        margin: auto;
    }
    .footer_item {
        margin-right: 50px;
    }
    .img_reflexiva_laticinios {
        width: 300px;
        bottom: -47px;
    }
    .produtos_section {
        flex-direction: column;
    }
    .produtos_section .left {
        width: 100%;
        margin-bottom: 20px;
    }
    .produtos_section .right {
        width: 100%;
    }
    .expand_produtos_filtros {
        display: block;
    }
    .produtos_filtros {
        display: none;
    }
}

/* 800 */
@media (max-width: 800px) {
    .chr_list {
        flex-direction: column;
        align-items: start!important;
        max-width: 500px;
        width: 90%;
        margin: auto;
    }
    .chr_list_left {
        margin-right: 0;
    }
    .chr_section_right {
        height: auto;
    }
}

/* 768 */
@media (max-width: 768px) {
    .blog_section_item_rl,
    .blog_section_item_rl:nth-child(2n+2) {
        flex-direction: column;
    }
    .blog_section_item_rl .left {
        margin-bottom: 20px;
    }
    .blog_section_item_rl .left,
    .blog_section_item_rl .right {
        width: 100%;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

/* 700px */
@media (max-width: 700px) {
    .menuCategorys {
        margin-top: 160px;
    }
    .Sub_Barra_Container .right {
        flex-direction: column;
    }
    .tradicao {
        margin-top: 150px;
    }
    .tradicao .left,
    .tradicao .right {
        width: 90%;
    }
    .Sub_Barra {
        height: 152px;
    }
    .rotativo {
        display: none;
    }
    .social_link_header {
        width: 35px;
        height: 35px;
    }
    .mFooter .mwidth .main .right .top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer_item {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .footer_item:last-child {
        margin-bottom: 0;
    }
    .item_post_blog_lateral {
        flex-direction: column;
    }
    .item_post_blog_lateral .left,
    .item_post_blog_lateral .right {
        width: 100%;
    }
    .item_post_blog_lateral .left img {
        width: 100%;
    }
    .ultimos_posts_blog {
        padding: 40px 10px;
    }
    .parceiros_item:nth-child(-n+3) img {
        width: 100px;
    }
    .moderno {
        padding: 50px 0;
    }
    .moderno_item {
        width: calc(100% / 2 - 10px);
    }
    .moderno_header h2 {
        font-size: 25px;
        line-height: 25px;
    }
    .video_sobre {
        margin-top: 145px;
    }
    .sobre_page_header h1 {
        font-size: 40px;
        text-align: center;
    }
    .chr_section_left img,
    .chr_section_left {
        height: auto;
        display: block;
    }
    .parcerias_container_header {
        font-size: 40px;
    }
    .produtos_page_filtros_options {
        flex-wrap: wrap;
    }
    .produtos_page_filtros_options span {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .produtos_page_filtros_options .filtros_option {
        border-right: 0;
        width: 100%;
        background: var(--azul-002);
        color: #fff;
        padding: 10px 10px 10px 15px;
        margin: 0 0 5px;
        border-radius: 50px;
        font-weight: 800;
    }
    .produtos_page_filtros_options .filtros_option.active,
    .produtos_page_filtros_options .filtros_option:hover {
        background: var(--laranja-002);
        color: #fff;
    }
    .produtos_page  {
        margin-top: 120px;
    }
    .contato_page {
        margin-top: 200px;
    }
    .faq_item_title {
        font-size: 20px;
        padding: 20px;
    }
    .faq_item_corpo {
        font-size: 20px;
    }
    .pesquisa_produto {
        top: 190px;
    }
    .pesquisa_produto_form svg {
        top: 190px;
    }
}

/* 500 */
@media (max-width: 500px) {
    .Sub_Barra_Container .right h3 {
        font-size: 18px;
    }
    .Sub_Barra_Container .right h3 span {
        margin: 0;
    }
    .tradicao {
        padding: 90px 10px;
    }
    .logo_mobile_header {
        width: 120px;
    }
    .menuMobile {
        width: 40px;
    }
    .parceiros_item,
    .parceiros_item:nth-child(-n+3) {
        width: calc(100% / 2 - 10px);
    }
    .parceiros_item:nth-child(-n+3) img {
        width: 60%;
    }
    .tradicao .left h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .parceiros_header h2 {
        font-size: 35px;
    }
    .img_reflexiva_outros_produtos {
        width: 300px;
        bottom: -20px;
    }
    .produto_ajax_btn a {
        width: 100%;
    }
    .produtos_page_header h1 {
        font-size: 25px;
    }
    .faq_title .mwidth img {
        left: 50%;
        transform: translateX(-50%);
    }
    .contato_page_header h1 {
        font-size: 40px;
    }
}

/* 400 */
@media (max-width: 400px) {
    .Menu_Topo_Social {
        display: none!important;
    }
    .Sub_Barra_Container .right h3 {
        text-align: center;
    }
    .Sub_Barra_Container .right h3 span {
        display: block;
    }
    .Sub_Barra_Container {
        padding: 25px;
    }
    .tradicao .left, .tradicao .right {
        width: 98%;
    }
    .aditivos_articles {
        flex-direction: column;
    }
    .faq_title .mwidth img {
        max-width: 90%;
    }
}