/* CSS PADRÃO */
*{ 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
}
body{
	padding:0px;
	margin:0 auto!important;
	max-width:1920px !important;
	border: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', 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
}
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;
}
::-moz-selection {
	background: #d19c87;
	color: #FFF;
}
::selection {
	background: #d19c87;
	color: #FFF;
}
a.disabled {
   pointer-events: none;
   cursor: default;
}

/* PLACEHOLDER */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:   #7F7F7F;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #7F7F7F;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #7F7F7F;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #7F7F7F;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #7F7F7F;
}
::placeholder { /* Most modern browsers support this now. */
   color:    #7F7F7F;
}

/* FONTES */
@font-face {
    font-family: 'brandon_grotesqueregular';
    src: url('../fontes/brandon_reg-webfont.woff2') format('woff2'),
         url('../fontes/brandon_reg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* 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: 45px;
	height: 45px;
	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: #F7e8de;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	font-weight: bold;
	border:1px solid #F7e8de;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-primario:hover{
	color: #FFFFFF !important;
	background: #E39E88;
}

/* BOTAO SECUNDARIO */
.botao-secundario{
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	font-weight: bold;
	background: #4c535a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-secundario:hover{
	background: #464d54;
}

/* BOTÃO TERCIARIO */
.botao-terciario{
	color: #B3C8C3;
	text-align: left;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	border:1px solid #B3C8C3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-family: 'brandon_grotesqueregular';
}

/* BOTAO QUARTENARIO */
.botao-quartenario{
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	font-weight: bold;
	color: #4C535a;
	background: #FFFFFF;
	border:1px solid #4C535a;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-quartenario:hover{
	color: #FFFFFF;
	background: #d19c87;
	border:1px solid #d19c87;
}

/* BOTAO QUINTENARIO */
.botao-quintenario{
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	border: 0px;
	font-weight: bold;
	color: #FFFFFF;
	background: #d19c87;
	border:1px solid #d19c87;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.botao-quintenario:hover{
	color: #4C535a;
	background: #FFFFFF;
	border:1px solid #4C535a;
}

/* ESTILO TEXTO EDITOR */
.texto-editor, .texto-editor p{
	text-align: left;
}
.texto-editor img{
	max-width: 100%;
	height: auto !important;
	display: block;
}
.texto-editor iframe{
	max-width: 100%;
	display: block;	
}
.texto-editor a{
	display: inline;
	color: #d19c87;
	font-weight: bold;
}
.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;
	padding-top: 36px;
}
.contorno-botoes-paginacao a{
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #979797;
	text-align: center;
	border: 1px solid #4C535a;
	font-family: 'brandon_grotesqueregular';
}
.contorno-botoes-paginacao a + a{
	margin-left: 10px;
}
.contorno-botoes-paginacao a:hover,
.pagina-selecionada{
	color: #FFFFFF !important;
	background: #4C535a;
}
.pagina-anterior{
	background: url('../../imagens/seta-paginacao-prev.svg') 50% 50% no-repeat;
}
.proxima-pagina{
	background: url('../../imagens/seta-paginacao-next.svg') 50% 50% no-repeat;	
}
.pagina-anterior:hover{
	background: url('../../imagens/seta-paginacao-prev-hover.svg') 50% 50% no-repeat #4C535a !important;
}
.proxima-pagina:hover{
	background: url('../../imagens/seta-paginacao-next-hover.svg') 50% 50% no-repeat #4C535a !important;
}

/* 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 #D4D4D4;
}

/* 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;
    }
}

/* 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
	}
	.clear-desktop{
		clear: both;
		display: block !important;
	}
}
/* TOTAL RODAPE */
.total-rodape{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #4c535a;
}

/* LOGO */
.total-rodape .logo-rodape{
	width: 38%;
	float: left;
}
.total-rodape a{
	width: 170px;
	display: block;
}
.total-rodape ul li .logo-rodape img{
	display: block;
	width: 100%;
}
.logo-rodape img{
	margin: 33px 0px;
}

/* BLOCOS */
.total-rodape ul{
	width: 62%;
	float: right;
}
.total-rodape ul li{
	width: 38%;
	float: right;
}

/* INFORMACOES */
.total-informacoes{
	width: 100%;
	margin-top: 30px;
}
.total-informacoes .campo-informacoes + .campo-informacoes{
	margin-top: 14px;
}
.total-informacoes .campo-informacoes .icone{
	width: 18px;
	height: 17px;
	float: left;
}
.total-informacoes .campo-informacoes .i-telefone{
	background: url('../../imagens/icone-telefone.svg') 50% 0px no-repeat;
}
.total-informacoes .campo-informacoes .i-email{
	background: url('../../imagens/icone-email.svg') 50% 4px no-repeat;
}
.total-informacoes .campo-informacoes .i-endereco{
	background: url('../../imagens/icone-endereco.svg') 50% 0px no-repeat;
}
.total-informacoes .campo-informacoes p{
	width: calc(100% - 28px);
	float: left;
	padding-left: 10px;
	color: #B3C8C3;
	font-size: 15px;
	line-height: 17px;
	font-family: 'montserrat';
}

/* REDES SOCIAIS */
.total-icone-redes-sociais-rodape{
	display: table;
	margin-top: 12px;
	padding-left: 30px;
}
.total-icone-redes-sociais-rodape .icone{
	float: left;
	width: 36px;
	height: 36px;
	border: 1px solid #4c535a;
}
.total-icone-redes-sociais-rodape .icone + .icone{
	margin-left: 10px;
}
.total-icone-redes-sociais-rodape .icone:hover{
	border: 1px solid #B3C8C3;
}
.total-icone-redes-sociais-rodape .i-facebook{
	background: url('../../imagens/facebook-rodape.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais-rodape .i-instagram{
	background: url('../../imagens/instagram-rodape.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais-rodape .i-pinterest{
	background: url('../../imagens/pinterest-rodape.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais-rodape .i-linkedin{
	background: url('../../imagens/linkedin-rodape.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais-rodape .i-youtube{
	background: url('../../imagens/youtube-rodape.svg') 50% 50% no-repeat;
}

/* BOTÕES */
.total-rodape ul li .botao-terciario{
	padding-left: 38px;
	padding-right: 32px;
	height: 38px;
	line-height: 38px;
	width: 100%;
    float: left;
}
.total-rodape ul li .botao-terciario + .botao-terciario{
	margin-top: 12px;
}
.total-rodape ul li .i-guia{
	background: url('../../imagens/icone-guia-tecnico.svg') 10px 50% no-repeat;
}
.total-rodape ul li .i-download{
	background: url('../../imagens/icone-download.svg') 11px 50% no-repeat;
}
.total-rodape ul li .i-guia:hover{
	background: url('../../imagens/icone-guia-tecnico.svg') 10px 50% no-repeat #464d54;
}
.total-rodape ul li .i-download:hover{
	background: url('../../imagens/icone-download.svg') 11px 50% no-repeat #464d54;
}

/* BAIXO RODAPE */
.baixo-rodape{
	padding-top: 13px;
	padding-bottom: 15px;
	background: #464d54;
}
.baixo-rodape span{
	display: block;
	font-size: 12px;
	color: #b3c8c3;
	float: left;
	text-align: left;
    font-family: 'montserrat';
}
.baixo-rodape a{
	font-size: 12px;
	color: #b3c8c3;
	float: right;
	text-align: right;
    font-family: 'montserrat';
}

/* ESPECIAL */
@media (max-width: 1120px) and (min-width: 992px){
	.total-icone-redes-sociais-rodape{
		padding-left: 0px;
		display: table;
		margin: 0 auto;
	}
	.total-rodape ul li .botao-terciario {
	    padding-left: 30px;
	    padding-right: 15px;
	}
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	/* LOGO */
	.total-rodape .logo-rodape{
		width: 100%;
		float: none;
	}
	.total-rodape .logo-rodape a{
		margin: 0 auto;
	}

	.total-rodape ul{
		width: 100%;
		float: none;
	}

	/* INFORMACOES */
	.total-rodape ul li{
		width: 100%;
		margin-top: 35px;
		float: none;
	}
	.total-informacoes .campo-informacoes .icone{
		width: 100%;
		float: none;
	}
	.total-informacoes .campo-informacoes p{
		padding-left: 0px;
		width: 100%;
		text-align: center;
		margin-top: 8px;
	}

	/* REDES SOCIAIS */
	.total-icone-redes-sociais-rodape{
		margin-top: 0px;
		padding-left: 0px;
		display: table;
		margin: 0 auto;
	}

	/* BOTOES */
	.li-botoes{
		display: table;
		margin-top: 35px;

	}

    .total-rodape ul li .botao-terciario {
        float: none;
        margin: 0 auto;
        width: 200px;
    }
}

/* MOBILE */
@media (max-width: 767px){

	/* LOGO */
	.total-rodape .logo-rodape{
		width: 100%;
		float: none;
	}
	.total-rodape .logo-rodape a{
		margin: 0 auto;
	}

	.total-rodape ul{
		width: 100%;
		float: none;
	}

	/* INFORMACOES */
	.total-rodape ul li{
		width: 100%;
		margin-top: 35px;
		float: none;
	}
	.total-informacoes .campo-informacoes .icone{
		width: 100%;
		float: none;
	}
	.total-informacoes .campo-informacoes p{
		padding-left: 0px;
		width: 100%;
		text-align: center;
		margin-top: 8px;
	}

    /* BOTOES */
    .li-botoes{
        display: table;
        margin-top: 35px;

    }

    .total-rodape ul li .botao-terciario {
        float: none;
        margin: 0 auto;
        width: 200px;
    }

	/* REDES SOCIAIS */
	.total-icone-redes-sociais-rodape{
		margin-top: 0px;
		padding-left: 0px;
		display: table;
		margin: 0 auto;
	}

	/* BAIXO RODAPE */
	.baixo-rodape span,
	.baixo-rodape a{
		float: none;
		width: 100%;
		text-align: center;
	}
}/* GERAL */
.conteudo-cabecalho{
	width: 100%;
	height: 130px;
	background: #FFFFFF;
}
.conteudo-cabecalho .relative-cabecalho{
	position: relative;
}
.degrade-cabecalho{
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

/* ICONE MENU */
.contorno-botao-menu{
	cursor: pointer;
	width: 40px;
	height: 25px;
	margin-top: 40px;
	float: left;
	display: none;
	background: url('../../imagens/menu-anama.svg') 0px 0px no-repeat;
	background-size: contain
}
.contorno-botao-menu:hover{
	opacity: 0.8;
}

/* LOGO */
.contorno-logo-cabecalho{
	float: left;
	width: 161px;
	margin-top: 19px;
}
.logo-cabecalho{
	width: 100%;
	display: table;
	margin: 0 auto;
}
.logo-cabecalho img{
	display: block;
	width: 100%;
}

/* MENU */
.contorno-menu-cabecalho{
	width: calc(100% - 381px);
	float: left;
	margin-top: 60px;
}
.contorno-menu-cabecalho ul{
	float: right;
	padding-right: 43px;
}
.contorno-menu-cabecalho ul li{
	position: relative;
	float: left;
}
.contorno-menu-cabecalho ul{
	display: table;
	margin: 0 auto;
}
.contorno-menu-cabecalho ul li a{
	font-weight: 300;
	font-size: 13px;
	color: #4C535a;
	padding-left: 20px;
	padding-right: 20px;
}
.contorno-menu-cabecalho ul li a .borda-hover{
	width: 100%;
	height: 1px;
	background: #4C535a;
	margin-top: 4px;
	opacity: 0;
}
.contorno-menu-cabecalho ul li a:hover .borda-hover{
	opacity: 10;
}
.contorno-menu-cabecalho .borda-menu{
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0px;
	top: 1px;
	background: #4C535a;
}

/* MENU SELECIONADO */
.menu-selecionado-manifesto,
.menu-selecionado-produtos,
.menu-selecionado-blog,
.menu-selecionado-contato,
.menu-selecionado-downloads,
.menu-selecionado-inicio{
	opacity: 10 !important;
}

/* REDES SOCIAIS */
.total-icone-redes-sociais{
	width: 220px;
	float: right;
	margin-top: 47px;
}
.total-icone-redes-sociais .icone{
	float: left;
	width: 36px;
	height: 36px;
	border: 1px solid #FFFFFF;
}
.total-icone-redes-sociais .icone + .icone{
	margin-left: 10px;
}
.total-icone-redes-sociais .icone:hover{
	border: 1px solid #4C535B;
}
.total-icone-redes-sociais .i-facebook{
	background: url('../../imagens/facebook-topo.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais .i-instagram{
	background: url('../../imagens/instagram-topo.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais .i-pinterest{
	background: url('../../imagens/pinterest-topo.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais .i-linkedin{
	background: url('../../imagens/linkedin-topo.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais .i-youtube{
	background: url('../../imagens/youtube-topo.svg') 50% 50% no-repeat;
}

/* CABECALHO FIXO */
.cabecalho-fixo{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	height: 90px;
}
.logo-fixo{
	width: 60%;
}

/* CONTROLE MENU FIXO */
.controle-menu-fixo{
	height: 130px;
	display: none;
}

/* TABLET */
@media (max-width: 991px) and (min-width: 768px){
	.conteudo-cabecalho{
		height: 105px;
	}
	.contorno-botao-menu{
		display: block;
	}
	.contorno-menu-cabecalho,
	.total-icone-redes-sociais{
		display: none;
	}
	.contorno-logo-cabecalho{
		float: right;
		width: 110px;
	}

	/* CONTROLE MENU FIXO */
	.controle-menu-fixo{
		height: 105px;
		display: none;
	}
	.cabecalho-fixo{
		height: 60px !important;
	}
	.logo-fixo{
		width: 100%;
	}
	.contorno-logo-fixo{
		margin-top: 8px;
		width: 75px;
	}
}

/* MOBILE */
@media (max-width: 767px){
	.conteudo-cabecalho{
		height: 105px;
	}
	.contorno-botao-menu{
		display: block;
	}
	.contorno-menu-cabecalho,
	.total-icone-redes-sociais{
		display: none;
	}
	.contorno-logo-cabecalho{
		float: right;
		width: 110px;
	}

	/* CONTROLE MENU FIXO */
	.controle-menu-fixo{
		height: 105px;
		display: none;
	}
	.cabecalho-fixo{
		height: 60px !important;
	}
	.logo-fixo{
		width: 100%;
	}
	.contorno-logo-fixo{
		margin-top: 8px;
		width: 75px;
	}
}
/* MENUS RESPONSIVO */
.total-menu-responsivo-topo {
    position: absolute;
    top: 0px;
    left: -390px;
    z-index: 9999;
}
.contorno-menu-responsivo-topo {
    background: #d19c87;
    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: 9999;
    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/menu-anama.svg) 0px 0px no-repeat;
    background-size: contain
}

/* REDES SOCIAIS */
.total-icone-redes-sociais-menu-responsivo{
    margin-top: 40px;
}
.total-icone-redes-sociais-menu-responsivo .icone{
    float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #4C535B;
}
.total-icone-redes-sociais-menu-responsivo .icone + .icone{
    margin-left: 10px;
}
.total-icone-redes-sociais-menu-responsivo .i-facebook{
    background: url('../../imagens/facebook-topo.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais-menu-responsivo .i-instagram{
    background: url('../../imagens/instagram-topo.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais-menu-responsivo .i-pinterest{
    background: url('../../imagens/pinterest-topo.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais-menu-responsivo .i-linkedin{
    background: url('../../imagens/linkedin-topo.svg') 50% 50% no-repeat;
}
.total-icone-redes-sociais-menu-responsivo .i-youtube{
    background: url('../../imagens/youtube-topo.svg') 50% 50% 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: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16WXh0ow.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Xw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w5aX8.ttf) format('truetype');
}
