<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Desenvolvido por Artweb Design Digital
    https://www.agenciamaya.com.br/
    jeferson@agenciamaya.com
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;700;800;900&amp;display=swap');

:root {
  --cor-1: #82AE69;
  --cor-1-hover:#5E9F3A;
}

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: normal;
}

body{
    font-family: 'Nunito Sans', sans-serif;
	background: #FFFFFF;
	overflow-x: hidden;
	padding-top: 154px;
}

body.home{
	padding-top: 0;
}

body.form-aberto{
	overflow: hidden;
}


/* INICIO COOKIES */
.caixa-alert{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #000;
	opacity: 0.95;
	z-index: 9999;
	border: 1px solid #333;
	text-align: left;
	padding: 30px;
	max-width: 500px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.caixa-alert p{
	/*float: left;
	margin-left: 20px;*/
	line-height: 20px !important;
	font-size: 15px !important;
	color: #FFF;
	margin-bottom: 20px !important;
	display: inline-block;
	font-weight: 300;
}

.caixa-width{
	max-width: 900px;
	text-align: center;
}

.caixa-alert p a{
	color: #BA1818;;
	text-decoration: underline;
}

.caixa-alert p a:hover {
	color: #CCC;
	text-decoration: underline;
}

.caixa-alert a.botaoCookies{
	cursor: pointer;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #BA1818;;
	color: #FFFFFF;
    font-weight: 500;
    font-size: 16px !important;
    text-align: center;
	display: inline-block;
}

.caixa-alert a.botaoCookies:hover{
	background-color: #FFF;
	color: #BA1818;;
}

@media (max-width: 1000px) {
    .caixa-alert{
    }
    .caixa-alert p{
        
        line-height: 20px !important;
    }

    .caixa-alert a.botaoCookies{

        margin: 0;
    }
    .caixa-alert p{
        margin-bottom: 10px;        
		margin-top: 10px;
    }
    .caixa-alert a.botaoCookies{
        height: 25px;
		line-height: 25px;
		margin-top: 10px;
		margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
	.caixa-alert{
        margin-left: 0px;
        margin-bottom: 0px;
        padding: 15px;
		width: auto;
		margin-right: 0px;
    }
    .caixa-alert p{
        font-size: 12px;
        line-height: 20px !important;
        max-width: none;
        text-align: center;
    }
    .caixa-alert a.botaoCookies{
        width: 100%;
	}	
    }
    

/* FIM COOKIES */

a{
	text-decoration: none;
	color: #AF1818;
}

a:hover{
	text-decoration:none;
	color: #8D8D8D;
}

img{
	border:none;
	max-width:100%;
}

button{
	border:none;
	cursor:pointer;
    font-family: 'Nunito Sans', sans-serif;
}

.limpa{clear:both;}
.limpa20{clear:both; height: 20px;}

textarea{
	resize: none;
}

input.form-control, textarea.form-control, .custom-file-label, select.custom-select{
    font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #CFCFCF;
	margin-bottom: 30px;
	font-weight: 300;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.custom-file{
	cursor: pointer;
	margin-bottom: 30px;
}

input.form-control:focus, textarea.form-control:focus{
	color: #000000;
}

.form-control::-webkit-input-placeholder{
	color: #000000;
	opacity: 1
}

.form-control::-moz-placeholder{
	color: #000000;
	opacity: 1
}

.form-control:-ms-input-placeholder{
	color: #000000;
	opacity: 1
}

.form-control::-ms-input-placeholder{
	color: #000000;
	opacity: 1
}

.form-control::placeholder{
	color: #000000;
	opacity: 1
}

input.form-control, .custom-file-label, .custom-file{
	height: 72px;
	padding: 5px 30px;
}

select.custom-select{
	height: 72px;
	padding-left: 30px;
}

textarea.form-control{
	height: 140px;
	padding: 15px 30px;
}

.custom-file-label::after{
	content: "Selecionar";
	line-height: 60px;
	height: 70px;
	padding: 5px 30px;
}

.custom-file-input{
	cursor: pointer;
}

.custom-file-label{
	margin: 0;
	line-height: 60px;
	cursor: pointer;
}

.form-check, .form-inline label{
	font-size: 14px;
	color: #000000;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	line-height: 24px;
}

.form-inline{
	margin-bottom: 30px;
}

.custom-control-label::before{
	background-color: transparent;
	border: 1px solid #CECECE;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: transparent;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #E41D25;
	background-image: none;
	width: 8px;
	height: 8px;
	top: 8px;
	left: 4px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

h1, h2{
	font-size: 36px;
	line-height: 48px;
	font-weight: 900;
	color: #C01A1A;
	margin-bottom: 50px;
}

.titulo-maior{
	font-size: 40px;
	line-height: 48px;
	color: #FFFFFF;
	font-weight: 800;
	margin-bottom: 20px;
}

.titulo-traco-baixo:after{
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background-color: #BA1818;
	margin-top: 15px;
}

.text-center.titulo-traco:after{
	margin-left: auto;
	margin-right: auto;
}

.titulo-traco-cima:before{
	display: block;
	content: '';
	width: 40px;
	height: 3px;
	background-color: #BA1818;
	margin-bottom: 10px;
}

.text-center.titulo-traco:before{
	margin-left: auto;
	margin-right: auto;
}

p{
	margin-bottom: 20px;
}

body, p{
	font-size: 17px;
	line-height: 30px;
	font-weight: 400;
	color: #343434;
}

.texto-maior, .texto-maior p{
	font-size: 18px;
	line-height: 30px;
}

.btn{
	text-transform: uppercase;
	padding: 0 40px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.btn-sm{
	line-height: 34px;
	font-weight: 500;
	text-transform: none;
}

.btn-primary{
	background-color: #BA1818;
	border-color: #BA1818;
	color: #FFFFFF;
}

.btn-primary:hover{
	border-color: #990000;
	background-color: #990000;
	color: #FFFFFF;
}

.btn-secondary{
	border-color: #FAB417;
	background-color: #FAB417;
	color: #660000;
}

.btn-secondary:hover{
	border-color: #FAB417;
	background-color: #FAB417;
	color: #BA1818;
}

.btn-outline-primary{
	background-color: #BA1818;
	color: #FFF;
	border: 1px solid #BA1818;
	margin-top: 20px;
}

.tp-bullets{
	margin-bottom: 30px !important;
}

.btn-outline-primary:hover{
	background-color: #990000;
	color: #FFFFFF;
	border: 1px solid #990000;
}

.btn-outline-light{
	background-color: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.btn-outline-light:hover{
	background-color: #FAB417;
	color: #FFFFFF;
	border: 1px solid #FAB417;
}

.btn-outline-blue{
	background-color: transparent;
	color: #C01A1A;
	border: 1px solid #C01A1A;
}

.btn-outline-blue:hover{
	background-color: #C01A1A;
	color: #FFFFFF;
	border: 1px solid #C01A1A;
}

.w-260{
	padding: 0;
	width: 260px;
}

.text-white p{
	color: #FFFFFF;
}

.text-yellow{
	color: #FFB606;
}

.telefone-fixo{
	display: none;
}

.whats-fixo, .telefone-fixo{
	z-index: 100;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background-color: #2fb937;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 46px;
	line-height: 46px;
	color: #FFFFFF;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 500;
}

.whats-fixo:hover, .telefone-fixo:hover{
	background-color: #8CC63F;
	color: #FFFFFF;
}

.whats-fixo .fa-whatsapp, .telefone-fixo .fa-phone{
	font-size: 18px;
	margin-right: 5px;
}

.traco-redes-sociais-fixo{
	width: 1px;
	background-color: #BA1818;
	height: 100%;
	position: fixed;
	left: 55px;
	top: 0;
	bottom: 0;
	z-index: 999;
}

.redes-sociais-fixo{
	padding: 25px 0 20px;
	z-index: 1000;
	background-color: #BA1818;
	color: #FFFFFF;
	width: 50px;
	text-align: center;
	position: fixed;
	left: 30px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}

.redes-sociais-fixo h3{
	font-weight: 700;
	text-transform: uppercase;
	line-height: 50px;
	font-size: 12px;
	color: #FFFFFF;
}

.redes-sociais-fixo h3 span{
	text-orientation: mixed;
}

.redes-sociais-fixo a{
	display: block;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
}

.redes-sociais-fixo a:last-child{
	margin-top: 15px;
}

.redes-sociais-fixo a:hover{
	color: #C01A1A;
}

/* header */
.fixed-top{
	background-color: #FFFFFF;
}

.navbar-top{
	padding: 8px 0;
	border-bottom: 1px solid #FCD98B;
}

.navbar{
	padding: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.telefone-topo{
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
}

.telefone-topo strong{
	font-weight: 800;
}

.redes-sociais-topo{
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.redes-sociais-topo a{
	color: #67666B;
	margin: 0 10px;
}

.alinha-idiomas-topo{
	text-align: left;
	width: 74px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
}

.idiomas-topo{
	height: 34px;
	position: relative;
	line-height: 34px;
	color: #BA1818;
	background-color: #FFFFFF;
	z-index: 2;
}

.idiomas-topo svg{
	position: absolute;
	right: 10px;
	top: 8px;
	height: 20px;
	line-height: 20px;
	color: #BA1818;
	font-size: 12px;
}

.idiomas-topo .icone-idiomas{
	font-weight: 700;
	color: #BA1818;
	font-size: 16px;
	display: none;
}

.icone-idiomas span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background-image: url(../img/bandeiras-idiomas.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.icone-idiomas.icone-portugues span{background-position: 0 0;}
.icone-idiomas.icone-ingles span{background-position: -23px 0;}
.icone-idiomas.icone-espanhol span{background-position: -46px 0;}

.idiomas-topo:hover{
	height: auto;
}

.idiomas-topo:hover .icone-idiomas{
	display: block;
}

.idiomas-topo .icone-idiomas.idioma-ativo{
	display: block;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.navbar-nav li{
	list-style: none;
	float: left;
	margin-left: 40px;
}

.navbar-nav li.nav-item a{
	white-space: nowrap;
	display: block;
	color: #333333;
	font-weight: 700;
	text-transform: none;
	font-size: 15px;
	line-height: 44px;
	border-bottom: 4px solid transparent;
	padding: 25px 0;
	margin-top: 4px;
}

.navbar-nav li.nav-item a:hover{
	color: #BA1818;
	border-bottom-color: #BA1818;
}

.header-right{
	position: relative;
}

.abre-busca{
	line-height: 40px;
	cursor: pointer;
	color: #BA1818;
	font-size: 20px;
	margin-left: 35px;
	float: left;
}

#caixa-search{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.95);
}

.close-search{
	font-size: 32px;
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 20px;
	color: #FFFFFF;
}

#search{
	left: 0;
	width: 100%;
	position: absolute;
	padding: 10px 0;
	top: 50%;
	margin-top: -30px;
}

#search .container{
	position: relative;
}

#search input{
	width: 100%;
	color: #FFFFFF;
	box-sizing: border-box;
	height: 60px;
	padding: 0 40px;
	font-size: 20px;
	font-weight: 700;
	background-color: transparent;
}

#search input::-webkit-input-placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search input::-moz-placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search input:-ms-input-placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search input::-ms-input-placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search input::placeholder{
	color: #FFFFFF;
	opacity: 1
}

#search button{
	position: absolute;
	right: 40px;
	top: 10px;
	font-size: 20px;
	color: #0099CC;
	background-color: transparent;
	line-height: 40px;
	height: 40px;
}

/* Home */
.espaco-maior{
	height: 120px;
}

.espaco{
	height: 100px;
}

.espaco-menor{
	height: 60px;
}

.fundo-banner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #082472;
}

.tp-banner iframe{
	position: absolute;
	left: -10%;
	top: -10%;
	width: 120%;
	height: 120%;
	z-index: 1;
}

.tp-caption{
	z-index: 5;
}

.tp-caption h2{
	margin-bottom: 0;
	font-size: 48px;
	line-height: 58px;
	color: #000000;
	/*text-transform: uppercase;*/
	font-weight: 900;
	margin-top: 100px;
	background-color: #FAB417;
	padding: 5px 15px 5px 15px;
	display: inline;
}

.tp-caption h3{
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 35px;
	color: #BA1818;
	/*text-transform: uppercase;*/
	font-weight: 700;
	background-color: #FAB417;
	padding: 5px 15px 5px 15px;
	display: inline;
}

.tp-bullets .bullet{
	width: 11px;
	height: 11px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	cursor: pointer;
}

.tp-bullets .bullet.selected{
	background-color: #FFFFFF;
}

.bg-blue{
	background-color: #C01A1A;
}

.capa-individual{
	margin-bottom: 50px;
}

.categoria-interna{
	margin-bottom: 40px;
}

.alinha-categorias{
	height: 420px;
	margin-top: -50px;
	position: relative;
	z-index: 100;
}

.categoria-individual{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	background-image: url('../img/fundo-categorias.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 30px 40px;
	height: 370px;
	margin: 15px 0 20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.categoria-individual a.btn{
	position: relative;
	z-index: 3;
}

.owl-stage .owl-item.active + .owl-item.active .categoria-individual{
	height: 400px;
	margin-top: 0;
}

.owl-stage .owl-item.active + .owl-item.active + .owl-item.active .categoria-individual{
	height: 370px;
	margin: 15px 0 20px;
}

.categoria-individual h3{
	font-size: 36px;
	line-height: 36px;
	font-weight: 800;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.categoria-individual p{
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 24px;
}

.categoria-individual .btn{
	padding-left: 15px;
	padding-right: 15px;
}

.caixa-imagem-categoria{
	position: absolute;
	right: 0;
	bottom: -20px;
}

.caixa-imagem{
	display: block;
	height: 300px;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.caixa-imagem img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.fundo-diferenciais{
	position: relative;
	padding-top: 160px;
}

.fundo-diferenciais:before{
	content: '';
	background-image: url('../img/fundo-diferenciais.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: -400px;
}

.fundo-diferenciais-interna{
	position: relative;
	background-image: url('../img/fundo-diferenciais.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.capa-individual h3{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	color: #BA1818;
	margin-bottom: 20px;
	font-weight: 700;
	margin-left: 15px;
}

.fundo-video{
	background-color: #fab417;
}

.fundo-video h2{
	color: #000;
}

.caixa-video-home iframe{
	z-index: 2;
	position: relative;
	width: 100%;
	display: block;
	height: 620px;
	float: left;
	margin-bottom: -70px;
}

.capa-individual a.link-leia-mais, .descricao-noticia a.link-sublinhado{
	margin-left: 15px;
	font-size: 15px;
	font-weight: 700;
	color: #C01A1A;
}

.capa-individual a.link-leia-mais svg{
	margin-left: 10px;
}

.capa-individual:hover .caixa-imagem{
	height: 330px;
	margin-top: -25px;
	margin-left: -45px;
	margin-right: -45px;
	margin-bottom: 35px;
	position: relative;
	z-index: 2;
}

.bg-grey{
	background-color: #f2f2f2;
}

.icone-home-individual{
	position: relative;
}

.caixa-icone-individual{
	width: 80px;
	height: 80px;
	line-height: 76px;
	text-align: center;
	border-radius: 5px;
	border: 2px solid #701a1a;
	margin-bottom: 20px;
}

.icone-home-individual img{
	max-width: 80%;
	max-height: 80%;
}

.icone-home-individual h3{
	max-width: 160px;
	line-height: 30px;
	font-size: 24px;
	font-weight: 800;
	color: #FFFFFF;
	margin: 0;
}

.bg-capa-onde-encontrar{
	background-image: url(../img/fundo-catalogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 130px;
	margin-bottom: -130px;
}

.capa-catalogo{
	position: relative;
	z-index: 2;
	padding: 80px 0 80px 110px;
	-webkit-box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.15);
	box-shadow: 10px 10px 20px 0 rgba(0,0,0,0.15);
	border-radius: 15px;
	background-image: url(../img/fundo-catalogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.capa-catalogo img{
	display: block;
	margin: 0 auto;
}

.capa-catalogo .btn{
	text-transform: none;
}

.catalogo-direita img{
	max-width: 120%;
}

.texto-capa{
	margin-bottom: 40px;
}

.capa-direita{
	padding-bottom: 30px;
}

.abre-catalogo{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: 30px 10px 0;
	line-height: 130px;
}

.abre-catalogo img{
	max-height: 130px;
	max-width: 180px;
}

.fundo-produto{
	height: 480px;
	background-image: url(../img/fundo-capa-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.fundo-produto:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 29, 109, 0.85);
}

.produto-individual{
	position: relative;
}

.produto-individual:before{
	content: '';
	width: 30px;
	height: 30px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	background-color: #FFFFFF;
	margin: -15px 0 0 -15px;
}

.imagem-produto-individual img{
	max-height: 90%;
	max-width: 90%;
}

.conteudo-produto-individual{
	max-width: 520px;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
}

.produto-individual h3{
	max-width: 350px;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 30px;
}

.produto-individual p{
	margin-bottom: 40px;
}

.noticia-individual{
	padding: 0 65px;
}

.imagem-noticias{
	padding-right: 30px;
}

.descricao-noticia{
	padding-left: 30px;
}

.descricao-noticia a.titulo-noticia, .titulo-menor{
	text-transform: none;
	font-size: 24px;
	line-height: 30px;
	color: #BA1818;
	margin-bottom: 20px;
	font-weight: 700;
}

.descricao-noticia a{
	color: #8D8D8D;
}

.descricao-noticia a.link-sublinhado{
	margin-left: 0;
}

.topo-instagram{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.topo-instagram h2{
	line-height: 55px;
	padding-right: 30px;
	margin-right: 30px;
	font-size: 36px;
	font-weight: 800;
	color: #000000;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #666;
}

.topo-instagram p{
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	max-width: 260px;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}

.topo-instagram a{
	text-decoration: underline;
}

.caixa-instagram-individual{
	width: 16.666%;
	float: left;
}

.foto-instagram{
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
}

.imagem-instagram-menor .foto-instagram{
	width: 50%;
	padding-bottom: 50%;
}

.foto-instagram span{
	position: absolute;
	line-height: 12px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 600;
	left: 10px;
	top: 10px;
}

.secao-botoes{
	background-image: url('../img/fundo-botoes.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ba1818;
}

/* footer */
.fa-phone{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

footer{
	background-color: #1B1B1B;
}

.footer-content{
	padding-top: 100px;
	padding-bottom: 80px;
}

.navegacao-rodape a{
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #FFFFFF;
}

.navegacao-rodape a:hover{
	color: #FFCC00;	
}

.footer-content h3{
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.dados-rodape p, .dados-rodape a{
	margin-bottom: 0;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.info-rodape, .info-rodape a, .info-rodape p{
	line-height: 36px;
}

.categorias-rodape a{
	display: block;
	margin-bottom: 10px;
}

.footer-content p svg, .link-mapa svg, .telefone-rodape svg{
	color: #FFCC00;
	margin-right: 5px;
}

.footer-content a.link-mapa{
	font-weight: 700;
	color: #FFCC00;
	display: block;
	margin-bottom: 20px;
	text-decoration: underline;
}

.footer-content a.link-mapa:hover{
	color: #FFFFFF;
}

.dados-rodape a{
	white-space: nowrap;
}

.dados-rodape, .email-rodape{
	padding-right: 50px;
}

.redes-rodape{
	padding-top: 20px;
}

.redes-rodape a{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 36px;
	line-height: 34px;
	border-radius: 10px;
	border: 1px solid #525252;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 15px 0 0;
}

.redes-rodape a:hover{
	border-color: #525252;
	background-color: #525252;
	color: #1B1B1B;
}

.rodape-esquerda{
	padding-right: 70px;
}

.rodape-esquerda p{
	color: #FFFFFF;
	line-height: 22px;
	font-size: 14px;
	margin-bottom: 0;
}

.rodape-esquerda img{
	display: block;
	margin-bottom: 40px;
}

.rodape-baixo{
	padding-top: 35px;
	padding-bottom: 20px;
	background-color: #161616;
}

.rodape-baixo p{
	line-height: 20px;
	font-size: 14px;
	margin: 0;
	color: #FFFFFF;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: inline-block;
	vertical-align: top;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	margin-top: 30px;
	text-indent: 9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* PÃ¡ginas */
.topo-paginas{
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../img/topo-paginas.jpg) no-repeat center;
	background-size: cover;
}

.topo-paginas h2{
	margin-bottom: 0;
	color: #000000;
}

.topo-paginas h1{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	text-transform: none;
	margin: 0;
}

.imagem-paginas, .caixa-video iframe{
	float: right;
	max-width: 540px;
	margin: 0 0 20px 30px;
}

.subtitulo-paginas{
	font-size: 36px;
	color: #C01A1A;
	line-height: 42px;
	margin-bottom: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

.caixa-mvp-individual{
	position: relative;
	margin-bottom: 30px;
	padding: 30px 55px;
}

.caixa-mvp-individual:before{
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 0;
	right: 15px;
	bottom: 0;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.caixa-mvp-individual img{
	display: block;
	margin-bottom: 20px;
	max-height: 46px;
}

.caixa-mvp-individual p, .distribuidor-individual p{
	margin-bottom: 0;
}

.caixa-mvp-individual h3, .distribuidor-individual h3{
	font-size: 22px;
	color: #C01A1A;
	text-transform: none;
	font-weight: 700;
	margin-bottom: 20px;
}

.imagem-individual{
	margin-bottom: 30px;
}

.imagem-individual img{
	height: 208px;
	width: 100%;
	object-fit: cover;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.texto-simples .texto-revisao strong{
	font-size: 16px;
	color: #8D8D8D;
}

.distribuidor-individual{
	padding-left: 40px;
	padding-right: 40px;
	border-left: 1px solid #BA1818;
	margin-bottom: 60px;
}

.alinha-distribuidores{
	position: relative;
	margin-left: -40px;
	margin-right: -40px;
}

.alinha-distribuidores:before{
	z-index: 1;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}

/* Blog */
.noticia-interna-individual:after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #c2c2c2;
	margin: 30px 15px;
}

.noticia-interna-individual .descricao-noticia{
	padding-left: 15px;
}

.caixa-imagem-interna{
	display: block;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.caixa-imagem-interna img{
	width: 100%;
}

.paginacao-blog{
	text-align: center;
	vertical-align: top;
}

.paginacao-blog a{
	width: 40px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: 800;
	margin: 0 2px 8px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
}

.paginacao-blog a.pager-ativo, .paginacao-blog a:hover{
	background-color: #C01A1A;
}

.data-noticias{
	font-weight: 700;
	color: #000000;
}

.compartilhar-individual{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	font-size: 16px;
	color: #000000;
}

.compartilhar-individual a{
	color: #000000;
}

/* Contato */
.g-recaptcha{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}

.topo-contato{
	text-align: center;
}

.topo-contato span{
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	background-color: #BA1818;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.topo-contato div{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.email-formulario strong{
	font-size: 26px;
	line-height: 30px;
	color: #C01A1A;
}

.email-formulario a{
	text-decoration: underline;
	color: #FAB417;
}

.email-formulario a:hover{
	color: #C01A1A;
}

/* Produtos */
.descricao-categoria{
	padding: 20px 20px 30px;
}

.alinha-listagem-produtos{
	margin-bottom: 30px;
}

.produto-listagem-individual{
	position: relative;
	padding-bottom: 30px;
}

.produto-listagem-individual h3{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #BA1818;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 40px 20px;
	position: relative;
	z-index: 1;
}

.produto-listagem-individual a.caixa-imagem-produto{
	height: 190px;
	line-height: 190px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.produto-listagem-individual a.btn-categorias{
	position: relative;
	z-index: 1;
}

.produto-listagem-individual a.caixa-imagem-produto img{
	max-height: 100%;
	max-width: 90%;
}

.produto-listagem-individual:before{
	display: block;
	content: '';
	left: 0;
	bottom: 0;
	top: 70px;
	width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;	
	border: 1px solid #D9D9D9;
	position: absolute;
}

.titulo-menor{
	font-weight: 700;
	text-transform: none;
	color: #C01A1A;
}

/* Carrinho */
.form-right{
	width: 410px;
	border: 5px solid #EBEBEB;
	padding: 30px 35px;
	float: right;
	background-color: #FFFFFF;
}

.titulo-produto-carrinho{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
	color: #585858;
}

.container-cart{
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
}

.cart-header{
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 2px solid #EBEBEB;
	line-height: 30px;
	padding-bottom: 10px;
}

.cart-header div{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
}

.cart-body .row{
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 29px;
	padding-bottom: 29px;
	border-bottom: 1px solid #EBEBEB;
}

.cart-body .caixa-quantidade-produtos{
	margin: 0 auto;
}

.dados-carrinho span{
	font-size: 14px;
	line-height: 18px;
	color: #4F4F4F;
	display: block;
	margin-bottom: 20px;
}

.dados-carrinho textarea{
	height: 94px;
	padding: 10px 20px;
	font-size: 14px;
	margin: 0;
}

.link-mais-produtos{
	text-transform: uppercase;
	color: #6E6E6E;
	font-size: 11px;
	text-decoration: underline;
}

.caixa-quantidade-produtos {
    text-align: center;
    width: 80px;
    margin: 0 auto 20px;
}

.input-quantidade .caixa-quantidade-produtos{
	margin: 0;
	position: absolute;
	top: 10px;
	right: 30px;
}

.caixa-quantidade-produtos input {
    width: 32px;
    height: 32px;
    background-color: #FFF;
    color: #343434;
    border: 1px solid #E7E7E7;
    font-size: 12px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
}

.botaoAtualizaQuantidade, .atualizaQuantidade, .excluirCarrinho, .visualizarProduto{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 17px;
    height: 17px;
    border: 1px solid #D9D9D9;
    color: #c0c0c0;
    font-size: 12px;
    text-align: center;
    line-height: 13px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 7px;
}

.excluirCarrinho, .visualizarProduto{
	margin: 0;
	display: inline-block;
	vertical-align: top;
}

.excluirCarrinho:hover{
	color: #FF0000;
	border-color: #FF0000;
}

.botaoAtualizaQuantidade:hover, .atualizaQuantidade:hover, .visualizarProduto:hover{
    color: #000000;
    border-color: #000000;
}

.botaoAtualizaQuantidade.inc, .atualizaQuantidade.inc {
	float: right;
}

.botaoAtualizaQuantidade.dec, .atualizaQuantidade.dec {
	float: left;
}

.ui-widget.ui-widget-content{
	z-index: 10000;
}

.carrinho-baixo span{
	padding-right: 15px;
}

/* CatÃ¡logo */
.catalogo-individual{
	display: block;
	color: #F04F31;
	padding: 5px 0;
	line-height: 38px;
}

.catalogo-individual:hover{
	color: #F04F31;
	font-weight: 600;
}

.catalogo-individual svg{
	font-size: 18px;
	margin-right: 5px;
}

.catalogo-individual span{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.catalogo-individual:hover span{
	text-decoration: underline;
}

/* Distribuidores / Representantes */
.box-representantes {
    overflow: hidden;
}

.box-representantes *{
	box-sizing: content-box;
}

ul.brazil:after{
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

#map-brazil {
    margin: 0 auto;
}

.caixa-titulo-representantes h2, .caixa-titulo-representantes h3{
	font-size: 30px;
	line-height: 38px;
	font-weight: 300;
	margin-bottom: 0;
	color: #C01A1A;
	text-align: center;
	text-transform: uppercase;
}

.caixa-titulo-representantes h3{
	font-weight: 700;
	margin-bottom: 40px;
}

.texto-representantes h2{
	font-size: 30px;
	line-height: 48px;
	color: #C01A1A;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.texto-representantes p{
	margin-right: -40px;
	font-size: 16px;
	margin-bottom: 30px;
}

.texto-representantes select{
	max-width: 445px;
}

/* Empresa */
.texto-empresa p:last-child{
	margin-bottom: 0;
}

.imagem-empresa{
	text-align: center;
}

.imagem-empresa iframe{
	display: block;
	width: 100%;
	height: 400px;
}

.imagem-empresa img{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: auto;
}

.mvv-individual{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	text-align: center;
	padding: 30px 0;
}

.mvv-individual img{
	display: block;
	margin: 0 auto 25px;
}

.mvv-individual h3{
	font-size: 20px;
	font-weight: 900;
	color: #ba1818;
	margin-bottom: 20px;
}

.descricao-mvv{
	padding: 0 25px;
}

.descricao-mvv .quebra span{
	color: #ba1818;
	cursor: pointer;
}

.descricao-mvv .hide-text{
	display: none;
}

.mvv-individual ul, .mvv-individual ol{
	padding-left: 0;
}

.mvv-individual, .mvv-individual p{
	margin: 0;
	font-size: 15px;
	line-height: 28px;
}

.mvv-individual p{
	margin-bottom: 10px;
}

/* Produto */
.topo-produto{
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: calc(100vh - 154px);
}

.topo-produto h2{
	position: absolute;
	left: 50%;
	bottom: 0;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(186, 24, 24, 0.9);
	padding: 30px 100px;
	margin: 0;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 58px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
}

.conteudo-tabela-produtos table{
	width: 100%;
}

.conteudo-tabela-produtos table tr td, .conteudo-tabela-produtos table tr td p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.conteudo-tabela-produtos table tr td{
	width: 50%;
	padding: 0 15px;
	vertical-align: top;
}

.conteudo-tabela-produtos table tr td strong, .texto-produto strong{
	font-weight: 700;
}

.imagem-principal-produto{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.imagens-produtos{
	display: block;
	width: 100%;
	padding-bottom: 90%;
	position: relative;
}

.imagens-produtos img{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.owl-carousel .owl-dots{
    padding-top: 30px;
    text-align: center;
    z-index: 100;
    position: relative;
}

.owl-dots .owl-dot{
	cursor: pointer;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	vertical-align: top;
	border: none;
	border-radius: 50%;
	border: 1px solid #BA1818;
}

.owl-dots .owl-dot.active{
	background-color: #BA1818;
}

.tabela-dados{
	margin-right: 60px;
}

.tabela-dados table{
	width: 100%;
}

.tabela-dados table tr td, .tabela-dados table tr td p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.tabela-dados table tr td{
	padding: 5px 0;
	vertical-align: top;
}

.tabela-dados tr:nth-child(even) {
    background-color: #FFF;
}

.tabela-dados tr:nth-child(odd) {
    background-color: #F2F2F2;
}

/* Modal */
.modal-content{
	padding: 50px 50px 75px;
	position: relative;
}

.modal-dialog{
	max-width: 730px;
}

.modal-content .close{
    right: -40px;
    top: -40px;
    position: absolute;
    margin: 0;
    color: #FFF;
    opacity: 1;
    font-size: 32px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.modal-content strong{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
}

.modal-content h3{
	font-size: 30px;
	font-weight: 700;
	color: #BA1818;
	margin-bottom: 30px;
}

/* AnimaÃ§Ãµes */
.anime{
	opacity: 0.00;
	filter: alpha(opacity =0);
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.animacao-esquerda{
	-moz-transform: translateX(-500px);
	-webkit-transform: translateX(-500px);
	-o-transform: translateX(-500px);
	-ms-transform: translateX(-500px);
	transform: translateX(-500px);
}

.animacao-direita{
	-moz-transform: translateX(500px);
	-webkit-transform: translateX(500px);
	-o-transform: translateX(500px);
	-ms-transform: translateX(500px);
	transform: translateX(500px);
}

.animacao-baixo{
	-moz-transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-o-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}

.animacao-cima{
	-moz-transform: translateY(-200px);
	-webkit-transform: translateY(-200px);
	-o-transform: translateY(-200px);
	-ms-transform: translateY(-200px);
	transform: translateY(-200px);
}

.animacao-ativa{
	opacity: 1;
	filter: alpha(opacity =100);
	-moz-transform: translateY(0px) translateX(0px);
	-webkit-transform: translateY(0px) translateX(0px);
	-o-transform: translateY(0px) translateX(0px);
	-ms-transform: translateY(0px) translateX(0px);
	transform: translateY(0px) translateX(0px);
}

/* Queries */
@media(max-height: 700px) {
	.topo-paginas h1{margin-bottom: 0;}
	.topo-paginas + div&gt;.espaco, .topo-paginas + .espaco, .barra-topo-produtos + .espaco{height: 50px;}
}

@media(max-width: 1199px) {
	body, p, .texto-maior, .texto-maior p{font-size: 16px; line-height: 26px;}
	body{padding-top: 138px;}
	.navbar-nav li{margin-left: 30px;}
	.abre-busca{margin-left: 20px;}
	.navbar-brand{max-width: 200px;}
	.navbar-nav li.nav-item a{padding: 15px 0;}
	.tp-caption h2{font-size: 40px;}
	.tp-caption h3{font-size: 36px;}
	.redes-sociais-fixo{top: auto; bottom: 0; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none;}
	.espaco{height: 50px;}
	h1, h2{font-size: 26px; margin-bottom: 20px; line-height: 32px;}
	.titulo-traco-baixo:after{margin-top: 10px;}
	.icone-home-individual h3{font-size: 20px;}
	.capa-catalogo{padding: 60px 0 60px 40px;}
	.texto-capa{margin-bottom: 30px;}
	.mb-4, .my-4{margin-bottom: 15px !important;}
	.btn{line-height: 46px;}
	.btn-sm{line-height: 38px; padding: 0 15px; min-width: 0; font-size: 12px;}
	.espaco-maior{height: 60px;}
	.titulo-maior{font-size: 30px; line-height: 40px;}
	.texto-capa{max-width: 320px;}
	.capa-individual:hover .caixa-imagem{height: 250px; margin-top: -20px; margin-left: -40px; margin-right: -40px; margin-bottom: 20px;}
	.caixa-imagem{height: 226px; margin-bottom: 24px;}
	.capa-individual h3{font-size: 14px; margin-bottom: 10px; line-height: 20px;}
	.footer-content h3{margin-bottom: 10px;}
	.footer-content{padding-top: 50px;}
	.rodape-baixo p{font-size: 12px;}
	.rodape-baixo{padding-top: 25px; padding-bottom: 25px;}
	.topo-paginas{padding-top: 40px; padding-bottom: 40px;}
	.subtitulo-paginas {font-size: 22px; line-height: 26px; margin-bottom: 10px;}
	.imagem-individual img{height: 160px;}
	.conteudo-produto-individual{width: 380px;}
	.titulo-categorias h3{padding: 0 20px;}
	.caixa-subcategorias{padding: 10px 30px;}
	/*.imagem-principal-produto{height: 400px; line-height: 400px;}*/
	.cart-header{padding-left: 15px; padding-right: 15px;}
	.cart-body .row{padding-left: 0; padding-right: 0; padding-top: 20px; padding-bottom: 20px;}
	.add-cart.btn{min-width: 0;}
	.add-cart .fa-shopping-cart{display: none;}
	.container-carrinho-produtos{height: 350px;}
	.produto-individual h3{font-size: 20px; max-width: 260px; line-height: 28px;}
	.tabelas-ficha-tecnica table{width: 255px !important; margin: 0 10px 10px 0;}
	.texto-representantes h2{font-size: 22px; line-height: 30px;}
	.texto-representantes select{max-width: 340px;}
	.caixa-titulo-representantes h2, .caixa-titulo-representantes h3{font-size: 22px; line-height: 30px;}
	.caixa-mvp-individual h3, .distribuidor-individual h3{font-size: 16px; margin-bottom: 10px;}
	input.form-control, .custom-file-label, .custom-file{height: 60px; padding: 5px 20px;}
	select.custom-select{height: 60px; padding-left: 20px;}
	textarea.form-control{height: 120px; padding: 15px 20px;}
	.custom-file-label::after {line-height: 48px; height: 58px; padding: 5px 20px;}
	.custom-file-label{line-height: 48px;}
	.dados-carrinho textarea{height: 90px;}
	.tabelas-meia-tela{max-width: 60%;}
	.vista-explodida{width: 40%;}
	.whats-fixo, .telefone-fixo{right: 10px; bottom: 10px; height: 40px; line-height: 40px; padding: 0 25px;}
	.whats-fixo .fa-whatsapp, .telefone-fixo .fa-phone{font-size: 16px;}
	.mapa-contato iframe{height: 400px;}
	.descricao-noticia a.titulo-noticia, .titulo-menor{font-size: 20px; line-height: 28px;}
	.categoria-individual h3{font-size: 28px; line-height: 30px;}
	.caixa-imagem-categoria{max-width: 80%;}
	.caixa-video-home iframe{height: 520px;}
	.fundo-diferenciais{padding-top: 120px;}
	.fundo-diferenciais:before{bottom: -340px;}
	.rodape-esquerda{padding-right: 45px;}
	.dados-rodape, .email-rodape{padding-right: 15px;}
	.redes-rodape a{margin: 0 5px 5px 0;}
	.imagem-empresa iframe{height: 340px;}
	.mvv-individual h3{font-size: 16px; margin-bottom: 10px;}
	.email-formulario strong{font-size: 22px;}
	.topo-produto h2{font-size: 32px; line-height: 40px; padding: 20px 60px;}
}

@media(max-width: 991px) {
	body{padding-top: 117px;}
	body, p, .texto-maior, .texto-maior p{font-size: 14px; line-height: 26px;}
	.navbar-expand-lg &gt; .container, .navbar-expand-lg &gt; .container-fluid{padding-left: 15px; padding-right: 15px; position: relative;}
	.navbar-brand{padding: 10px 0;}
	.navbar-nav li{margin: 0;}
	.navbar-nav li.nav-item a{padding: 0; margin: 0;}
	.navbar-top{padding: 5px 0;}
	.redes-sociais-topo a{margin: 0 5px;}
	.navbar-toggler{margin-right: 40px;}
	.header-right{position: absolute; right: 15px; top: 16px;}
	.telefone-topo{font-size: 14px;}
	.tp-caption h2{font-size: 34px; line-height: 40px; margin-top: 80px;}
	.tp-caption h3{font-size: 32px; line-height: 40px;}
	.tp-caption img{max-height: 220px;}
	.btn-lg{line-height: 40px; padding: 0 20px; min-width: 120px; font-size: 12px;}
	.btn{line-height: 36px; padding: 0 15px; min-width: 0; font-size: 12px;}
	.capa-individual:hover .caixa-imagem{height: 190px; margin-top: -10px; margin-left: -20px; margin-right: -20px; margin-bottom: 10px;}
	.caixa-imagem{height: 170px; margin-bottom: 20px;}
	.capa-individual h3{text-transform: none; margin-left: 5px;}
	.capa-individual a.link-leia-mais, .descricao-noticia a.link-sublinhado{margin-left: 5px;}
	.icone-home-individual img{max-height: 40px;}
	.titulo-maior{font-size: 24px; line-height: 30px;}
	.espaco-maior{height: 40px;}
	.texto-capa{max-width: none;}
	.modal-content{padding: 40px;}
	.capa-individual h3 strong{font-size: 22px;}
	.subtitulo-paginas{font-size: 16px; margin-bottom: 5px;}
	.caixa-mvp-individual img{margin-bottom: 10px;}
	.caixa-mvp-individual h3, .distribuidor-individual h3{font-size: 18px; margin-bottom: 10px;}
	.imagem-individual img{height: 110px;}
	.add-cart .fa-plus{display: none;}
	.cart-body .row{padding-top: 15px; padding-bottom: 15px;}
	.add-cart.btn{padding: 0 10px;}
	.vista-explodida{padding-top: 30px;}
	.texto-representantes h2{font-size: 18px; line-height: 26px; margin: 0 0 10px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{font-size: 14px;}
	.tabelas-meia-tela{max-width: none; width: 100%; padding-right: 0;}
	.vista-explodida{width: 100%; padding-left: 0;}
	.fundo-produto{height: 350px;}
	.conteudo-produto-individual{width: 300px;}
	.produto-individual h3{font-size: 16px; max-width: 250px; line-height: 26px;}
	.produto-individual p{margin-bottom: 20px;}
	.espaco{height: 40px;}
	.footer-content{padding-top: 40px; padding-bottom: 40px;}
	.dados-rodape, .email-rodape{padding-right: 15px;}
	.footer-content .telefone-rodape{font-size: 14px; margin-top: 20px;}
	.footer-content .telefone-rodape strong{font-size: 24px;}
	.rodape-baixo p{font-size: 12px;}
	.maya{margin-top: 20px;}
	.rodape-baixo{padding-bottom: 15px;}
	.mapa-contato iframe{height: 350px;}
	.descricao-noticia a.titulo-noticia, .titulo-menor {font-size: 16px; line-height: 24px; display: block; margin-bottom: 20px;}
	.botao-mvv-individual img{max-height: 40px; margin-bottom: 10px;}
	.botao-mvv-individual span{font-size: 14px; margin-bottom: 10px;}
	.mvv-individual{padding-top: 30px;}
	.titulo-menor{margin-bottom: 0;}
	.video-produto iframe{height: 350px;}
	.alinha-categorias{height: auto;}
	.owl-stage .owl-item.active + .owl-item.active .categoria-individual{height: 370px; margin: 15px 0 20px;}
	h1, h2{font-size: 22px;}
	.caixa-video-home iframe{height: 380px;}
	.icone-home-individual{margin-bottom: 40px;}
	.hide-ipad{display: none;}
	.navegacao-rodape a{font-size: 14px; line-height: 32px;}
	.dados-rodape p, .dados-rodape a{font-size: 14px; line-height: 22px;}
	.rodape-esquerda{padding-right: 15px;}
	.rodape-esquerda img{margin-bottom: 20px; max-width: 80%;}
	.alinha-mvv{margin-bottom: 30px;}
	.topo-produto{height: 50vh;}
	.topo-produto h2{font-size: 24px; line-height: 32px; padding: 20px 50px;}
	.tabela-dados{margin: 0;}
	.tabela-dados table tr td, .tabela-dados table tr td p, .conteudo-tabela-produtos table tr td, .conteudo-tabela-produtos table tr td p{font-size: 14px; line-height: 28px;}
}

@media(max-width: 767px){
	body{padding-top: 117px;}
	.header-right .btn{display: none;}
	.abre-busca{margin-left: 0;}
	.alinha-telefone-topo{display: none;}
	.telefone-topo{white-space: nowrap;}
	.telefone-topo span{display: none;}
	.redes-sociais-topo{display: none;}
	.navbar-nav li.nav-item .dropdown-menu a{display: none;}
	.navbar-nav li.nav-item .dropdown-menu a:first-child{display: block;}
	.dropdown-menu .row{display: block;}
	.tp-caption h3{font-size: 22px; line-height: 30px; margin-bottom: 15px;}
	.tp-caption h2{font-size: 24px; line-height: 30px;}
	.tp-bullets{display: none;}
	.traco-redes-sociais-fixo{display: none;}
	#search input{height: 50px; padding: 0 20px; font-size: 16px;}
	#search button{right: 30px; top: 10px; font-size: 16px; line-height: 30px; height: 30px;}
	.close-search{font-size: 22px;}
	.icone-idiomas span{display: none;}
	.idiomas-topo .icone-idiomas{padding: 0 10px 0 5px; line-height: 30px; font-size: 12px;}
	.alinha-idiomas-topo{width: 45px; height: 30px; margin-left: 5px;}
	.idiomas-topo svg{top: 2px;}
	.idiomas-topo{height: 30px;}
	.abre-busca, .botao-carrinho{line-height: 30px;}
	.botao-carrinho span {width: 12px; height: 12px; font-size: 10px; line-height: 12px; right: -10px; top: 4px;}
	.header-right{top: 22px;}
	.header-space{height: 70px;}
	.caixa-imagem{height: auto; display: block; margin-bottom: 15px;}
	.caixa-imagem img{height: auto;}
	.capa-individual:hover .caixa-imagem{height: auto; margin-top: auto; margin-left: auto; margin-right: auto; margin-bottom: 20px;}
	.capa-individual{margin-bottom: 30px;}
	.icone-home-individual{margin-bottom: 30px;}
	.capa-catalogo img{margin: 20px 0 0;}
	.modal-content{padding: 20px;}
	.modal-content .close {right: 0; top: -30px; font-size: 18px; width: 24px; height: 24px; line-height: 20px;}
	.modal-content h3{font-size: 22px;}
	footer .email-rodape{margin-top: 30px; margin-bottom: 0;}
	.categorias-rodape{display: none;}
	.footer-content{padding-top: 30px; padding-bottom: 30px;}
	.footer-content .telefone-rodape{margin-bottom: 10px;}
	.rodape-baixo p{display: none;}
	.rodape-baixo{padding-bottom: 60px; padding-top: 20px;}
	.espaco{height: 40px;}
	.caixa-mvp-individual, .distribuidor-individual{margin-bottom: 20px;}
	h3.titulo-topo-produtos, .titulo-categorias h3{font-size: 14px;}
	.caixa-categorias{display: none;}
	.menu-categorias{margin-bottom: 30px;}
	.container-carrinho-produtos{height: auto;}
	.tabelas-ficha-tecnica table {width: 100% !important; margin: 0 0 20px 0;}
	.imagem-representantes{display: none;}
	.caixa-titulo-representantes h2, .caixa-titulo-representantes h3{font-size: 18px; line-height: 24px;}
	input.form-control, textarea.form-control, .custom-file-label, select.custom-select{margin-bottom: 10px;}
	.custom-control{margin-bottom: 5px;}
	.form-inline{margin-bottom: 10px;}
	.custom-file{margin-bottom: 10px;}
	input.form-control, .custom-file-label, .custom-file{height: 50px;}
	select.custom-select{height: 50px;}
	textarea.form-control{height: 100px;}
	.custom-file-label::after {line-height: 38px; height: 48px;}
	.custom-file-label{line-height: 38px;}
	.topo-contato-email{margin-top: 20px;}
	.mapa-contato iframe{height: 300px;}
	.noticia-interna-individual .caixa-imagem-interna{display: inline-block; vertical-align: top; margin-bottom: 10px;}
	.caixa-imagem-interna img{max-width: 100%;}
	.dados-carrinho textarea{padding: 10px; height: 70px;}
	.container-cart{overflow-x: auto;}
	.cart-bottom{padding-top: 10px; padding-bottom: 20px;}
	.page-cart .cart-header, .page-cart .cart-body{min-width: 400px;}
	.produto-individual::before {display: none;}
	.fundo-produto{height: auto;}
	.conteudo-produto-individual{padding: 30px 0; width: auto; position: relative; left: auto; top: auto; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; z-index: 2;}
	.produto-individual h3{max-width: none;}
	.imagem-produto-individual img {max-width: 90%; max-height: 200px;}
	.imagem-produto-individual{padding-top: 20px; padding-bottom: 20px;}
	h1, h2{font-size: 20px; line-height: 30px;}
	.topo-paginas + div &gt; .espaco, .topo-paginas + .espaco, .barra-topo-produtos + .espaco{height: 40px;}
	.mapa-contato iframe{display: none !important;}
	.topo-paginas h1{text-transform: none;}
	.texto-representantes h2{font-size: 16px;}
	.alinha-distribuidores{margin-left: -15px; margin-right: -15px;}
	.distribuidor-individual{padding-left: 20px; padding-right: 20px; margin-bottom: 30px;}
	.imagem-empresa img {margin-right: auto; max-width: 100%; margin-bottom: 30px;}
	.texto-empresa{padding: 0 15px;}
	.botao-mvv-individual{padding: 0;}
	.botao-mvv-individual img{max-height: 30px;}
	.botao-mvv-individual span{font-size: 12px; margin-bottom: 10px; line-height: 14px; height: 28px;}
	.mvv-individual{padding-top: 20px;}
	.btn-categorias{font-size: 12px;}
	.descricao-categoria{padding: 15px;}
	.produto-listagem-individual h3{font-size: 14px; line-height: 22px; margin: 0 15px 15px;}
	.texto-produto{margin-top: 30px;}
	.conteudo-tabela-produtos table tr td {width: 100%; padding: 0; display: block;}
	.video-produto iframe{height: 200px;}
	.caixa-video-home iframe{height: 240px;}
	.icone-home-individual h3{font-size: 18px; line-height: 26px;}
	.caixa-icone-individual{width: 70px; height: 70px; line-height: 66px; margin-bottom: 10px;}
	.capa-catalogo{padding: 30px 25px 20px;}
	.topo-instagram h2{line-height: 40px; padding-right: 0; margin: 0; font-size: 28px; border-right: none; display: block;}
	.caixa-instagram-individual{width: 33.333%;}
	.secao-botoes .espaco-menor{height: 10px;}
	.secao-botoes .col-md-4{padding-top: 15px; padding-bottom: 15px;}
	.secao-botoes h2{margin-bottom: 10px;}
	.navegacao-rodape{margin-bottom: 30px;}
	.imagem-empresa{margin-bottom: 30px;}
	.mvv-individual, .mvv-individual p{font-size: 14px; line-height: 28px;}
	.categoria-individual{padding: 25px 30px; height: 350px;}
	.categoria-interna{margin-bottom: 20px;}
	.navbar-brand{max-width: 60%; width: 220px;}
	.topo-produto{height: 40vh;}
	.topo-produto h2{font-size: 20px; line-height: 28px; padding: 15px 30px;}
	.conteudo-tabela-produtos table tr td{height: auto !important; padding: 0 15px;}
}

@media(max-width: 372px){
	.representantes{display: none;}
}</pre></body></html>