/* CSS PADRÃO */
*{ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
html{
	font-size:16px;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	min-width:290px;
	overflow-x:hidden;
	overflow-y:scroll;
	height: 100%;
	width: 100%;
	text-rendering:optimizeLegibility;
	font-family: 'Poppins', sans-serif;
}
body{
	padding:0px;
	margin:0 auto!important;
	max-width:1920px !important;
	border: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}
*,:after,:before{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
header,
footer,
main{
	display: block;
}
.button,
.input,
.textarea{
	height:2.25em;
	vertical-align:top;
}
.button,
.checkbox input,
.radio input,
a{
	cursor:pointer;
}
.conteudo,
.xs-12{
	width:100%;
}
.tooltip-inner,
a,
a[href^=tel]{
	text-decoration:none;
}
.button,
.input,
.textarea,
html{
	background-color:#FFFFFF;
}
.button,
.checkbox,
.control,
.input,
.radio,
.textarea{
	position:relative
}
.button{
	align-items:center;
	border:1px solid #dbdbdb;
	border-radius:3px;
	padding-bottom:calc(.375em - 1px);
	padding-top:calc(.375em - 1px);
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-left:.75em;
	padding-right:.75em;
	text-align:center;
	white-space:nowrap
}
.fancybox-opened {
    z-index: 9999999 !important;
}
a.button,
button.button,
input[type=submit]
.button{
	text-transform: uppercase;
	line-height:1;
	padding-bottom:.4em;
	padding-top:1.1em;
}
a,form{
	display:block;
}
.clear,
.clearfix{
	clear:both;
}
.clear-mobile,
.clear-tablet{
	display: none;
}
a[href^=tel]{
	color:inherit
}
a{
	-webkit-transition:none 86ms ease-out;
	transition:none 86ms ease-out;
	background:0 0;
	outline:0
}
img{
	border:0;
	display: block;
}
li,ul{
	list-style:none;
}
form,h1,h2,h3,h4,h5,h6,li,p{
	padding:0px;
	margin:0px;
}
h1,h2, h3, h4{
	font-weight: inherit;
}
ul{
	margin:0;
	padding:0;
}
span[class^=skype_pnh_container]{
	display:none!important;
}
span[class^=skype_pnh_print_container]{
	display:inline!important;
}


/* HIDDEN, VISIBLE MEDIAS */
.visible-desktop{
	display: block !important;
}
.visible-mobile{
	display: none !important;
}
.visible-tablet{
	display: none !important;
}

@keyframes arrow-movement {
    0% { 
        bottom: -15px;
    }
    70% {
        bottom: -3px;
    }
    100% { 
        bottom: -15px;
    }
}

.caixa-busca {
    border-bottom: 1px solid #353535;
    padding: 10px;
    color: #353535;
    margin: 0px 0 13px;
    font-weight: 400;
    font-size: 14px;
}
.caixa-busca a{
	display: inline !important;
    color: #ee3236;
     font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
}

/* MOBILE */
@media (max-width: 767px){
	.clear-mobile{
		clear: both;
		display: block !important;
	}
	.visible-mobile{
		display: block !important;
	}
	.visible-desktop{
		display: none !important;
	}
	.visible-tablet{
		display: none !important;
	}
	.hidden-mobile{
		display: none !important;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.clear-tablet{
		clear: both;
		display: block !important;
	}
	.visible-desktop{
		display: none !important;
	}	
	.visible-mobile{
		display: none !important;
	}
	.visible-tablet{
		display: block !important;
	}
}

@media (max-width:767px){
	.visible-xs{
		display:block!important
	}
	.hidden-xs{
		display:none!important
	}
}

@media (min-width:768px) and (max-width:991px){
	.visible-sm{
		display:block!important
	}
	.hidden-sm{
		display:none!important
	}
}

@media (min-width:992px){
	.visible-md{
		display:block!important
	}
	.hidden-md{
		display:none!important
	}
}
::-moz-selection {
	background: #CF3438;
	color: #FFF;
}
::selection {
	background: #CF3438;
	color: #FFF;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #353535;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #353535;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #353535;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #353535;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #353535;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #353535;
}

/* ESCONDIDO DA VIEW */
.escondido-da-view{
	position:absolute;
	left:-15000000px;
	top:-1500000000px;
}

/* DIV CONTEÚDO GERAL */
.conteudo{
	width:100%;
	max-width:1200px;
	min-width:300px;
	padding-right:15px!important;
	padding-left:15px!important;
	margin-right:auto;
	margin-left:auto;
}

/* PÁGINA NÃO ENCONTRADA */
.pagina-naoencontrada{
	width:100%;
	padding-top:300px;
	padding-bottom:300px;
	text-align:center;
	color:#818181;
}
.erro-404{
	font-weight:800;
	background: #FFFFFF;
	font-size:100px !important;
}
.texto-404{
	background: #FFFFFF;
	font-size:25px;
}

/* MGS FORMULÁRIOS */
.msg-erro,
.msg-ok{
	font-size:13px;
	text-transform:uppercase;
}
.msg-erro{
	color:red!important;
}
.msg-ok{
	color:#090!important;
}
.msg-total-ok{
	background-color:#DFF0D8; 
	border:1px solid #9FC76F; 
	color:#468847; 
	padding:15px;
	font-size: 14px;
}
.msg-total-erro{
	background-color:#F2DEDE;
	border:1px solid #F27B81;  
	color:#B94A48;
	padding:14px;
	font-size: 14px;
}

/* BOTÃO VOLTAR TOPO */
.botao-voltar-topo{
	width: 40px;
	height: 40px;
	right: 20px;
	bottom: 20px;
	z-index: 99999;
	position: fixed;
	cursor: pointer;
	display: none;
	background:url('../../imagens/topo.svg') 50% 0px no-repeat;
}

/* BOTÃO PRIMÁRIO */
.botao-primario{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	border-radius: 5px;
	font-weight: bold;
	background: #ee3236;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-primario:hover{
	color: #FFFFFF !important;
	background: #CF3438;
}
/* BOTÃO SECUNDARIO */
.botao-secundario{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	border-radius: 5px;
	font-weight: bold;
	background: #353535;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-secundario:hover{
	color: #FFFFFF !important;
	background: #000000;
}

/* ESTILO TEXTO EDITOR */
.texto-editor, .texto-editor p{
	text-align: left;
}
.texto-editor img, .texto-editor iframe{
	max-width: 100%;
	display: block;
}
.texto-editor a{
	display: inline;
	color: #12a19b;
}
.texto-editor a:hover{
	text-decoration: underline;
}
.texto-editor ul{
	list-style:disc !important;
	padding-left: 10px !important;
    margin-left: 10px !important;
}
.texto-editor ul li{
	list-style:disc !important;
}
.texto-editor p {
    display: block;
    margin: 0px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    -webkit-margin-before: 1.5em;
    -webkit-margin-after: 1.5em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.texto-editor h1 {
    display: block;
    font-size: 2em !important;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-weight: bold;
}
.texto-editor h2 {
    display: block;
    font-size: 1.5em !important;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    font-weight: bold !important;
}
.texto-editor h3 {
    display: block;
    font-size: 1.17em !important;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold !important;
}
.texto-editor h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-weight: bold !important;
}
.texto-editor h5 {
    display: block;
    font-size: 0.83em !important;
    -webkit-margin-before: 1.67em;
    -webkit-margin-after: 1.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    font-weight: bold !important;
}
.texto-editor h6 {
    display: block;
    font-size: 0.67em !important;
    -webkit-margin-before: 2.33em;
    -webkit-margin-after: 2.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    font-weight: bold !important;
}

/* PÁGINAÇÃO: PADRÃO */
.contorno-botoes-paginacao{
	display: table;
	margin: 0 auto;
}
.contorno-botoes-paginacao a{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #353535;
	text-align: center;
	border: 1px solid #353535;
	border-radius: 5px;
	font-weight: bold;
}
.contorno-botoes-paginacao a + a{
	margin-left: 10px;
}
.contorno-botoes-paginacao a:hover,
.pagina-selecionada{
	color: #FFFFFF !important;
	background: #353535;
}
.pagina-anterior,
.proxima-pagina{
	width: auto !important;
	padding-left: 15px;
	padding-right: 15px;
}

/* MSG PADRAO NENHUM ITEM */
.nenhum-item-cadastrado{
	color: #A5A5A5;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #CACACA;
	border-radius: 5px;
}

.nenhum-item-cadastrado:hover{
	border: 1px solid #CF3438;
}
/* TOTAL RODAPE */
.total-rodape{
	width: 100%;
	position: relative;
	background: #F5F5F5;
}
.total-rodape .conteudo{
	position: relative;
}
.total-rodape .contorno-cinza-rodape{
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
	background: #F5F5F5;
	z-index: 999;
}
.total-rodape .vermelho-rodape{
	width: 50%;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	z-index: 9;
	background: #ee3236;
}

/* LOGO */
.total-rodape .logo-rodape{
	width: 370px;
	float: left;
	padding-right: 83px;
	margin-top: 68px;
}
.logo-rodape img{
	display: block;
	width: 100%;
    max-width: 149px;
}

/* BLOCOS */
.total-rodape ul{
	width: calc(100% - 640px);
	float: left;
	margin-top: 73px;
	padding-right: 100px;
}
.total-rodape ul li{
	width: 100%;
	float: left;
}

/* INFORMACOES */
.total-informacoes{
	width: 100%;
	padding-bottom: 40px;
}
.total-informacoes .campo-informacoes + .campo-informacoes{
	margin-top: 25px;
}
.total-informacoes .campo-informacoes .icone{
	width: 19px;
	height: 24px;
	float: left;
}
.total-informacoes .campo-informacoes .i-telefone{
	background: url('../../imagens/icone-telefone.svg') 50% 50% no-repeat;
}
.total-informacoes .campo-informacoes .i-email{
	background: url('../../imagens/icone-email.svg') 50% 5px no-repeat;
}
.total-informacoes .campo-informacoes .i-endereco{
	background: url('../../imagens/icone-endereco.svg') 50% 4px no-repeat;
}
.total-informacoes .campo-informacoes span{
	float: left;
	display: block;
	width: 50px;
	font-weight: 400;
	font-size: 14px;
	padding-left: 8px;
}
.total-informacoes .contorno-telefones{
	float: left;
	width: calc(100% - 69px);
}
.total-informacoes .campo-informacoes p{
	width: calc(100% - 27px);
	float: left;
	color: #353535;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	padding-left: 8px;
}
.total-informacoes .contorno-telefones p{
	width: 100%;
	float: left;
	color: #353535;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	padding-left: 0px;
}

/* REDES SOCIAIS */
.total-redes-sociais-rodape{
	display: table;
	margin-top: 33px;
	padding-right: 29px;
	margin-left:29px;
}
.total-redes-sociais-rodape .icone{
	float: left;
	width: 41px;
	height: 41px;
}
.total-redes-sociais-rodape .icone + .icone{
	margin-left: 10px;
}
.total-redes-sociais-rodape .i-facebook{
	background: url('../../imagens/icone-facebook.svg') 50% 50% no-repeat;
}
.total-redes-sociais-rodape .i-youtube{
	background: url('../../imagens/icone-youtube.svg') 50% 50% no-repeat;
}
.total-redes-sociais-rodape .i-facebook:hover{
	background: url('../../imagens/icone-facebook-hover.svg') 50% 50% no-repeat;
}
.total-redes-sociais-rodape .i-youtube:hover{
	background: url('../../imagens/icone-youtube-hover.svg') 50% 50% no-repeat;
}

/* ANOS */
.total-anos-rodape{
	float: left;
	width: 270px;
	position: absolute;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 99;
	padding-top: 18px;
	background: #ee3236;
}
.total-anos-rodape .foto-rodape{
	width: 164px;
	height: 263px;
	float: left;
	margin-left: -79px;
	background: url('../../imagens/moto-rodape.png') 0px 0px no-repeat;
}
.total-anos-rodape .texto-foto-rodape{
	width: calc(100% - 85px);
	float: left;
	padding-left: 12px;
	margin-top: 30px;
}
.total-anos-rodape .texto-anos{
	width: 100px;
	border-radius: 10px;
	padding-top: 17px;
	padding-bottom: 13px;
	border: 1px solid #FFFFFF;
}
.total-anos-rodape .texto-anos span{
	font-size: 56px;
	line-height: 42px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
}
.total-anos-rodape .texto-anos span + span{
	font-size: 19px;
	line-height: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 7px;
}
.total-anos-rodape .texto-anos p{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
	margin-top: 8px;
}
.total-anos-rodape .frase-anos{
	width: 100%;
	margin-top: 15px;
}
.total-anos-rodape .frase-anos strong{
	width: 100%;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 20px;
}
.total-anos-rodape .frase-anos span{
	width: 100%;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
}

/* BAIXO RODAPE */
.baixo-rodape{
	padding-top: 13px;
	padding-bottom: 15px;
	background: #E8E8E8;
}
.baixo-rodape span{
	display: block;
	font-size: 14px;
	color: #353535;
	float: left;
	font-weight: 400;
	text-align: left;
}
.baixo-rodape a{
	font-size: 14px;
	color: #353535;
	float: right;
	text-align: right;
}
.baixo-rodape a strong:hover{
	color: #CF3438;
}

/* ESPECIAL */
@media (max-width: 1050px) and (min-width: 992px){
	.total-rodape .logo-rodape{
		width: 325px;
	}
	.total-rodape ul{
		width: calc(100% - 595px);
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.total-rodape{
		padding-top: 50px;
	}
	.total-rodape .vermelho-rodape{
		display: none;
	}

	/* LOGO E REDES SOCIAIS*/
	.total-rodape .logo-rodape{
		width: 100%;
		float: none;
		padding-right: 0px;
		margin-top: 0px;
	}
	.logo-rodape img{
		width: auto;
		display: table;
		margin: 0 auto;
	}
	.total-redes-sociais-rodape{
		display: table;
		margin: 0 auto;
		margin-top: 33px;
		padding-right: 0px;
		border: 0px;
	}

	/* INFORMACOES */
	.total-rodape ul{
		width: 100%;
		float: none;
		margin-top: 50px;
		padding-right: 0px;
	}
	.total-informacoes .campo-informacoes .icone{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.total-informacoes .campo-informacoes p{
		padding-left: 0px;
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
	.total-informacoes .campo-informacoes span{
		margin-top: 5px;
	}
	.total-informacoes .campo-informacoes span,
	.total-informacoes .contorno-telefones{
		padding-left: 0px;
		width: 100%;
		text-align: center;
		float: none;
	}

	/* ANOS */
	.total-anos-rodape{
		width: calc(100% + 30px);
		margin-left: -15px;
		position: inherit;
		top: inherit;
		right: inherit;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.total-anos-rodape .display-anos{
		display: table;
		margin: 0 auto;
	}
	.total-anos-rodape .foto-rodape{
		margin-left: 0px;
	}
	.total-anos-rodape .texto-foto-rodape{
		width: auto;
		float: left;
		padding-left: 50px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.total-rodape{
		padding-top: 50px;
	}
	.total-rodape .vermelho-rodape{
		display: none;
	}

	/* LOGO E REDES SOCIAIS*/
	.total-rodape .logo-rodape{
		width: 100%;
		float: none;
		padding-right: 0px;
		margin-top: 0px;
	}
	.logo-rodape img{
		width: auto;
		display: table;
		margin: 0 auto;
	}
	.total-redes-sociais-rodape{
		display: table;
		margin: 0 auto;
		margin-top: 33px;
		padding-right: 0px;
		border: 0px;
	}

	/* INFORMACOES */
	.total-rodape ul{
		width: 100%;
		float: none;
		margin-top: 50px;
		padding-right: 0px;
	}
	.total-informacoes .campo-informacoes .icone{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.total-informacoes .campo-informacoes p{
		padding-left: 0px;
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
	.total-informacoes .campo-informacoes span{
		margin-top: 5px;
	}
	.total-informacoes .campo-informacoes span,
	.total-informacoes .contorno-telefones{
		padding-left: 0px;
		width: 100%;
		text-align: center;
		float: none;
	}

	/* ANOS */
	.total-anos-rodape{
		width: calc(100% + 30px);
		margin-left: -15px;
		position: inherit;
		top: inherit;
		right: inherit;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.total-anos-rodape .foto-rodape{
		display: table;
		margin: 0 auto;
		float: none;
	}
	.total-anos-rodape .texto-anos{
		display: table;
		margin: 0 auto;
	}
	.total-anos-rodape .texto-foto-rodape{
		display: table;
		margin: 0 auto;
		float: none;
		width: auto;
		margin-top: 20px;
		padding-left: 0px;
	}
	.total-anos-rodape .frase-anos{
		text-align: center;
	}

	/* BAIXO RODAPE */
	.baixo-rodape span,
	.baixo-rodape a{
		width: 100%;
		float: none;
		text-align: center;
	}
	.baixo-rodape a{
		margin-top: 5px;
	}
}/* GERAL */
.conteudo-cabecalho{
	width: 100%;
	height: 100px;
	position: relative;
	z-index: 9999;
	background: #FFFFFF;
}
.conteudo-cabecalho .relative-cabecalho{
	position: relative;
}
.degrade-cabecalho{
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* ICONE MENU */
.contorno-botao-menu{
	cursor: pointer;
	width: 40px;
	height: 25px;
	margin-top: 11px;
	float: left;
	display: none;
	background: url('../../imagens/icone-menu.svg') 0px 0px no-repeat;
}
.contorno-botao-menu:hover{
	opacity: 0.8;
}

/* LOGO */
.contorno-logo-cabecalho{
	float: left;
	width: 245px;
	margin-top: 35px;
}
.logo-cabecalho{
	width: 100%;
	display: table;
	margin: 0 auto;
}
.logo-cabecalho img{
	display: block;
	width: 100%;
    max-width: 208px;
}

/* MENU */
.contorno-menu-cabecalho{
	width: calc(100% - 517px);
	float: left;
	margin-top: 40px;
	padding-right: 23px;
}
.contorno-menu-cabecalho ul{
	float: right;
}
.contorno-menu-cabecalho ul li{
	position: relative;
	float: left;
}
.contorno-menu-cabecalho ul li a{
	font-weight: bold;
	font-size: 13px;
	color: #353535;
	padding-left: 11px;
	padding-right: 11px;
}
.contorno-menu-cabecalho ul li a:hover{
	color: #ee3236;
}

/* MENU SELECIONADO */
.menu-selecionado-manifesto,
.menu-selecionado-produtos,
.menu-selecionado-blog,
.menu-selecionado-contato,
.menu-selecionado-inicio{
	opacity: 10 !important;
}

/* BUSCA */
.total-busca-cabecalho{
	width: 272px;
	height: 34px;
	padding-left: 31px;
	float: left;
	margin-top: 33px;
	border-left: 1px solid #CACACA;
}
.total-busca-cabecalho form{
	position: relative;
}
.total-busca-cabecalho .input-busca{
	width: 100%;
	height: 34px;
	border: 0px;
	border-radius: 3px;
	outline: none;
	padding-left: 13px;
	padding-right: 45px;
	font-size: 13px;
	font-weight: 400;
	color: #353535;
	border: 1px solid #CACACA;
}
.total-busca-cabecalho .input-busca:hover,
.total-busca-cabecalho .input-busca:focus{
	border:1px solid #CF3438;
}
.total-busca-cabecalho .botao-busca{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 34px;
	height: 34px;
	border: 0px;
	outline: none;
	cursor: pointer;
	background: url('../../imagens/icone-busca.svg') 50% 50% no-repeat #ee3236;
	border-radius: 0px 5px 5px 0px;
}
.total-busca-cabecalho .botao-busca:hover{	
	background: url('../../imagens/icone-busca.svg') 50% 50% no-repeat #CF3438;
}

/* CABECALHO FIXO */
.cabecalho-fixo{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
}

/* CONTROLE MENU FIXO */
.controle-menu-fixo{
	height: 100px;
	display: none
}

/* ESPECIAL */
@media (max-width: 1145px) and (min-width: 992px){
	.contorno-logo-cabecalho{
		width: 200px;
		margin-top: 27px;
	}
	.contorno-menu-cabecalho {
		padding-right: 10px;
	    width: calc(100% - 472px);
	}
	.contorno-menu-cabecalho ul li a{
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.conteudo-cabecalho{
		height: 100px;
	}
	.contorno-botao-menu{
		display: block;
	}
	.contorno-menu-cabecalho{
		display: none;
	}
	.contorno-logo-cabecalho{
		float: right;
		width: 140px;
		margin-top: 7px;
	}
	.total-busca-cabecalho{
		padding-left: 0px;
		border: 0px;
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.conteudo-cabecalho{
		height: 100px;
	}
	.contorno-botao-menu{
		display: block;
	}
	.contorno-menu-cabecalho{
		display: none;
	}
	.contorno-logo-cabecalho{
		float: right;
		width: 140px;
		margin-top: 7px;
	}
	.total-busca-cabecalho{
		padding-left: 0px;
		border: 0px;
		float: none;
		width: 100%;
		margin-top: 10px;
	}
}/* MENUS RESPONSIVO */
.total-menu-responsivo-topo {
    position: absolute;
    top: 0px;
    left: -390px;
    z-index: 9999999999;
}
.contorno-menu-responsivo-topo {
    background: #CF3438;
    height: 100%;
    width: 382px;
    position: fixed;
    top: 0px;
    margin-top: 0px;
    float: none;
    padding-top: 17px;
    padding-left: 150px;
    z-index: 9;
    overflow: auto;
    padding-bottom: 85px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}
.contorno-menu-responsivo-topo a {
    color: #FFFFFF;
    display: table;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}
.contorno-menu-responsivo-topo a:hover{
	color: #FFFFFF;
}
.contorno-menu-responsivo-topo li + li {
    margin-top: 18px;
}
.contorno-menu-responsivo-topo .icone-menu{
    width: 15px;
    height: 22px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    background: url('../../imagens/icone-mais-menu.svg') 50% 50% no-repeat;
}
.contorno-menu-responsivo-topo .icone-menu:hover{
    opacity: 0.8;
}
.contorno-menu-responsivo-topo .icone-menos{
    margin-top: 1px;
    background: url('../../imagens/icone-menos-menu.svg') 50% 50% no-repeat;
}
.close-menu-mobile {
    width: 20px;
    height: 20px;
    line-height: 30px;
    position: absolute;
    top: 20px;
    right: 22px;
    cursor: pointer;
    background:url('../../imagens/icon-fechar.svg') center top no-repeat;
}
.close-menu-mobile:hover{
    opacity: 0.8;
}
.fundo-tela-open-menu {
    width: 100%;
    height: 100%;
    background: #000;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999999999;
    position: fixed;
    background: url(../../imagens/fundo-transparente-open-menu.png);
}
.contorno-menu-responsivo-topo::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}
.contorno-menu-responsivo-topo::-webkit-scrollbar {
    width: 6px;
    background: #FFFFFF;
}
.contorno-menu-responsivo-topo::-webkit-scrollbar-thumb {
    background: #DCDCDC;
}
.contorno-botao-menu-responsivo{
    width: 108px;
    height: 25px;
    line-height: 28px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    padding-left: 51px;
    margin-bottom: 42px;
    background: url(../../imagens/icone-menu-responsivo.svg) 0px 0px no-repeat;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
    .contorno-menu-responsivo-topo{
        width: 270px;
        padding-left: 20px;
    }
}

/* MOBILE */
@media (max-width: 767px){
    .contorno-menu-responsivo-topo{
        width: 270px;
        padding-left: 20px;
    }
}@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiAyp8kv8JHgFVrJJLmE0tCMPc.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmv1pVF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm21lVF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrJJLucHtF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmg1hVF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmr19VF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmy15VF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm111VF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm81xVF9eL.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrLPTucHtF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLFj_Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5Z1xlEA.ttf) format('truetype');
}
