﻿@charset "UTF-8";#header{position:relative;z-index:1050;}#header .menu-superior{background:var(--corPrincipal);}#header .menu-central .icones-fixos .btn-group{margin-right:5px;}#header .menu-central .icones-fixos .btn-group i{cursor:pointer;user-select:none;padding:1rem 1.2rem;margin-bottom:0;}#header .menu-central .icones-fixos .btn-group:hover>.dropdown-menu{display:block;animation:openDown .3s ease 0s 1 normal forwards;}#header .menu-central .icones-fixos .btn-group:hover>.dropdown-menu a.dropdown-item{cursor:pointer;}#header .menu-central .icones-fixos .btn-group:hover>.dropdown-menu span.dropdown-item{cursor:default;}#header .menu-central .icones-fixos .btn-group:hover>.sub-menu-direito{right:auto;left:-50%;}#header .menu-central .icones-fixos .btn-group:hover>.sub-menu-esquerdo{right:-50%;left:auto;}#header .menu-central .icones-fixos .btn-group .dropdown-menu{min-width:200px;border-top:5px solid var(--corPrincipal);background-color:#f3f3f3;}#header .menu-central .icones-fixos .btn-group .dropdown-menu .dropdown-item{background-color:#fff;margin:1px 0;text-align:center;white-space:normal;padding:.5rem !important;line-height:1.5;}#header .menu-central .icones-fixos .btn-group .dropdown-menu .dropdown-item:hover:not(#spanHorarioAtendimento){background-color:var(--corPrincipal);}#header .bg-nav{background:var(--corPrincipal);width:100%;}#header .mapCollapse iframe{width:100%;}.animationFixedOut{animation:animationFixedOut .5s ease 0s 1 normal forwards;}@keyframes animationFixedOut{0%{transform:translateY(-20px);}100%{transform:translateY(0);}}.animationFixedIn{animation:animationFixedIn .5s ease 0s 1 normal forwards;}@keyframes animationFixedIn{0%{transform:translateY(10px);}100%{transform:translateY(0);}}