@charset "utf-8";

/* ÁREA DO MENU */
#contencao_menu_mobile_p { position: relative; float: left; width: 100%; padding: 0 10px; height: 50px; background: #23488c; font-family: 'Montserrat'; box-sizing: border-box; }
/* CONTENT MENU */
#contencao_menu_mobile_p nav { position: relative; display: block; width: 100%; height: 50px; background: inherit; margin: 0; padding: 0; background: #2959b3; border-radius: 4px; margin-top: -10px; }

/* ACESSIBILIDADE / ICONE INFO */
#contencao_menu_mobile_p .info { position: relative; float: right; display: table; height: 50px; padding: 13px 10px; z-index: 1; margin-right: 5px; }
#contencao_menu_mobile_p .icone_menu { font-size: 14px; }
#contencao_menu_mobile_p .icone_menu_topo { position: relative; height: 50px; float: right; font-size: 16px; color: #fff; line-height: 50px; cursor: pointer; margin: 0; margin-right: 10px; z-index: 1; }

/* MENU */
#contencao_menu_mobile_p .toggle_menu { position: absolute; top: 0; left: 0; display: block; width: 100%; height: 50px; font-size: 13px; color: #fff; line-height: 50px; text-decoration: none; border: none; box-sizing: border-box; background: transparent; padding: 0 20px; }
#contencao_menu_mobile_p .toggle_menu .swfa { display: block; float: left; line-height: 50px; margin-right: 5px; }
/* CHECKBOX PARA DROPDOWN */
#contencao_menu_mobile_p .toggle,
#contencao_menu_mobile_p [id^=drop] { display: none; }

/* DROPDOWN MENU */
#contencao_menu_mobile_p .menu { position: absolute; top: 100%; left: 0; width: 90%; max-height: 0; font-family: 'Montserrat'; background: #1d4a91; list-style: none; overflow-x: hidden; overflow-y: auto; transition: .3s; margin: 0; padding: 0; }
/* SHOW DROPDOWN */
#contencao_menu_mobile_p [id^=drop]:checked + .menu { max-height: 290px; }

/* LINKS */
#contencao_menu_mobile_p .menu li { display: block; width: 100%; }
#contencao_menu_mobile_p .menu a { display: block; font-size: 13px; color: #fff; border-bottom: 1px solid rgba(0,0,0,.15); text-decoration: none; padding: 12px 20px; transition: .3s; }
#contencao_menu_mobile_p .menu a:hover { padding-left: 25px; padding-right: 15px; background: rgba(0,0,0,.15); }

/* TÍTULO SUBITEM */
#contencao_menu_mobile_p .menu li .toggle { display: block; font-size: 13px; color: #fff; text-decoration: none; font-weight: bold; background: rgba(0,0,0,.15); border-bottom: 1px solid rgba(0,0,0,.15); padding: 12px 20px; }
/* LINK SUBITEM */
#contencao_menu_mobile_p .menu li ul li a { background: rgba(0,0,0,.1); border-bottom: 1px solid rgba(0,0,0,.15); }
#contencao_menu_mobile_p .menu li ul li a:hover { background: rgba(0,0,0,.15); }

/* DROPDOWN SUBITEM */
#contencao_menu_mobile_p .menu ul { display: none; width: 100%; }
#contencao_menu_mobile_p .menu [id^=drop]:checked + ul { display: block; }