/* Arquivo utilitário para simular os estilos do Mfe Shell do Bankline */

body {
  margin: 0;
}

section.alerta {
  margin-top: 90px;
  position: relative;
}

.bankline__header,
.bankline__footer,
.complementarySection {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 12px;
}

.bankline__header {
  border-bottom: 1px solid #cfd1d3;
}

.bankline__footer {
  color: #ffffff;
  background-color: #000D3C;
}

.complementarySection {
  background-color: #ffffff;
  filter: opacity(0);
  transition: filter 0.3s ease-in-out;
}

.complementarySection:hover {
  filter: opacity(1);
}

.bankline__header__wrapper,
.bankline__footer__wrapper,
.complementarySection__wrapper {
  display: flex;
  width: 980px;
  align-items: center;
  justify-items: center;
  gap: 20px;
}

.bankline__header__wrapper {
  padding-left: 10px;
}

.complementarySection__wrapper {
  height: 90px;
  align-items: center;
  justify-items: center;
  justify-content: center;
}

.bankline__header {
  top: 0;
  width: 100%;
  height: 70px;
  position: fixed;
  z-index: 9999;
  background-color: #ffffff;
}

.bankline__header__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #FF6200;
  color: #ffffff;
}

.bankline__header__logo {
  display: flex;
}

.bankline__header__logo img {
  width: 50px;
  height: 50px;
}

.bankline__footer__wrapper {
  display: flex;
  height: 113px;
  align-items: center;
  justify-content: center;
}

.complementarySection {
  display: flex;
}

section.alerta {
  margin-top: 90px;
  position: relative;
}

.container {
  color: #464646;
  font-family: Arial, sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  display: block;
  width: 980px;
  margin: 0px;
  margin-left: 10px !important;
}

.content-jarvis {
  color: #464646;
  font-family: Arial, sans-serif;
  font-size: 12px;
  box-sizing: border-box;
}

/* O widget Bankline posiciona absolutamente .custom-select p.hide,
   o que pode sobrepor elementos da página. Garante que elementos
   ocultos não interceptem cliques. */
#summer-seguranca-wrapper .hide {
  pointer-events: none;
}
