@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i);

/* You can add global styles to this file, and also import other style files */
/* Colors */
@font-face {
  font-family: "GothamBold";
  src: url("/GothamBold") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBook";
  src: url("/GothamBook") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamLight";
  src: url("/GothamLight") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamMedium";
  src: url("/GothamMedium") format("woff");
  font-weight: normal;
  font-style: normal;
}

.ff-pt-sans {
  font-family: "PT Sans", sans-serif;
}

select#select-correspondentes {
  width: 126px;
  height: 48px;
}

.ff-smoothing {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 16px;
  color: #464044;
  background-color: #f7f7f8;
  font-family: var(--font-family-sans-serif) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
p,
legend {
  margin: 0;
}

body::-webkit-scrollbar {
  width: 12px;
  height: 8px;
}

body::-webkit-scrollbar-track {
  background-color: #e6e6e6;
}

body::-webkit-scrollbar-thumb {
  background-color: #b6b5b3;
}

div::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

div::-webkit-scrollbar-track {
  background-color: #fff;
}

div::-webkit-scrollbar-thumb {
  background-color: #b6b5b3;
}

.area-title {
  font-size: 3.4rem;
  color: #464044;
  font-weight: 600;
}

.pointer {
  cursor: pointer;
}

.wrapper {
  padding: 2rem;
}

.display-flex {
  display: flex;
}

.display-flex.flex-wrap {
  flex-wrap: wrap;
}

.display-flex.center {
  align-items: center;
  align-content: center;
}

.display-flex.end {
  align-items: flex-end;
  align-content: center;
}

.display-flex.flex-column {
  flex-direction: column;
}

.display-flex.justify-content-center {
  justify-content: center;
}

.display-flex.justify-content-between {
  justify-content: space-between;
}

.display-flex.justify-content-end {
  justify-content: flex-end;
}

.bdmg-button {
  border-radius: 2rem;
}

.bdmg-button.fill-blue {
  background-color: #3998b5;
  color: #fff;
  font-size: 1.3rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.bdmg-button.fill-blue:hover {
  background-color: #3c7d9a;
}

.bdmg-button.red {
  color: white;
  font-size: 1.8rem;
  padding-right: 6rem;
  padding-left: 6rem;
  background-color: #d22828;
}

.bdmg-button.red:hover {
  background-color: #b11321;
}

@media (max-width: 320px) {
  .bdmg-button.red {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

.bdmg-button.blue {
  color: #3998b5;
  font-size: 1.3rem;
  padding-right: 2rem;
  padding-left: 2rem;
  background-color: white;
}

.bdmg-button.blue:hover {
  background-color: #3c7d9a;
  color: #ffffff;
}

.alert-message {
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  background-color: #4A4A4B;
}

.alert-message .text {
  color: white;
}

.alert-message .icon {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .content-block {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .content-block .content-title {
    font-size: 1.8rem !important;
    margin-bottom: 0.6rem !important;
  }

  .content-block .course-pretitle {
    font-size: 2rem !important;
  }

  .content-block .course-title {
    font-size: 2.2rem !important;
  }

  .content-block .course-description {
    font-size: 1.2rem !important;
    width: 100% !important;
  }

  .content-block .course-cta {
    font-size: 2rem !important;
  }

  .content-block .video-wrapper {
    width: 100% !important;
    height: 90vh !important;
  }
}

@media (max-width: 600px) {
  .alert-message {
    height: auto;
    font-size: 1rem !important;
  }

  .alert-message .icon {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    font-size: 1.6rem !important;
  }

  .alert-message .close-icon {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    font-size: 1.6rem !important;
  }

  .noticias-header-date {
    margin-top: 2rem !important;
  }

  .noticias-header-title {
    font-size: 1.25rem !important;
  }

  .noticia-text {
    font-size: 1.5rem !important;
  }

  .responsive-display-flex {
    display: block !important;
  }

  .card {
    height: auto !important;
  }

  .card .image-area {
    height: 40% !important;
    width: 100% !important;
    border-radius: 10px 10px 0px 0px !important;
  }

  .card .info-area .card-title {
    font-size: 1.8rem !important;
  }

  .card .info-area .card-description {
    font-size: 1.2rem !important;
  }

  .card .info-area .call-to-action {
    font-size: 1.6rem !important;
  }

  .page-header {
    min-height: 26vh !important;
  }
}

.page-header {
  margin: 0 !important;
  min-height: 28vh;
  color: white;
  background-color: #676c73;
}

.page-title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #464044;
}

.page-title.white {
  color: white;
}

.page-title.bg-gray {
  background-color: #f4f4f4;
}

@media (max-width: 600px) {
  .page-title {
    font-size: 1.75rem !important;
  }
}

@media (max-width: 360px) {
  .page-title {
    font-size: 1.625rem !important;
  }

  .detalhesSessao {
    line-height: 3rem !important;
  }
}

.responsive-display-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.content-max-width {
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
}

.content-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
}

.content-block.white {
  background-color: white;
}

.content-block .content-title {
  font-size: 1.75rem;
  margin-bottom: 3rem;
}

.content-block .course-pretitle {
  font-size: 1.75rem;
}

.content-block .course-title {
  font-size: 3rem;
}

.content-block .course-description {
  font-size: 1.25rem;
}

.content-block .course-cta {
  font-size: 1.75rem;
  color: white;
}

.content-block .course-cta:hover {
  opacity: 0.7;
}

.content-block .video-wrapper {
  width: 100%;
  height: 90vh;
  background-color: #464044;
  margin-bottom: 200px;
}

.course-block {
  background-color: #656c74;
  padding-top: 3rem;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}

.card {
  border-radius: 10px;
  height: auto;
  width: 100%;
  box-shadow: 0px 0px 3px -1px #4a4a4a;
}

.card .image-area {
  height: 40%;
  width: 100%;
}

.card .image-area .image {
  border-radius: 10px 10px 0px 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card .info-area {
  padding: 2rem;
  background-color: white;
  border-radius: 0px 0px 10px 10px;
}

.card .info-area .card-description {
  font-size: 1.375rem;
}

.card .info-area .call-to-action {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: #d22828;
  display: flex;
  align-content: center;
  align-items: center;
}

.card .card-title {
  font-size: 1.75rem;
}

.card .arrow {
  margin-left: 1rem;
  font-size: 1.75rem;
}

.card:hover .arrow {
  transition-duration: 0.5s;
  margin-left: 2rem;
}

.card:hover .card-title {
  color: #d22828;
}

.noticia-card .noticia-image {
  width: 100%;
  height: 50vh;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 1rem;
}

.noticia-card .noticia-title {
  color: #d22828;
  font-size: 1.375rem;
}

.noticia-card .noticia-description {
  font-size: 1.05rem;
  line-height: normal;
  margin-top: 10px;
}

.noticia-card .noticia-date {
  font-size: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-weight: 100;
}

.noticia-card .noticia-date .date-icon {
  font-size: 2rem;
}

.noticia-card:hover .noticia-description {
  color: #d22828;
}

.noticias-header {
  width: 100%;
  background-image: url("../assets/img/image.jpg");
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 23rem;
  box-shadow: inset 0px -180px 8px -25px rgba(0, 0, 0, 0.5);
}

.noticias-header-title {
  font-size: 2.25rem;
}

@media (max-width: 768px) {
  .noticias-header-title {
    font-size: 1.75rem;
  }
}

.noticias-header-date {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .noticias-header-date {
    font-size: 1.125rem;
  }
}

@media (max-width: 600px) {
  .noticias-header-date {
    font-size: 1rem;
  }
}

.red-line {
  width: 0.5625rem;
  min-height: 3vh;
  background-color: #d22828;
}

.bottom-position {
  padding-top: 12rem;
}

.font-link {
  color: #d22828;
}

.font-text {
  font-size: 1.375rem;
  margin-bottom: 2.2rem;
}

.noticia-text {
  font-size: 1.5rem;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .wrapper-noticias-destaque {
    flex-direction: column;
  }
}

.wrapper-noticias-destaque .box-content {
  width: 100%;
  padding: 25px 40px;
  box-shadow: inset 0px -160px 8px -25px rgba(0, 0, 0, 0.5);
}

@media (max-width: 539px) {
  .wrapper-noticias-destaque .box-content {
    padding: 25px 24px;
  }
}

.wrapper-noticias-destaque .box-content .noticia-description {
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.wrapper-noticias-destaque .box-content .noticia-description label {
  font-size: 1.25rem;
  color: #d22828;
  margin-right: 5px;
}

@media (max-width: 539px) {
  .wrapper-noticias-destaque .box-content .noticia-description label {
    font-size: 1rem;
  }
}

.wrapper-noticias-destaque .box-content .noticia-description .data-post {
  color: #ffffff;
  max-width: 650px;
}

.wrapper-noticias-destaque .box-content .noticia-title span {
  font-size: 1.5rem;
  color: #ffffff;
  max-width: 650px;
}

@media (max-width: 539px) {
  .wrapper-noticias-destaque .box-content .noticia-title span {
    font-size: 1.25rem;
  }
}

.wrapper-noticias-destaque .wrapper-principal {
  cursor: pointer;
  flex: 1;
  height: 65vh;
  background-image: url("../assets/img/image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.wrapper-noticias-destaque .wrapper-principal:hover {
  opacity: 0.95;
}

.wrapper-noticias-destaque .wrapper-principal .box-content {
  display: grid !important;
  justify-content: flex-end !important;
}

.wrapper-noticias-destaque .wrapper-principal .box-content .noticia-description {
  max-width: 650px;
}

.wrapper-noticias-destaque .wrapper-principal .box-content .noticia-title {
  max-width: 650px;
}


@media (max-width: 1024px) {
  .wrapper-noticias-destaque .wrapper-principal {
    min-height: 40vh;
  }
}

.wrapper-noticias-destaque .wrapper-secundario {
  flex: 1;
  height: 65vh;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 1024px) {
  .wrapper-noticias-destaque .wrapper-secundario {
    min-height: 80vh;
  }
}

.wrapper-noticias-destaque .wrapper-secundario .item {
  height: 100%;
  cursor: pointer;
  background-image: url("../assets/img/image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper-noticias-destaque .wrapper-secundario .item:hover {
  opacity: 0.95;
}

.menu-bg {
  background-color: #ffffff;
  width: 100%;
  padding: 0 6px;
}

@media (max-width: 765px) {
  .menu-bg {
    padding: 0 5px;
  }
}

.menu-wrapper {
  width: 100%;
  color: #464044;
}

@media (max-width: 1100px) {
  .menu-wrapper {
    flex-direction: column;
    align-items: baseline !important;
    height: auto;
    position: relative;
  }
}

@media (max-width: 1100px) {
  .menu-wrapper .logo {
    padding: 10px 20px;
  }
}

@media (max-width: 300px) {
  .menu-wrapper .logo {
    width: 150px;
    padding: 10px 5px 10px 10px;
  }

  .menu-wrapper .logo label {
    font-size: 0.875rem;
  }
}

.menu-wrapper .hover-menu,
.menu-wrapper .menu .router-link-active,
.menu-wrapper .user-menu .router-link-active,
.menu-wrapper .menu a:hover,
.menu-wrapper .user-menu a:hover {
  padding-bottom: 1px;
  border-bottom: 2px solid white;
  color: white !important;
  cursor: pointer;
  
}

.menu-wrapper .menu,
.menu-wrapper .user-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

@media (max-width: 1100px) {

  .menu-wrapper .menu,
  .menu-wrapper .user-menu {
    display: none;
    background-color: #d22828;
    width: 100%;
  }
}

.menu-wrapper .menu a,
.menu-wrapper .user-menu a {
  color: white !important;
  display: block;
  margin: 0 9px;
  /* box-sizing: border-box; */
  /* text-decoration: none; */
  font-size: 1.1rem;
  font-weight: 400;
}

@media (max-width: 1300px) {

  .menu-wrapper .menu a,
  .menu-wrapper .user-menu a {
    margin: 0 9px;
  }
}

@media (min-width: 1300px) {

  .menu-wrapper .menu a,
  .menu-wrapper .user-menu a {
    margin: 0 16px;
  }
}

@media (max-width: 1100px) {

  .menu-wrapper .menu a,
  .menu-wrapper .user-menu a {
    color: #ffffff !important;
    background-color: #d22828;
    margin: 15px 20px;
  }

  .menu-wrapper .menu a:hover,
  .menu-wrapper .user-menu a:hover {
    color: #ffffff !important;
    padding-bottom: unset;
    border-bottom: unset;
  }
}

.menu-wrapper .menu li,
.menu-wrapper .user-menu li {
  position: relative;
}

.menu-wrapper .menu>li,
.menu-wrapper .user-menu>li {
  float: left;
}

@media (max-width: 1100px) {

  .menu-wrapper .menu>li,
  .menu-wrapper .user-menu>li {
    float: unset;
    border-bottom: 1px solid #ffffff;
  }
}

.menu-wrapper .menu>li ul,
.menu-wrapper .user-menu>li ul {
  opacity: 0;
  transition: all 0.2s ease-in;
  z-index: -1;
  visibility: hidden;
  top: 130%;
  left: 0;
}

.menu-wrapper .menu>li ul a,
.menu-wrapper .user-menu>li ul a {
  margin: 20px;
}

.menu-wrapper .menu>li ul a:hover,
.menu-wrapper .user-menu>li ul a:hover {
  padding-bottom: unset;
  border-bottom: unset;
}

.menu-mobile {
  display: none !important;
}

.menu-desktop {
  display: inline-block;
}

@media (max-width: 1100px) {

  .menu-wrapper .menu>li ul a:hover,
  .menu-wrapper .user-menu>li ul a:hover {
    color: #ffffff !important;
  }

  .menu-mobile {
    display: inline-block !important;
  }

  .menu-desktop {
    display: none !important;
  }
}


@media (max-width: 1100px) {

  .menu-wrapper .menu>li ul,
  .menu-wrapper .user-menu>li ul {
    background-color: #d22828;
  }
}

.menu-wrapper .menu>li:hover>ul,
.menu-wrapper .user-menu>li:hover>ul {
  top: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.menu-wrapper .menu ul,
.menu-wrapper .user-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  background-color: #ce232e;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.menu-wrapper .menu ul li+li,
.menu-wrapper .user-menu ul li+li {
  border-top: 1px solid #dad9d6;
}

.menu-wrapper .menu ul ul,
.menu-wrapper .user-menu ul ul {
  opacity: 0;
  transition: all 0.2s ease-in;
  z-index: -1;
  visibility: hidden;
  left: 130%;
  top: 0;
}

.menu-wrapper .menu ul a,
.menu-wrapper .user-menu ul a {
  width: 150px;
}

@media (max-width: 1100px) {

  .menu-wrapper .menu .router-link-active,
  .menu-wrapper .user-menu .router-link-active {
    color: var(--white) !important;
    padding-bottom: unset;
    border-bottom: unset;
  }
}

.menu-wrapper .menu .item-submenu,
.menu-wrapper .user-menu .item-submenu {
  display: flex;
  align-items: center;
}

.menu-wrapper .menu .item-submenu:hover,
.menu-wrapper .user-menu .item-submenu:hover {
  color: var(--white) !important;
  cursor: pointer;
}

.menu-wrapper .menu .item-submenu span,
.menu-wrapper .user-menu .item-submenu span {
  font-size: unset;
}

.menu-wrapper .user-menu {
  display: unset;
}

.menu-wrapper .user-menu a:hover {
  border-bottom: unset;
}

.menu-wrapper .user-menu ul a {
  width: 100px;
}

.menu-wrapper .user-menu .item-submenu {
  display: unset;
}

.menu-wrapper .user-menu .item-submenu .material-icons {
  font-size: 2.25rem;
}

.menu-wrapper .user-menu .item-submenu .material-icons-outlined {
  font-size: 1.5rem;
}

@media (max-width: 1100px) {
  .menu-wrapper .user-menu {
    display: none;
    padding-right: 0;
  }

  .menu-wrapper .user-menu .item-submenu {
    display: none;
  }

  .menu-wrapper .user-menu li ul {
    top: 100%;
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }

  .menu-wrapper .user-menu ul {
    position: relative;
    box-shadow: none;
  }
}

.menu-wrapper .mobile-btn {
  display: none;
}

.menu-wrapper .bg-circle {
  background-color: #f5f5f5;
  width: 44px;
  height: 44px;
  border-radius: 100%;
}

.menu-wrapper .icon-menu,
.menu-wrapper .icon-person {
  padding: 10px;
}

.menu-wrapper .icon-mobile {
  position: absolute;
  top: 0;
  padding: 25px 15px;
}

@media (min-width: 1100px) {
  .menu-wrapper .icon-mobile {
    display: none;
  }
}

@media (max-width: 300px) {
  .menu-wrapper .icon-mobile {
    padding: 25px 5px 25px 5px;
  }
}

.menu-wrapper .user-btn {
  right: 60px;
}

.menu-wrapper .menu-btn {
  right: 0;
}

.menu-wrapper #menu-btn:checked~.user-menu {
  display: none !important;
}

.menu-wrapper #menu-btn:checked~.menu,
.menu-wrapper #menu-btn:checked~.user-menu {
  display: unset;
}

.menu-wrapper #user-btn:checked~.user-menu {
  display: unset;
}

.wrapper-mais-sobre {
  background-color: #3998b5;
  padding: 50px 64px;
  width: 100%;
}

.mais-sobre-bdmg {
  height: auto;
  flex-wrap: wrap;
}

@media (max-width: 1130px) {
  .mais-sobre-bdmg {
    flex-direction: column;
  }
}

.mais-sobre-bdmg span {
  color: #ffffff;
  font-size: 1.5rem;
}

@media (max-width: 1130px) {
  .mais-sobre-bdmg span {
    margin-bottom: 20px;
  }
}

.mais-sobre-bdmg .wrapper-btn :not(:last-child) {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .mais-sobre-bdmg .wrapper-btn {
    flex-direction: column;
  }

  .mais-sobre-bdmg .wrapper-btn :not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .mais-sobre-bdmg .wrapper-btn .btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .footer .wrapper-logo {
    flex-direction: column;
  }

  .footer .wrapper-logo img {
    margin-bottom: 50px;
  }
}

@media (max-width: 360px) {
  .footer .wrapper-logo .logo {
    width: 280px;
  }
}

@media (max-width: 300px) {
  .footer .wrapper-logo .logo {
    width: 250px;
  }
}

.footer .wrapper-logo .redes-sociais a:not(:last-child) {
  margin-right: 10px;
}

.footer .wrapper-logo .redes-sociais a:hover {
  opacity: 0.8;
}

.footer .wrapper-informacoes {
  margin-top: 50px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .footer .wrapper-informacoes {
    flex-direction: column;
    margin-top: 20px;
  }
}

.footer .wrapper-informacoes .item {
  flex-direction: column;
  font-size: 1.125rem;
}

@media (max-width: 900px) {
  .footer .wrapper-informacoes .item {
    align-items: center;
    margin-bottom: 50px;
  }
}

.footer .wrapper-informacoes .item label {
  color: #d22828;
  margin-bottom: 30px;
}

.footer .wrapper-informacoes .item a:not(:last-child) {
  margin-bottom: 10px;
}

.footer .wrapper-informacoes .item a {
  color: #464044;
  text-decoration: none;
}

.footer .wrapper-informacoes .item a:hover {
  color: #d22828 !important;
}

.content-block.page-title,
.wrapper-noticias-home,
.fundo-com-logo-bdmg-cinza {
  background-image: url(/loader-bg);
  height: auto;
  color: #d22828;
}

@media (max-width: 320px) {
  .banner-acesso-rapido {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 1035px) {
  .banner-acesso-rapido {
    flex-direction: column;
  }
}

.banner-acesso-rapido .title-banner label {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .banner-acesso-rapido .title-banner label {
    font-size: 1.375rem;
  }
}

.banner-acesso-rapido .title-banner p {
  font-size: 1.125rem;
}

@media (max-width: 760px) {
  .banner-acesso-rapido .title-banner p {
    font-size: 1rem;
  }
}

@media (max-width: 1035px) {
  .banner-acesso-rapido .title-banner {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (max-width: 280px) {
  .banner-acesso-rapido .menu-acesso-rapido {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .banner-acesso-rapido .menu-acesso-rapido {
    flex-wrap: wrap;
  }
}

.banner-acesso-rapido .menu-acesso-rapido .menu-itemPortal {
  flex-direction: column;
  width: 140px;
  height: 130px;
  background: #000;
  margin-left: 30px;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
}

.banner-acesso-rapido .menu-acesso-rapido .menu-itemPortal:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 370px) {
  .banner-acesso-rapido .menu-acesso-rapido .menu-itemPortal {
    margin-left: 15px;
  }
}

@media (max-width: 760px) {
  .banner-acesso-rapido .menu-acesso-rapido .menu-itemPortal {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .banner-acesso-rapido .menu-acesso-rapido .menu-itemPortal {
    width: 130px;
    height: 120px;
  }
}

.banner-acesso-rapido .menu-acesso-rapido .menu-itemPortal .material-icons-outlined {
  font-size: 4rem;
}

@media (max-width: 768px) {
  .banner-acesso-rapido .menu-acesso-rapido .menu-itemPortal .material-icons-outlined {
    font-size: 3rem;
  }
}

.banner-acesso-rapido .menu-acesso-rapido .menu-itemPortal label {
  margin-top: 5px;
}

.card-atendimento {
  background-color: #fff;
  box-shadow: 0px 2px 6px #0000004F;
  -webkit-box-shadow: 0px 2px 6px #0000004F;
  -moz-box-shadow: 0px 2px 6px #0000004F;
  border-radius: 10px;
  font-family: "GothamBook", sans-serif;
  padding: 25px 30px;
}

.card-atendimento h3 {
  font-family: "GothamBold", sans-serif;
  font-size: 1.375rem;
  margin-bottom: 45px;
}

.card-atendimento .wrapper-table-nap {
  overflow: auto;
}

.card-atendimento .nap .wrapper-table-nap table {
  width: 100%;
  min-width: 750px;
}

.card-atendimento .nap .wrapper-table-nap table td {
  border-top: none;
  border-bottom: 1px solid #E8E9ED;
  padding: 15px;
  font-size: 0.9375rem;
  white-space: nowrap;
}

.card-atendimento .nap .wrapper-table-nap table td:not(:first-child) {
  text-align: center;
}

.card-atendimento .nap .wrapper-table-nap table .td-bold {
  font-family: "GothamBold", sans-serif;
}

.card-atendimento .nap .wrapper-table-nap table .rowspan {
  text-align: center;
}

.card-atendimento .nap .wrapper-table-nap table>tbody>tr>.colspan {
  vertical-align: middle;
  text-align: center;
}

.card-atendimento .nap .wrapper-table-nap table .pronampe td {
  background-color: #BD4F5C;
  color: #fff;
  white-space: unset;
}

.card-atendimento .regioes {
  padding-right: 30px;
}

.card-atendimento .nap {
  width: 100%;
}

.card-atendimento .regioes ul,
li {
  list-style: none;
  padding: 0;
}

.card-atendimento .regioes .descricao .dotted-line {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 115px;
}

.card-atendimento .regioes .descricao ul {
  position: relative;
}

.card-atendimento .regioes .descricao .number {
  width: 23px;
  z-index: 3;
  background-color: #fff;
  font-family: "GothamMedium", sans-serif;
}

.card-atendimento .regioes .descricao .number:not(:first-child) {
  margin-top: 15px;
}

.card-atendimento .regioes .descricao .square {
  width: 17px;
  height: 17px;
  z-index: 3;
  margin-right: 10px;
}

.card-atendimento .regioes .descricao .r-1 {
  border: 1.5px solid #09C4C9;
  color: #09C4C9;
}

.card-atendimento .regioes .descricao .r-2 {
  border: 1.5px solid #2E896F;
  color: #2E896F;
}

.card-atendimento .regioes .descricao .r-3 {
  border: 1.5px solid #FF844D;
  color: #FF844D;
}

.card-atendimento .regioes .descricao .r-4 {
  border: 1.5px solid #74719a;
  color: #74719a;
}

.card-atendimento .regioes .descricao .rm-1 li,
.rm-2 li,
.rm-3 li {
  padding: 10px 0 0 2px;
  font-size: 0.875rem;
}

.card-atendimento .regioes .descricao li .square {
  border: 1px solid #F7F7F8;
}

.card-atendimento .regioes .descricao .rm-1 li .square {
  background-color: #09C4C9;
}

.card-atendimento .regioes .descricao .rm-2 li .square {
  background-color: #2E896F;
}

.card-atendimento .regioes .descricao .rm-3 li .square {
  background-color: #FF844D;
}

.card-atendimento .regioes .descricao .rm-4 li .square {
  background-color: #74719a;
}

.card-atendimento .regioes .descricao .rm-1 .dotted-line {
  border-left: 1px dashed #09C4C9;
  height: 55px;
}

.card-atendimento .regioes .descricao .rm-2 .dotted-line {
  border-left: 1px dashed #2E896F;
  height: 85px;
}

.card-atendimento .regioes .descricao .rm-3 .dotted-line {
  border-left: 1px dashed #FF844D;
  height: 85px;
}

.card-atendimento .regioes .descricao .rm-4 .dotted-line {
  border-left: 1px dashed #74719a;
  height: 60px;
}

.card-atendimento .regioes .mapa {
  max-height: 400px;
  height: 40vw;
}

.card-atendimento .gerentes .gerente {
  margin-bottom: 14px;
}

.card-atendimento .gerentes .gerente .circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.card-atendimento .gerentes .gerente .foto {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border: 12px solid #E8E9ED;
}

.card-atendimento .gerentes .gerente .foto img {
  position: absolute;
  background-size: cover;
}

.card-atendimento .gerentes .gerente .foto .g-1 {
  width: 85px;
}

.card-atendimento .gerentes .gerente .foto .g-2 {
  width: 77px;
  top: -3px;
  left: -1px;
}

.card-atendimento .gerentes .gerente .foto .g-3 {
  width: 77px;
  top: -3px;
  left: -1px
}


.card-atendimento .gerentes .gerente .foto .g-4 {
  width: 77px;
  top: -3px;
  left: -1px
}

.card-atendimento .gerentes .gerente .circle .tag-regiao {
  position: absolute;
  bottom: 7px;
  right: 15px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #fff;
}

/** Extrair */
.circle {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.foto {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border: 12px solid #E8E9ED;
}

.g-3 {
  width: 77px;
  top: -3px;
  left: -1px
}

/** End */

.card-atendimento .gerentes .gerente .informacoes-gerente {
  margin-left: 30px;
}

.card-atendimento .gerentes .gerente .informacoes-gerente label {
  font-family: "GothamMedium", sans-serif;
  font-size: 0.95rem;
}

.card-atendimento .gerentes .gerente .informacoes-gerente label {
  margin-bottom: 10px;
}

.card-atendimento .gerentes .gerente .informacoes-gerente p {
  margin: 0;
  font-size: 0.7375rem;
}

.card-atendimento .gerentes .gerente .circle .r-1 {
  background: #09C4C9;
}

.card-atendimento .gerentes .gerente .circle .r-2 {
  background: #2E896F;
}

.card-atendimento .gerentes .gerente .circle .r-3 {
  background: #FF844D;
}

.card-atendimento .gerentes .gerente .circle .r-4 {
  background: #74719a;
}

.card-atendimento .header-atendimento button {
  font-size: 1.3rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 45px;
  white-space: pre-wrap;
}

.card-atendimento .header-atendimento h3 {
  margin-bottom: 45px;
}

.card-atendimento .wrapper-table-atendimento {
  width: 100%;
  overflow: auto;
}

.card-atendimento .wrapper-table-atendimento table {
  width: 100%;
}

.card-atendimento .form-atendimento .row-input {
  margin-bottom: 30px;
}

.card-atendimento .form-atendimento .row-input label span {
  color: #a94442;
}

.card-atendimento .form-atendimento .row-input div:not(:last-child) {
  margin-right: 100px;
}

.card-atendimento .form-atendimento .row-input .box-input {
  flex-direction: column;
  width: 100%;
}

.card-atendimento .form-atendimento .readonly {
  pointer-events: none;
}

.card-atendimento .form-atendimento .readonly textarea {
  margin-top: 10px;
  resize: none;
}

.card-atendimento .form-atendimento .readonly select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.card-atendimento .form-atendimento .readonly .form-control {
  padding: 0;
  text-align: left;
}

.card-atendimento .form-atendimento .row-input .box-input .input-assunto {
  background-color: #eee;
}

.card-atendimento .form-atendimento .readonly .form-control,
.readonly .input-assunto {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  background: none !important;
}

.card-atendimento .form-atendimento .row-input .box-input {
  flex-direction: column;
  width: 100%;
}

.card-atendimento .form-atendimento .row-input .box-input label {
  font-size: 1.125rem;
  margin-bottom: 7px;
  font-size: 1rem !important;
  font-weight: bold;
}

.card-atendimento .form-atendimento .btn-criar-atendimento {
  font-size: 1.3rem;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 20px;
  white-space: pre-wrap;
}

.card-atendimento .form-atendimento .row-input .box-input textarea {
  height: 150px;
  width: 100% !important;
}

.card-atendimento .form-atendimento .row-input .box-input .btn-search {
  display: flex;
  border: 1px solid #ced4da;
  background-color: white;
  color: #676c73;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  padding: 4px 12px;
}

.card-atendimento .form-atendimento .row-input .box-input .btn-search:hover {
  background-color: #eee;
}

.card-atendimento .form-atendimento .row-input .box-input .form-control:focus {
  border-color: #41b6d9;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(65, 182, 217, 0.5);
}

.all-border-radius .input-group .form-control {
  border-radius: .25rem !important;
}

.input-group .form-control {
  border: 1px solid #ced4da;
}


.wrapper-arrow-atendimento {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  font-family: "GothamBook" !important;
  font-size: 0.8125rem;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #3998b5;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
  color: white !important;
}

.wrapper-arrow-atendimento:hover {
  background-color: #3c7d9a;
}

.wrapper-arrow-atendimento label {
  margin-right: 12px;
  cursor: pointer;
}


.wrapper-arrow-atendimento .arrow-atendimento {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  animation: wave 1s infinite;
  animation-direction: alternate;
}

.wrapper-arrow-atendimento .arrow-atendimento:nth-child(1) {
  animation-delay: 0.1s;
}

.wrapper-arrow-atendimento .arrow-atendimento:nth-child(2) {
  animation-delay: 0.2s;
}

@keyframes wave {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1350px) {
  .card-atendimento {
    flex-direction: column;
  }

  .card-atendimento {
    width: 100%;
  }

  .card-atendimento .gerentes {
    margin-top: 45px;
  }
}

@media (max-width: 1000px) {
  .card-atendimento .form-atendimento .row-input .box-input {
    margin-bottom: 30px;
  }

  .card-atendimento .form-atendimento .row-input {
    flex-direction: column;
    margin-bottom: 0;
  }
}

@media (max-width: 850px) {
  .card-atendimento .regioes div {
    flex-wrap: wrap;
  }

  .card-atendimento .regioes .mapa {
    margin-top: 30px;
  }
}

@media (max-width: 550px) {
  .card-atendimento {
    padding: 25px;
  }

  .card-atendimento .header-atendimento button {
    font-size: 1rem;
  }

  .card-atendimento .regioes .mapa {
    height: 50vw;
  }

  .card-atendimento .gerentes .gerente {
    flex-direction: column;
    word-break: break-word;
  }

  .card-atendimento .gerentes .gerente {
    flex-direction: column;
    word-break: break-word;
  }

  .card-atendimento .gerentes .gerente .circle {
    margin-bottom: 20px;
  }

  .card-atendimento .gerentes .gerente .informacoes-gerente {
    margin: 0;
  }
}

@media (max-width: 300px) {
  .card-atendimento h3 {
    font-size: 1.25rem;
  }
}

.wrapper-arquivos {
  background-color: #f7f7f8;
}

.card-arquivos {
  padding: 0 0 40px 0;
  background-color: #fff;
  box-shadow: 0px 2px 6px #0000004F;
  -webkit-box-shadow: 0px 2px 6px #0000004F;
  -moz-box-shadow: 0px 2px 6px #0000004F;
  border-radius: 10px;
}

@media (max-width: 375px) {
  .card-arquivos {
    padding: 0 0 20px 0;
  }
}

.card-arquivos .container {
  width: auto !important;
}

@media (max-width: 375px) {
  .card-arquivos .container {
    padding: 0 !important;
  }
}

.card-arquivos .breadcrumb {
  background-color: transparent !important;
}

.card-arquivos .page-heading {
  padding-top: 25px !important;
  color: #3a3a3a !important;
  font-family: "GothamBook" !important;
}

@media (max-width: 375px) {
  .card-arquivos .page-heading {
    padding-top: 15px !important;
  }
}

.card-arquivos .page-heading .active {
  color: #d22828 !important;
  font-family: "GothamMedium" !important;
}

.card-arquivos .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: rgba(161, 161, 161, 0.1) !important;
}

.card-arquivos table {
  font-family: "GothamBook" !important;
  margin-bottom: 0 !important;
}

.card-arquivos .table>thead>tr>th {
  vertical-align: bottom !important;
  border-bottom: none !important;
  background-color: #d22828 !important;
  color: white !important;
}

.card-arquivos table.table td {
  padding: 8px !important;
}

.card-arquivos .view-grid {
  width: 100%;
  overflow: auto;
}

.card-arquivos .sharepoint-custom-icon {
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: inline-block !important;
}

.card-arquivos .sharepoint-custom-underline :hover {
  text-decoration: underline !important;
}

.card-arquivos a:hover span.sharepoint-custom-header {
  text-decoration: underline !important;
}

.card-arquivos table.table td:first-child {
  padding: 8px !important;
}

.card-arquivos table.table th {
  padding: 10px !important;
}

.card-arquivos .cell div.control {
  clear: both !important
}

.card-arquivos td.cell {
  vertical-align: top !important
}

.card-arquivos .text-primary {
  color: #f3af45 !important;
  margin-right: 10px !important;
}

.card-arquivos .fa-file-o {
  color: #676c73 !important;
  margin-right: 10px !important;
}

.card-arquivos .tab {
  margin-bottom: none !important;
  width: 100% !important;
}

.card-arquivos .section:first-child {
  margin: 0 !important;
}

.card-arquivos .section {
  table-layout: fixed !important;
  width: 100% !important;
}

.card-arquivos .cell {
  padding: 0 15px !important;
}

.card-arquivos .tab .tab-column:first-child {
  padding-left: 0 !important;
}

.card-arquivos fieldset {
  margin: 0 !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
  border: 0 none !important;
}

.card-arquivos .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

/* CLASSES GENÉRICAS PARA RETRO-COMPATIBILIDADE*/
.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 2.5rem;
}

.pl-4 {
  padding-left: 3rem;
}

.pl-5 {
  padding-left: 3.4rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 2.5rem;
}

.pr-4 {
  padding-right: 3rem;
}

.pr-5 {
  padding-right: 3.4rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 2.5rem;
}

.mt-4 {
  margin-top: 3rem;
}

.mt-5 {
  margin-top: 3.4rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 2.5rem;
}

.mb-4 {
  margin-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 3.4rem;
}

.mt-5 {
  margin-top: 3.4rem;
}

.mr-1 {
  margin-right: 0.875rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 2.5rem;
}

.mr-4 {
  margin-right: 3rem;
}

.mr-5 {
  margin-right: 3.4rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 2.5rem;
}

.ml-4 {
  margin-left: 3rem;
}

.ml-5 {
  margin-left: 3.4rem;
}


.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-3 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-4 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-5 {
  margin-top: 3.4rem;
  margin-bottom: 3.4rem;
}

a {
  color: unset !important;
}

a:hover {
  text-decoration: unset !important;
}

button {
  outline: none !important;
}


/*# sourceMappingURL=styles.css.map*/

/*PRELOADER*/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  background: url("https://correspondentebdmg.powerappsportals.com/loader-bg");
}

.loader-img {
  position: absolute;
  left: 45%;
  top: 45%;
}

@media (min-width: 1930px) {

  .card .info-area {
    height: 260px;
  }

}

@media (max-width: 1920px) {
  .card .info-area {
    height: 260px;
  }

}


@media (max-width: 1366px) {
  .card .info-area {
    height: 380px;
  }

}



@media (max-width: 465px) {
  .loader-img {
    left: 30%;
  }
}

/* incluído por SM */
.close-icon {
  cursor: pointer;
}

/*Ocultar tela de login durante redirecionamento automático - solução paliativa exclusivamente para homologação. Remover após solução definitiva de ocultar tela de login.*/
/*ul.nav.nav-tabs.nav-account, ul.nav.nav-tabs.nav-account ~ div {
    visibility: hidden;
}*/
ul.nav.nav-tabs.nav-account {
  visibility: hidden;
}


#local-login-heading {
  visibility: hidden;
}

.form-horizontal>.form-group {
  visibility: hidden;
}

button[value^='https://login.windows.net'] {
  visibility: hidden;
}

fieldset[aria-labelledby="external-login-heading"] {
  visibility: visible !important;
}

fieldset[aria-labelledby="external-login-heading"]>button:first-of-type {
  display: none !important;
}

button[value*="loginbdmg.azurewebsites.net"], button[value*="bdmg-prd-login.azurewebsites.net"] {
  visibility: hidden;
}

.powerbi>iframe {
  margin-top: -42px;
}

/*
.powerbi {
    overflow: hidden;
    margin-left: -102px;
}

.powerbi > iframe {
  margin-left: 204px;
  border: none;
}*/
/* ajuste responsivo atendimento*/

@media (max-width: 767px) {
  .table-fluid td:before {
    margin-left: 0 !important;
    width: 100%;
  }

  .table-fluid td {
    padding-left: 0 !important;
  }
}

/*correcao material-icons*/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.logo-cabecalho {
  text-align: center;
}

.logo-imagem {
  max-width: 160px;
}

/* fim - incluído por SM */

/* início - adequação Digital */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


.button-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.3rem 0;
}

.btn.btn-round {
  border-radius: 100px;
}

header {
  position: relative;
}

header .red {
  background-color: #d22828;
}

header .header {
  min-height: 7.701vh;
}

.red {
  color: #d22828;
}

header .div-cabecalho.padding {
  padding: 0 15px 0 15px;
}

header .brand {
  margin: 15px 0;
}

img.logo-header-web,
img.logo-footer-web {
  width: 134px;
}

header .white {
  color: #ffffff;
}

@media (min-width: 1100px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

header .div-cabecalho.padding {
  padding: 0 15px 0 15px;
}


header .brand {
  margin: 15px 0;
}

header .white {
  color: #ffffff;
}

header .div-information {
  margin-left: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

img.logo-header-web,
img.logo-footer-web {
  width: 134px;
}

img.logo-header-mobile {
  width: 92px;
}

@media (min-width: 1100px) {
  header .div-cabecalho .display .user-login {
    padding: 0px 0 0 20px;
    border-left: 1px #ffffff solid;
    font-weight: bold;
    min-height: 50px;
    text-align: center;
    margin-top: 20px;
    position: relative;
  }
}

header .div-cabecalho .display .user-login {
  padding: 0;
  font-size: 18px;
  border-color: transparent;
  margin-top: 20px;
  direction: rtl;
}

header .div-cabecalho .display .div-sessao {
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding-right: 8px;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

header .div-cabecalho .display {
  display: inherit;
}

header .white {
  color: #ffffff;
}

.ff-1,
body,
.form-group .form-control,
div.dx-field dx-radio-group.lipstick-rounded div.dx-radiobutton>div.dx-item-content,
div.dx-field dx-radio-group.lipstick-circle div.dx-radiobutton>div.dx-item-content,
div.dx-field .dx-widget,
div.dx-field .dx-widget.dx-texteditor div.dx-placeholder {
  font-family: "PT Sans", sans-serif;
}

header .user-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* menu usuario */

header .user-menu {
  position: absolute;
  min-width: 245px;
  text-align: center;
  background-color: #ce242e;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 18px;
  left: 0px;
  right: 0px;
  z-index: 5;
}


@media (min-width: 1100px) {
  header[_ngcontent-c17] .user-menu[_ngcontent-c17] {
    right: -15px;
  }
}



.detalhesSessao {
  background: linear-gradient(129deg, #ce242e, #981b22);
  border-top: 1px #ffffff solid;
  line-height: 3rem;
  padding: 16px;
  text-transform: uppercase;
  text-align: center;
}

header .user-menu ul li {
  border-top: 1px #ffffff solid;
  padding: 0 10px;
  cursor: pointer;
}

footer[_ngcontent-c20] {
  min-height: 10.78vh;
  color: #ffffff;
  background-color: #4a4a4a;
  padding: 30px 0;
  display: block;
}

img.logo-footer-web {
  width: 134px;
}

.btn-outline-danger:hover {
  color: #f3af45 !important;
  background-color: transparent;
  background-image: none;
  border-color: #f3af45;
}

.btn-outline-danger {
  color: #ffffff !important;
  text-transform: none !important;
  background-color: #f3af45;
  border-color: #f3af45;
}

/* fim - menu usuario*/
.label-title-portalcb {
  color: white;
  font-size: 0.8em;
}

@media (max-width: 1100px) {
  span.label-title-portalcb::before {
    content: "\a";
    white-space: pre;
  }
}

div#header-usuario-bdmg {
  max-width: 150px;
}

.sub-header-bdmg {
  min-height: 100px;
}

.right-bdmg-digital {
  float: right;
}

.header-left-digital {
  float: left;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle,
.btn-danger:focus,
.btn-danger.focus {
  color: #fff !important;
  background-color: #f3af45;
  border-color: #f3af45;
  /*  */
}

/* fim - adequação Digital */