.bem__button {
    display: flex;
    border: 2px solid #101E8E;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #101E8E;
    text-decoration: none;
    background-color: #FFF;
    height: 60px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Fira Sans", sans-serif;
    cursor: pointer;
  }


@media (min-width: 650px) {
  .bem__button {
    max-width: 358px;
    margin: 0 auto;
  }
}

body {
  padding-top: 0px;
}

#row-conteudo {
  max-width: 100%;
}

.bem__title {
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    color: #0F135B;
  }

@media (min-width: 650px) {
  .bem__title {
    font-size: 36px;
    line-height: 44px;
  }
}
.bem__title.white {
  color: #FFF;
}
@media (min-width: 650px) {
  .bem__title.small {
    max-width: 300px;
  }
}

.bem__contents {
  line-height: 27px;
}
.bem__contents section.content__section {
  padding: 0 20px;
}
@media (min-width: 650px) {
  .bem__contents section.content__section {
    padding: 0;
  }
}

.bem__header {
  width: 100%;
  z-index: 20;
  height: 65px;
  background-color: #0F135B;
}
@media (min-width: 650px) {
  .bem__header {
    height: 80px;
    border-bottom: 1px solid #FFF;
  }
}
@media (max-width: 650px) {
  .bem__header.show-submenu {
    background-color: unset;
  }
  .bem__header.show-submenu .header__wrapper.desktop {
    display: none !important;
  }
  .bem__header.show-submenu .header__wrapper.mobile {
    display: block !important;
  }
}
.bem__header .header__wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  height: 100%;
}
@media (min-width: 650px) {
  .bem__header .header__wrapper {
    max-width: 1146px;
    padding: 0;
  }
}
.bem__header .header__wrapper.mobile {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #0F135B;
  top: 99px;
  padding: 20px;
  align-items: flex-start;
  height: auto;
  border-bottom: 1px solid #FFF;
}
@media (min-width: 650px) {
  .bem__header .header__wrapper.mobile {
    display: none;
  }
}
.bem__header .header__wrapper.mobile.open {
  display: block;
}
.bem__header .header__wrapper.mobile ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bem__header .header__wrapper.mobile ul li {
  width: 100%;
  margin-bottom: 15px;
}
.bem__header .header__wrapper.mobile ul li:last-of-type {
  margin-bottom: 0;
}
.bem__header .header__wrapper.mobile ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 1px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.bem__header .mobile-menu-toggle {
  position: relative;
  top: 3px;
  height: 26px;
}
@media (min-width: 830px) {
  .bem__header .mobile-menu-toggle {
    display: none;
  }
}
.bem__header .mobile-menu-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #FFF;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
}
.bem__header .mobile-menu-toggle span:first-child {
  transform-origin: 0% 0%;
}
.bem__header .mobile-menu-toggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.bem__header .mobile-menu-toggle.open span {
  width: 26px;
  height: 3px;
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #FFF;
}
.bem__header .mobile-menu-toggle.open span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.bem__header .mobile-menu-toggle.open span:nth-last-child(2) {
  position: absolute;
  transform: rotate(-45deg) translate(0, -1px);
  right: -11px;
  width: 35px;
  top: 24px;
}
.bem__header .mobile-menu-toggle.open span:nth-last-child(1) {
  position: absolute;
  top: 4px;
  width: 36px;
}
.bem__header .logo {
  margin: 10px 0;
  height: 100%;
}
@media (min-width: 650px) {
  .bem__header .logo {
    height: auto;
  }
}
.bem__header .logo img {
  max-height: 100%;
  height: auto;
  width: 100%;
}
@media (min-width: 321px) {
  .bem__header .logo img {
    height: 60px;
    width: auto;
  }
}
.bem__header nav {
  display: none;
}
@media (min-width: 830px) {
  .bem__header nav {
    display: block;
  }
}
.bem__header nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.bem__header nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0 10px;
  position: relative;
  list-style: none;
}
.bem__header nav ul li.head-link-active:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #FFF;
}
.bem__header nav ul li a {
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
}
.bem__header nav ul li a:hover {
  color: #eee;
}

.bem__contents {
  display: block;
  text-align: center;
}
.bem__contents .js-lazyload-element {
  margin-top: 40px;
  opacity: 0;
}
.bem__contents .arrowed {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.bem__content .destaque {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.bem__contents .arrowed li {
  position: relative;
  margin-bottom: 16px;
  line-height: 22px;
  text-align: left;
  padding-left: 42px;
}
.bem__contents .arrowed--white li {
  font-weight: 300;
}
.bem__contents .arrowed li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: " ";
  display: block;
  background: url("../../../imagens/institucional/banco-bem/arrow.png");
  height: 12px;
  width: 23px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bem__contents .arrowed--white li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: " ";
  display: block;
  background: url("../../../imagens/institucional/banco-bem/arrow--white.png");
  height: 12px;
  width: 23px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bem__contents .contactos-section {
  display: none;
  min-height: 0;
  padding: 0;
  background: #FFF;
}
@media (min-width: 769px) {
  .bem__contents .contactos-section {
    max-width: 1146px;
    margin: 0 auto 100px;
    display: block;
  }
}

.bem__contents .content__section {
  min-height: 400px;
  padding: 40px 0;
}

.bem__contents .fazemos-section {
  margin: 0 auto;
  color: #FFF;
  padding: 0;
  display: flex;
  position: relative;
  margin-top: -22px;
  background-color: transparent;
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section {
    max-width: 1146px;
    margin-top: -70px;
    margin-bottom: 50px;
  }
}
.bem__contents .fazemos-section .fazemos-section__card {
  background-color: #0F135B;
  padding: 40px 35px 0;
  width: 100%;
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section .fazemos-section__card {
    padding: 40px 100px;
    margin-right: 70px;
  }
}
.bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-content {
  width: 100%;
  text-align: left;
}
.bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-content .bem__title {
  margin-bottom: 30px;
}
.bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-content .bem__content {
  margin: 0 0 40px;
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-content .bem__content {
    margin: 40px 0;
  }
}
.bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image {
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image {
    flex-wrap: wrap;
  }
}
.bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image img {
  display: none;
  position: absolute;
  right: 0;
}
@media (min-width: 1060px) {
  .bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image img {
    display: block;
    top: 40px;
  }
}
@media (max-width: 1050px) {
  .bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image iframe {
    margin-top: 20px;
    max-width: 100%;
  }
}
.bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image .fazemos-section__card-image-content {
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image .fazemos-section__card-image-content .bem__title {
  font-size: 30px;
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image .fazemos-section__card-image-content .bem__title {
    font-size: 42px;
  }
}
@media (max-width: 1050px) {
  .bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image .fazemos-section__card-image-content .bem__title {
    width: 100%;
  }
}
.bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image .fazemos-section__card-image-content .bem__content {
  margin: 0;
  font-size: 22px;
  line-height: 34px;
  width: 100%;
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image .fazemos-section__card-image-content .bem__content {
    line-height: 34px;
  }
}
@media (min-width: 1050px) {
  .bem__contents .fazemos-section .fazemos-section__card .fazemos-section__card-image .fazemos-section__card-image-content {
    max-width: 373px;
    width: 100%;
    height: 334px;
    flex-flow: column;
  }
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section.left {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
.bem__contents .fazemos-section.left .fazemos-section__card {
  padding: 0;
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section.left .fazemos-section__card {
    padding: 40px 35px 0;
  }
}
.bem__contents .fazemos-section.left .fazemos-section__card .fazemos-section__card-image-content {
  padding: 20px 35px 0;
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section.left .fazemos-section__card .fazemos-section__card-image-content {
    padding: 0;
  }
}
.bem__contents .fazemos-section.left .fazemos-section__card img {
  position: relative;
  display: block;
  max-width: 100%;
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section.left .fazemos-section__card img {
    position: absolute;
    bottom: 0;
    top: unset;
    max-width: 100%;
  }
}
.bem__contents .fazemos-section.left .fazemos-section__card .fazemos-section__card-image {
  flex-wrap: wrap;
  flex-flow: column-reverse;
}
@media (min-width: 769px) {
  .bem__contents .fazemos-section.left .fazemos-section__card .fazemos-section__card-image {
    flex-flow: wrap;
  }
}


@media (min-width: 1100px) {
  .bem__contents .focus-section {
    margin: 100px 0;
  }
}
.bem__contents .focus-section .focus-section__wrapper {
  padding: 40px 0;
}
@media (min-width: 769px) {
  .bem__contents .focus-section .focus-section__wrapper {
    max-width: 1146px;
    margin: 0 auto 0;
    padding: 100px 0;
  }
}
.bem__contents .focus-section .focus-section__wrapper .bem__title {
  font-size: 22px;
  margin: 0 0 15px;
}
@media (min-width: 769px) {
  .bem__contents .focus-section .focus-section__wrapper .bem__title {
    font-size: 42px;
  }
}
.bem__contents .focus-section .focus-section__wrapper .bem__title.pre-title {
  font-weight: bold;
  font-size: 22px;
}
.bem__contents .focus-section .focus-section__wrapper .bem__title.pre-heading {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (min-width: 769px) {
  .bem__contents .focus-section .focus-section__wrapper .bem__title.pre-heading {
    font-size: 22px;
  }
}
.bem__contents .focus-section .focus-section__wrapper .focus-section__container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (min-width: 991px) {
  .bem__contents .focus-section .focus-section__wrapper .focus-section__container {
    max-width: 991px;
    margin: 30px auto 35px;
  }
  .bem__contents .focus-section .focus-section__wrapper .focus-section__container:first-child {
    margin: 62px auto 35px;
  }
}
.bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
@media (min-width: 769px) {
  .bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element {
    width: 50%;
  }
}
.bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content {
  display: flex;
}
.bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-image {
  align-self: flex-start;
}
.bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-image img {
  max-width: 80px;
}
.bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-element-content-container {
  margin-left: 10px;
}
@media (min-width: 769px) {
  .bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-element-content-container {
    margin-left: 20px;
  }
}
.bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-element-content-container .bem__title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 24px;
}
@media (min-width: 769px) {
  .bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-element-content-container .bem__title {
    margin-bottom: 24px;
  }
}
.bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-element-content-container .arrowed {
  margin-top: 45px !important;
  padding: 0 10px;
  margin-bottom: 20px;
}
.bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-element-content-container .arrowed.mobile-margin-left {
  margin-left: -95px;
}
@media (min-width: 769px) {
  .bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-element-content-container .arrowed.mobile-margin-left {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .bem__contents .focus-section .focus-section__wrapper .focus-section__container .focus-section__container-element .focus-section__container-element-content .focus-section__container-element-content-container .arrowed {
    max-width: 80%;
    margin-top: 0 !important;
    margin-left: 0;
    padding: 0;
  }
}
.bem__contents .focus-section .focus-section__wrapper .bem__button {
  background-color: transparent;
  margin: 20px 0;
}
@media (min-width: 769px) {
  .bem__contents .focus-section .focus-section__wrapper .bem__button {
    display: flex;
    margin: 0 auto;
  }
}

.bem__contents .hero {
  margin-top: -26px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column;
  background-size: contain !important;
  background: url("../../../imagens/institucional/banco-bem/banner_header-desktop.png");
  background-repeat: no-repeat;
}
.bem__contents .hero--portabilidades {
  background: url("../../../imagens/institucional/banco-bem/banner_header-desktop02.png");
}
@media (min-width: 410px) {
  .bem__contents .hero {
    background-size: cover !important;
  }
}
@media (min-width: 650px) {
  .bem__contents .hero {
    margin-top: -11px;
    height: 600px;
  }
}
.bem__contents .hero .hero__content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  max-width: 65%;
}
@media (min-width: 1200px) {
  .bem__contents .hero .hero__content {
    margin: 0 auto;
    max-width: 1146px;
    padding: 0;
    flex-flow: column;
    align-items: flex-start;
  }
}
.bem__contents .hero .hero__content .hero__title {
  text-align: left;
  font-size: 26px;
  line-height: 25px;
  margin: 13px 0;
}
@media (min-width: 321px) {
  .bem__contents .hero .hero__content .hero__title {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 22px;
  }
}
@media (min-width: 650px) {
  .bem__contents .hero .hero__content .hero__title {
    margin: 0;
    width: 100%;
    max-width: 600px;
    line-height: 60px;
    font-size: 55px;
  }
}
.bem__contents .hero .hero__content .hero__cta {
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0;
  text-decoration: none;
  margin-top: 10px;
}
.bem__contents .hero .hero__content .hero__cta svg {
  max-height: 36px;
  width: auto;
}
@media (min-width: 650px) {
  .bem__contents .hero .hero__content .hero__cta svg {
    max-height: 100%;
  }
}
.bem__contents .hero .hero__content .hero__cta span {
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #101E8E;
}

.bem__contents .text-block {
  text-align: left;
  max-width: 814px;
  margin: 0 auto 115px;
  padding: 0 20px;
}


.form-moreinfo input[type=text], .textarea, .textinput {
  font-family: "Fira Sans",sans-serif;
  display: block;
  border: 2px solid #ebebeb;
  width: 100%;
  line-height: 44px;
  padding: 0 20px;
  margin: 5px 0 20px 0;
}

.bem__form {
  max-width: 560px;
  width: 100%;
  margin: 40px auto 0;
}
.bem__form .form__element {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 30px;
}
.bem__form .form__element label {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #0F135B;
  font-weight: bold;
}

.bem__form .form__element input {
  width: 100%;
  border: 1px solid #C4C4C4;
  height: 40px;
}

.bem__form .text-block {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 0;
  font-size: 14px;
}
.bem__form .form__buttons {
}

@media (min-width: 768px) {
  .bem__form .form__buttons {
    display: flex;
    justify-content: space-between;
  }
}

.bem__form .form__buttons .form__button {
  max-width: 265px;
  width: 100%;
  margin: 20px auto!important;
}

.bem__form .form__buttons .form__button--enviar {
  background-color: #101E8E!important;
  color: white;
}

@media (min-width: 768px) {
  .bem__form .form__buttons .form__button {
    margin: 0!important;
  }
}

@media (min-width: 768px) {
  .utilidades {
    display: flex;
    max-width: 1146px;
    margin: 0 auto;
    margin-top: 115px;
  }
}

.utilidades .utilidade {
  display: flex;
  margin: 10px 0;
}

.utilidades .utilidade__name {
  color: #0F135B;
  font-size: 18px;
  text-decoration: uppercase;
  font-weight: 700;
  margin-right: 10px;
}

.utilidades .utilidade__icon {
  margin-right: 30px;
}

.utilidades .utilidade__icon--smaller {
  height: 20px;
}

.bem__contents .localizacao-section {
  background-color: #F5F5F5;
  padding: 50px 0;
  display: flex;
  min-height: 0 !important;
}
.bem__contents .localizacao-section .localizacao-section__container {
  width: 100%;
  text-align: left;
  display: flex;
  flex-flow: column-reverse;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .bem__contents .localizacao-section .localizacao-section__container {
    max-width: 1146px;
    margin: 0 auto;
    flex-flow: row;
  }
}
.bem__contents .localizacao-section .localizacao-section__container .bem__title {
  font-size: 22px;
  margin-bottom: 40px;
}
.bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper .no-margin-top {
  margin-top: 0;
}
@media (min-width: 768px) {
  .bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper {
    width: 75%;
  }
}
.bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper .bem__title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper .bem__title {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper.right {
    width: 25%;
  }
}
.bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper.right .bem__title {
  margin-bottom: 30px;
}
.bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper.right .localizacao-section__row-element {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}
.bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper.right .localizacao-section__row-element.no-margin {
  margin-bottom: 0;
}
.bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper.right .localizacao-section__row-element a {
  display: inline-block;
  text-decoration: none;
  margin-left: 26px;
  color: #424242;
}
.bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper.right .localizacao-section__row-element img {
  height: auto;
  max-width: 30px;
}
.bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper.right .localizacao-section__row-element .bem__content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper .localizacao-section__row {
    display: flex;
  }
}
@media (min-width: 768px) {
  .bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper .localizacao-section__row .localizacao-section__row-element {
    min-width: 260px;
  }
}
.bem__contents .localizacao-section .localizacao-section__container .localizacao-section__container-wrapper .localizacao-section__row .localizacao-section__row-element .bem__content {
  margin-top: 0;
  font-size: 18px;
}
.bem__contents .localizacao-section .localizacao-section__container .see-map {
  display: flex;
  align-items: center;
  margin-top: 24px;
  color: #101E8E;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .bem__contents .localizacao-section .localizacao-section__container .see-map {
    margin-bottom: 0;
  }
}
.bem__contents .localizacao-section .localizacao-section__container .see-map:after {
  display: block;
  content: " ";
  background: url("../../../imagens/institucional/banco-bem/location.png");
  background-size: contain;
  height: 12px;
  width: 13px;
  margin-left: 5px;
}

.bem__contents .servicos-section {
  min-height: 0;
  background-color: #FFF;
  display: flex;
  position: relative;
  padding: 0 10px !important;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media (min-width: 769px) {
  .bem__contents .servicos-section {
    flex-wrap: nowrap;
    max-width: 1146px;
    margin: 0 auto 100px;
    padding: 0 !important;
  }
}
.bem__contents .servicos-section img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .bem__contents .servicos-section img {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    width: auto;
  }
}
.bem__contents .servicos-section .servicos-section__card-content {
  padding: 0 10px;
  text-align: left;
}
@media (min-width: 769px) {
  .bem__contents .servicos-section .servicos-section__card-content {
    padding: 0 0 0 35px;
  }
}
.bem__contents .servicos-section .servicos-section__card-content .bem__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  line-height: normal;
}

.bem-lp-footer-scroller {
  display: none;
}
@media (min-width: 650px) {
  .bem-lp-footer-scroller {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #101E8E;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .bem-lp-footer-scroller:hover {
    cursor: pointer;
  }
  .bem-lp-footer-scroller .arrow {
    background-color: #FFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    border: 2px solid #101E8E;
  }
  .bem-lp-footer-scroller .arrow img {
    height: 10px;
    width: 20px;
  }
}

.bem-lp-cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #FFF;
  display: flex;
  align-items: center;
  box-shadow: 0px -2px 5px -1px rgba(0, 0, 0, 0.15);
}
@media (min-width: 650px) {
  .bem-lp-cookies-banner {
    height: 160px;
  }
}
.bem-lp-cookies-banner .bem-lp-cookies-banner__container {
  text-align: left;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 1100px) {
  .bem-lp-cookies-banner .bem-lp-cookies-banner__container {
    padding: 0;
    max-width: 1146px;
  }
}
.bem-lp-cookies-banner .bem-lp-cookies-banner__container img {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 25px;
  width: 25px;
}
.bem-lp-cookies-banner .bem-lp-cookies-banner__container img:hover {
  cursor: pointer;
}
.bem-lp-cookies-banner .bem-lp-cookies-banner__container .cookies-banner__header {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.bem-lp-cookies-banner .bem-lp-cookies-banner__container .bem__content {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 28px;
}
.bem-lp-cookies-banner .bem-lp-cookies-banner__container .bem__content a {
  font-weight: bold;
}

.bem__footer {
  background-color: unset;
  padding: 0;
}
.bem__footer .footer__wrapper {
  max-width: 100%;
  padding: 0;
  background-color: #FFF;
}
@media (min-width: 650px) {
  .bem__footer .footer__wrapper {
    display: block;
    margin-bottom: 0;
  }
  .bem__footer .footer__wrapper.pre-footer {
    overflow: hidden;
  }
}
.bem__footer .footer__wrapper.mobile {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  margin-bottom: 0;
  z-index: 10;
}
@media (min-width: 650px) {
  .bem__footer .footer__wrapper.mobile {
    display: none;
  }
}
.bem__footer .footer__wrapper .footer__row {
  padding: 0 20px;
  display: flex;
  margin: 60px auto;
  max-width: 1146px;
  width: 100%;
  flex-wrap: wrap;
  flex-flow: column-reverse;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bem__footer .footer__wrapper .footer__row {
    flex-flow: wrap;
  }
}
@media (min-width: 991px) {
  .bem__footer .footer__wrapper .footer__row {
    padding: 0;
  }
}
.bem__footer .footer__wrapper .section {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .bem__footer .footer__wrapper .section {
    width: 50%;
  }
}
.bem__footer .footer__wrapper .section.section--app-downloads {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .bem__footer .footer__wrapper .section.section--app-downloads {
    width: 20%;
    overflow: hidden;
  }
}
.bem__footer .footer__wrapper .section.section--app-downloads .section__heading {
  font-size: 22px;
  width: 100%;
}
.bem__footer .footer__wrapper .section.section--app-downloads .section__app-badges {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bem__footer .footer__wrapper .section.section--app-downloads .section__app-badges a {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .bem__footer .footer__wrapper .section.section--app-downloads .section__app-badges a {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.bem__footer .footer__wrapper .section.section--app-downloads .section__app-preview {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .bem__footer .footer__wrapper .section.section--app-downloads .section__app-preview {
    margin-bottom: 0;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    bottom: -65px;
  }
}
.bem__footer .footer__wrapper .section .section__heading {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0F135B;
  margin: 0 0 15px;
}
.bem__footer .footer__wrapper .section .footer-links-group {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .bem__footer .footer__wrapper .section .footer-links-group {
    flex-wrap: nowrap;
  }
}
.bem__footer .footer__wrapper .section .footer-links-group ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .bem__footer .footer__wrapper .section .footer-links-group ul {
    margin-bottom: 15px;
  }
}
.bem__footer .footer__wrapper .section .footer-links-group ul li {
  margin-bottom: 30px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .bem__footer .footer__wrapper .section .footer-links-group ul li {
    margin-bottom: 15px;
  }
}
.bem__footer .footer__wrapper .section .footer-links-group ul li a {
  color: #3B3B3A;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
}
.bem__footer .footer__wrapper .footer__row-disclaimer {
  background-color: #0F135B;
  color: #FFF;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .bem__footer .footer__wrapper .footer__row-disclaimer {
    padding: 0;
  }
}
.bem__footer .footer__wrapper .footer__row-disclaimer .section {
  padding: 20px 0;
  font-family: "Fira Sans", sans-serif;
  max-width: 1146px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  flex-wrap: wrap;
}
.bem__footer .footer__wrapper .footer__row-disclaimer .section p {
  width: 100%;
  margin: 0;
  line-height: 22px;
}
.bem__footer .footer__wrapper .footer__row-disclaimer .section p.last {
  margin-top: 20px;
}


.form-moreinfo {
    margin-top: 50px;
    padding: 50px 200px 50px 200px;
    background: #F8F8FC;
  }
  
  .form-moreinfo>.title {
    font-family: "Fira Sans", sans-serif;
    font-weight: bold;
    font-size: 2.75rem;
    line-height: normal;
    color: #0F135B;
    margin-top: 0;
  }  


  .btn {
    font-family: "Fira Sans",sans-serif;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #101E8E;
    text-decoration: none;
    padding: 12px;
    width: 150px;
    height: 60px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.btn.gray {
    background-color: #fff;
    color: #101E8E;
    border: 2px solid #101E8E;
  }


  .errorField {
    border-color: #101E8E!important;
}

#displayErrors .title {
  font-family: Mitr,sans-serif;
  color: #101E8E!important;
  font-size: 1.25rem;