@charset "utf-8";

/**********************************************************************************************
						MENU
/**********************************************************************************************/

#swe_topo .swe_menu { font-family: "Open Sans"; }
/* LATERAL */
#swe_topo .menu_lateral { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; background: #222; background: rgba(0,0,0,.8); overflow: hidden; visibility: hidden; opacity: 0; will-change: left, top; transition: .3s .25s; }
#swe_topo .menu_lateral .cont_menu_lateral { width: 100%; max-width: 400px; height: 100%; position: absolute; top: 0; right: -400px; background: #e6e9ed; transition: .25s .05s ease-out;}
#swe_topo .menu_lateral .topo_menu_lateral { height: 80px; line-height: 80px; background: #373a41; font-size: 12px; color: #fff; font-family: "Lato"; letter-spacing: 2px; text-align: center; position: relative; }
#swe_topo .menu_lateral .topo_menu_lateral .icone_menu { width: 20px; height: 20px; line-height: 30px; position: absolute; top: 50%; left: 25px; margin-top: -15px; cursor: pointer; }
#swe_topo .menu_lateral .topo_menu_lateral .icone_menu hr { height: 1px; background: #fff; border: 0; margin: 6px 0; visibility: visible; transition: .2s .2s; }
#swe_topo .menu_lateral .area_links_menu { height: 70%; height: calc(100% - 100px); margin: 10px 0; padding: 0 10px; overflow: auto; }
#swe_topo .menu_lateral .link_menu { position: relative; font-weight: normal; font-size: 0; }
#swe_topo .menu_lateral .link_menu div { font-size: 13px; color: #474a52; letter-spacing: -.5px; text-transform: uppercase; padding: 15px; transition: color .02s, .2s; }
#swe_topo .menu_lateral .link_menu a:hover div { padding-left: 25px; padding-right: 10px; }
/* PARENT */
#swe_topo .menu_lateral .parent { font-weight: bold; padding-right: 30px; }
#swe_topo .menu_lateral .parent .btn_submenu { width: 24px; height: 24px; line-height: 22px; text-align: center; overflow: hidden; padding: 0; font-weight: 100; position: absolute; top: 50%; right: 5px; margin-top: -12px; z-index: 100; transition: .15s ease-out; }
#swe_topo .menu_lateral .parent .btn_submenu:before { content: "\002B"; width: inherit; height: inherit; position: absolute; top: 0; left: 0; transition: inherit;; }
#swe_topo .menu_lateral .parent .btn_submenu:hover { cursor: pointer; }
#swe_topo .menu_lateral .parent .btn_submenu:hover:before { transform: rotate(90deg); }
/* CONT MENU */
#swe_topo .menu_lateral .area_links_menu .cont_link_menu { font-size: 0; position: relative; z-index: 0; background: #fff; background: rgba(255,255,255,.5); padding: 5px 10px; overflow: hidden; transition: .2s ease-out; }
/* NÍVEL 1 */
#swe_topo .menu_lateral .area_links_menu .cont_link_menu_n1 { background: #e6e9ed; margin-bottom: 7px; z-index: 1; padding: 0; border-top: solid 1px #dcdfe3; }
#swe_topo .menu_lateral .area_links_menu .cont_link_menu_n1 .link_menu_n1 { font-size: 14px; font-weight: bold; z-index: 1; background: #e6e9ed; margin-top: 7px; }
#swe_topo .menu_lateral .area_links_menu li:first-child .cont_link_menu_n1,
#swe_topo .menu_lateral .area_links_menu li:first-child .cont_link_menu_n1 .link_menu_n1 { border-top: 0; margin-top: 0; }
#swe_topo .menu_lateral .area_links_menu .cont_link_menu_n1 .link_menu_n1:after { content: ""; width: 25px; height: 25px; position: absolute; top: 100%; right: 10%; margin-top: -15px; background: inherit; border-radius: 3px; transform: scaleX(1.25) rotate(45deg); }
/* CONT LINK MENU > N1 */
#swe_topo .menu_lateral .area_links_menu .cont_link_menu_n1 .cont_link_menu { box-shadow: -3px -1px 7px -5px rgba(0,0,0,.2); border-radius: 4px; }
/* NÍVEL 2 */
#swe_topo .menu_lateral .area_links_menu .cont_link_menu_n2 { z-index: 0; }
/* CONT MENU FECHADO */
#swe_topo .menu_lateral .area_links_menu .close_menu { height: 0; padding-top: 0; padding-bottom: 0; box-shadow: none; }

/* ABRIR MENU LARETAL */
#swe_topo .abrir_menu_lateral { visibility: visible; opacity: 1; transition-delay: 0s; }
#swe_topo .abrir_menu_lateral .cont_menu_lateral { right: 0; transition-delay: .2s; }
#swe_topo .abrir_menu_lateral .topo_menu_lateral .icone_menu hr { transition: .6s .4s cubic-bezier(.72,-1.03,.31,1.47), background .2s 0s; }
#swe_topo .abrir_menu_lateral .topo_menu_lateral .icone_menu hr:nth-child(1) { transform: translateY(7px) rotate(45deg); transform-origin: top; }
#swe_topo .abrir_menu_lateral .topo_menu_lateral .icone_menu hr:nth-child(2) { opacity: 0; transition-duration: 0s; transition-delay: .7s; }
#swe_topo .abrir_menu_lateral .topo_menu_lateral .icone_menu hr:nth-child(3) { transform: translateY(-7px) rotate(-45deg); transform-origin: bottom; }

/* TOPO */
#swe_topo .menu_topo { text-align: center; position: relative; z-index: 0; }
#swe_topo .menu_topo .area_links_menu { display: inline-block; vertical-align: middle; background: none; font-size: 0; }
#swe_topo .menu_topo .link_menu { cursor: pointer; position: relative; transition: .2s; }
#swe_topo .menu_topo .area_links_menu > ul > li:hover > .cont_link_menu > .link_menu,
#swe_topo .menu_topo ul li { display: inline-block; vertical-align: top; position: relative; }
#swe_topo .menu_topo ul li .cont_link_menu_n1 { display: none; }
#swe_topo .menu_topo ul li .cont_link_menu_n1 .link_menu { height: 50px; line-height: 50px; font-size: 13px; }
/* SUBMENUS */
#swe_topo .menu_topo ul li .cont_link_menu_n2 { width: 280px; position: absolute; top: 100%; left: 0; z-index: 0; visibility: hidden; text-align: left; overflow: hidden; }
#swe_topo .menu_topo ul li:last-child .cont_link_menu_n2 { left: auto; right: 0; }
#swe_topo .menu_topo ul li:hover .cont_link_menu_n2 { visibility: visible; z-index: 1; }
#swe_topo .menu_topo ul li .cont_link_menu_n2 > ul { max-height: 60vh; overflow-y: auto; padding: 5px; transform: translateY(-100%); transition: .3s ease; }
#swe_topo .menu_topo ul li:hover  .cont_link_menu_n2> ul { transform: translateY(0); }
#swe_topo .menu_topo ul li .cont_link_menu_n2 ul li { display: block; }
#swe_topo .menu_topo ul li .cont_link_menu_n2 .link_menu { border-radius: 2px; line-height: normal; padding: 0; }
/* SUBMENUS N3 */
#swe_topo .menu_topo ul li .cont_link_menu_n2 .cont_link_menu { padding: 5px; border-radius: 2px; }
#swe_topo .menu_topo ul li .cont_link_menu_n2 .link_menu { height: auto; line-height: normal; font-weight: normal; font-size: 0; padding: 0 !important; }
#swe_topo .menu_topo ul li .cont_link_menu_n2 .parent { padding-right: 20px; font-weight: bold; }
#swe_topo .menu_topo ul li .cont_link_menu_n2 .parent .btn_submenu { width: 24px; height: 24px; line-height: 22px; text-align: center;overflow: hidden; padding: 0; font-size: 22px; font-weight: 100; padding-right: 1px; position: absolute; top: 50%; right: 5px; margin-top: -12px; z-index: 100; transition: .15s ease-out; }
#swe_topo .menu_topo ul li .cont_link_menu_n2 .parent .btn_submenu:before { content: "\002B"; width: inherit; height: inherit; position: absolute; top: 0; left: 0; transition: inherit; }
#swe_topo .menu_topo ul li .cont_link_menu_n2 .parent .btn_submenu:hover { cursor: pointer; }
#swe_topo .menu_topo ul li .cont_link_menu_n2 .parent .btn_submenu:hover:before { transform: rotate(90deg); }
/* CONT MENU FECHADO */
#swe_topo .menu_topo .cont_link_menu_n2 .cont_link_menu  { overflow: hidden; transition: .2s ease-out; }
#swe_topo .menu_topo .cont_link_menu_n2 .close_menu { height: 0; padding-top: 0 !important; padding-bottom: 0 !important; }
/* LAST CHILD MENU N1 // SUBMENUS */
#swe_topo .menu_topo .cont_link_menu_n1.lastchild .cont_link_menu_n2 { left: auto; right: 0; }

/* BOTÃO MENU TOPO */
#swe_topo .menu_topo .btn_menu_topo { height: 50px; line-height: 50px; display: inline-block; vertical-align: middle; padding: 0 25px; font-size: 14px; color: #fff; text-align: left; }
#swe_topo .menu_topo .btn_menu_topo * { display: inline-block; vertical-align: middle; }
#swe_topo .menu_topo .btn_menu_topo div { margin-left: 5px; line-height: 16px; font-size: 12px; color: #fff; font-family: "Lato"; letter-spacing: 2px; display: none; }


/**********************************************************************************************
						MEDIAS
/**********************************************************************************************/
@media (max-width: 1000px) {

	/* MENU TOPO */
	#swe_topo .menu_topo ul { display: none; }
	#swe_topo .menu_topo .area_links_menu { display: none; }

	/* BOTÃO MENU TOPO */
	#swe_topo .menu_topo .btn_menu_topo { width: 100%; }
	#swe_topo .menu_topo .btn_menu_topo div { display: inline-block; }

}