:root {
	--blue: #1526ff; 
	--light-blue: #0066FC; 
	--cian: #00D2FF;
	--cian-dropshadow: #00AFD4;
	--green: #60DF30;
	--gray: #86888c;
	--light-gray: #E1E2E0;
	--white: #ffffff;
	--black: #000000;
}

@font-face {
	font-family: 'RubikBold';
	src: url('/Style%20Library/fonts/Rubik/Rubik-Bold.woff2') format('woff2'), url('/Style%20Library/fonts/Rubik/Rubik-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'RubikBoldItalic';
	src: url('/Style%20Library/fonts/Rubik/Rubik-BoldItalic.woff2') format('woff2'), url('/Style%20Library/fonts/Rubik/Rubik-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'RubikRegular';
	src: url('/Style%20Library/fonts/Rubik/Rubik-Regular.woff2') format('woff2'), url('/Style%20Library/fonts/Rubik/Rubik-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'RubikLight';
	src: url('/Style%20Library/fonts/Rubik/Rubik-light.woff2') format('woff2'), url('/Style%20Library/fonts/Rubik/Rubik-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'RubikLightItalic';
	src: url('/Style%20Library/fonts/Rubik/Rubik-lightItalic.woff2') format('woff2'), url('/Style%20Library/fonts/Rubik/Rubik-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'RubikMedium';
	src: url('/Style%20Library/fonts/Rubik/Rubik-Medium.woff2') format('woff2'), url('/Style%20Library/fonts/Rubik/Rubik-Medium.ttf') format('truetype');
}

body {
  overflow-x: hidden;
}

/* SHAREPOINT WEBPART FAQ
------------------------*/
.rubik-medium-important {
  font-family: 'RubikMedium' !important;
}

#WebPartctl00_ctl43_g_bdf801c2_387e_4948_869c_b58c5a7aa0e9 .page-section--title {
  font-family: 'RubikMedium' !important;
  text-transform: unset !important;
  color: var(--black) !important;
}

#WebPartctl00_ctl43_g_bdf801c2_387e_4948_869c_b58c5a7aa0e9 p {
  font-family: 'RubikRegular' !important;
  color: var(--black) !important;
  margin-bottom: 15px;
}

#WebPartctl00_ctl43_g_e0010228_5972_4a47_ac76_0ab9ad8c0068 .page-section--title {
  font-family: 'RubikMedium' !important;
  text-transform: unset !important;
  color: var(--black) !important;
}

#WebPartctl00_ctl43_g_e0010228_5972_4a47_ac76_0ab9ad8c0068 p {
  font-family: 'RubikRegular' !important;
  color: var(--black) !important;
  margin-bottom: 15px;
}

.btn-veja-mais {
  background-color: var(--blue) !important;
  color: var(--white) !important;
  width: 100% !important;
  text-align: center !important;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}



.bm-content h1,
.bm-content h2,
.bm-content h3,
.bm-content h4,
.bm-content h5,
.bm-content p,
.bm-content b,
.bm-content i,
.bm-content span,
.bm-content strong,
.bm-content light {
  color: var(--black);
}

.bm-content h1 {
  font-size: 35px !important;
}

.bm-content h2 {
  font-size: 28px !important;
}

.bm-content h3 {
  font-size: 22px !important;
  margin: unset;
}

.bm-content p {
  font-size: 16px !important;
}

.bm-content strong,
.bm-content b,
.bm-content h1,
.bm-content h2,
.bm-content h3 {
  font-family: 'RubikMedium' !important;
}

.bm-content strong i,
.bm-content b i,
.bm-content h1 i,
.bm-content h2 i,
.bm-content h3 i {
  font-family: "RubikBoldItalic" !important;
}

.bm-content h1 light,
.bm-content h2 light,
.bm-content h3 light {
  font-family: "RubikLight" !important;
}

.bm-content light i {
  font-family: "RubikLightItalic" !important;
}

.bm-content p,
.bm-content span {
  font-family: "RubikRegular" !important;
}

.page-header {
  display: none;
}

.bm-content.row,
.bm-content .container {
  min-height: 400px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-start {
  justify-content: flex-start;
}

.flex-end {
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.wrap {
  flex-wrap: wrap;
}

.txt-center {
  text-align: center;
}

.mt_0 {
  margin-top: 0px !important;
}
.mt_25 {
  margin-top: 25px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_100 {
  margin-top: 100px !important;
}

.pt_0 {
  padding-top: 0px !important;
}
.pt_25 {
  padding-top: 25px !important;
}
.pt_50 {
  padding-top: 50px !important;
}
.pt_100 {
  padding-top: 100px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}
.mb_15 {
  margin-bottom: 15px !important;
}
.mb_25 {
  margin-bottom: 25px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.mb_100 {
  margin-bottom: 100px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}
.pb_25 {
  padding-bottom: 25px !important;
}
.pb_50 {
  padding-bottom: 50px !important;
}
.pb_100 {
  padding-bottom: 100px !important;
}

.width_100 {
  width: 100%;
}
.height_100 {
  width: 100%;
}

.gap_20 {
  gap: 20px;
}
.gap_25 {
  gap: 25px;
}
.gap_30 {
  gap: 30px;
}
.gap_40 {
  gap: 40px;
}

.bg_img_setting {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.bm-content .bm-btn {
  height: max-content;
}

.bm-content span {
  margin-left: 10px;
}

.bm-content .btn_padrao {
  background-color: var(--cian);
  border: 0px solid var(--cian);
  border-radius: 15px;
  /* filter: drop-shadow(5px 5px 3px #00000080); */
  padding: 20px 30px;
  color: var(--black) !important;
  text-align: center;
  display: inline-block;
  box-shadow: 5px 10px 0px #000000;
}

.bm-content .btn_padrao:hover {
  transform: scale(1.1);
  -webkit-box-shadow: 0 24px 41px rgba(0, 0, 0, 0.2),
    0 9px 22px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 24px 41px rgba(0, 0, 0, 0.2), 0 9px 22px rgba(0, 0, 0, 0.06) !important;
  cursor: pointer;
}

.bm-content .btn_azul {
  background-color: var(--blue);
  border: 0px solid var(--blue);
  border-radius: 15px;
  filter: drop-shadow(5px 5px 3px #00000080);
  padding: 20px;
  color: var(--white) !important;
  text-align: center;
  display: inline-block;
}

.bm-content .btn_azul:hover {
  transform: scale(1.1);
  -webkit-box-shadow: 0 24px 41px rgba(0, 0, 0, 0.2),
    0 9px 22px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 24px 41px rgba(0, 0, 0, 0.2), 0 9px 22px rgba(0, 0, 0, 0.06) !important;
  cursor: pointer;
}

.bm-content .btn_branco {
  background-color: #fff;
  border: 0px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px #0000007d;
  padding: 10px;
}

.bm-content .btn_branco:hover {
  background-color: #ffffff8a;
  cursor: pointer;
}

/*OWL-CAROUSEL
================================================== */

.owl-carousel {
  display: inline-block;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
  margin: 0 !important;
}

.owl-nav {
  position: absolute !important;
  top: 140px !important;
  width: 100% !important;
}

.owl-prev {
  background-color: var(--cian) !important;
  padding: 5px 23px !important;
  border-radius: 50px !important;
  font-size: 36px !important;
  position: absolute !important;
  left: 0px !important;
}

.owl-prev span {
  color: var(--white) !important;
}

.owl-next {
  background-color: var(--cian) !important;
  padding: 5px 23px !important;
  border-radius: 50px !important;
  font-size: 36px !important;
  position: absolute !important;
  right: 0px !important;
}

.owl-next span {
  color: var(--white) !important;
}

.owl-prev:hover,
.owl-prev:active,
.owl-next:hover,
.owl-next:active {
  background-color: var(--cian-dropshadow) !important;
}

.owl-carousel .owl-item img {
  width: revert-layer !important;
  margin: auto !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--cian) !important;
  border: 1px solid var(--light-gray) !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: var(--light-gray) !important;
  border: 1px solid var(--green) !important;
}

/* DOBRA_BANNER
================================================== */
#dobra_banner {
  overflow: hidden;
}
#dobra_banner .container {
  position: relative;
}
#dobra_banner h1 {
  font-size: 4rem !important;
}
#dobra_banner p {
  font-size: 3rem !important;
}
#dobra_banner .dobra_banner_a {
  z-index: 3;
}
#dobra_banner .dobra_banner_b {
  background-image: url("/open-finance/Documents/imgs/img_banner.png");
  background-position-y: bottom;
  background-position-x: center;
  height: 100%;
  z-index: 3;
}
#dobra_banner .dobra_banner_c {
  position: absolute;
  background-image: url("/open-finance/Documents/imgs/m+_outlined_blue.svg");
  background-position-y: 100px;
  bottom: 0;
  background-position-x: right;
  width: 100%;
  height: 80%;
  z-index: 2;
}

/* DOBRA_descricao-openfinance
================================================== */

.descricao-openfinance_txt {
  border: 3px solid var(--blue);
  border-radius: 20px;
  padding: 25px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.descricao-openfinance_txt p {
  margin: 0 !important;
}

/* DOBRA_VANTAGENS
================================================== */

/* #dobra_vantagens .container {
  width: 900px !important;
} */

.owl-stage-outer {
  margin: 0 5rem;
  overflow: hidden;
  width: 100%;
}

.vantagens-slider {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 0 10rem;
}

.vantagens-slider .owl-item {
  border: 3px solid var(--cian);
  border-radius: 15px;
  box-shadow: 0 5px var(--cian-dropshadow);
  padding: 15px;
  margin-bottom: 25px;
  min-height: 500px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 764px !important;
  min-width: 330px !important;
  flex: 1 1 50% !important;
}

.vantagens-slider .slider-item {
  text-align: center;
}

.vantagens-slider .vantagens_btn {
  color: var(--blue);
  font-weight: 700;
  cursor: pointer;
}

.vantagens-slider .slider-item img {
  border-radius: 20px;
  margin-bottom: 25px !important;
}

#dobra_vantagens .slider-item p,
#dobra_vantagens .slider-item b {
  text-align: left;
  color: var(--white);
}

/* DOBRA_CONTEUDOS
================================================== */
#dobra_conteudos .owl-stage {
  padding-left: 0 !important;
}
/* #dobra_conteudos .slider-item {
  padding-right: 30px;
} */
.conteudos_item {
  padding: 20px;
  border: 2px solid var(--white);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  height: 332px;
  width: 100%;
}

.conteudos_item_txt {
  height: 60%;
}
.conteudos_item_txt h3 {
  margin-bottom: 10px;
}
.conteudos_item_img {
  height: 40%;
}

.conteudos_item_img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.conteudos_item_btn,
.conteudos_item_btn a {
  width: 100%;
}

/* DOBRA_PASSO-A-PASSO
================================================== */

.video-container {
    /* Estilo para o container da coluna Bootstrap */
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-facade {
    height: 315px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}

.video-wrapper {
    overflow: hidden;
    max-width: 100%;
}

/* DOBRA_M-DINHEIRO-M-REGRAS
================================================== */

/* DOBRA_TERMOS-E-CONDICOES
================================================== */
#dobra_termos-e-condicoes .dobra_termos-e-condicoes_a {
  width: auto;
}

#dobra_termos-e-condicoes .container {
  justify-content: flex-end;
}

/* DOBRA_APPMB
================================================== */

#dobra_appmb {
  height: 100% !important;
  display: flex;
}

#dobra_appmb .dobra_appmb_a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding-bottom: 5rem;
}

#dobra_appmb .dobra_appmb_a h2 {
  padding: 0 15px;
  width: 100%;
  text-align: left !important;
}

#dobra_appmb .dobra_appmb_d {
  background-image: url("/open-finance/Documents/imgs/img_appmb.png");
  /* min-height: 300px; */
  height: 100%;
  align-self: end;
}

#dobra_appmb .dobra_appmb_c {
  width: 100%;
  justify-content: flex-start;
}
#dobra_appmb .dobra_appmb_c img {
  max-width: 200px;
  min-width: 135px;
  width: 100%;
}

/* DOBRA_MEL
================================================== */

#dobra_mel {
  position: relative;
}

#dobra_mel .dobra_mel_b {
  background-image: url("/open-finance/Documents/imgs/mel_resized.png");
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-position-x: right;
}

.dobra_mel_a {
  padding: 30px 40px;
  border: 3px solid var(--cian);
  border-radius: 15px;
}

#dobra_mel .container {
  position: relative;
}

#dobra_mel::after {
	content: '';
	background: url('/open-finance/Documents/imgs/mel_resized.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 625px;
	height: 425px;
	position: absolute;
	bottom: 0;
	right: 0;
  background-position-x: center;
}

/* GERAL
================================================== */

.bm-content .btn_img {
  border: 0px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px #0000007d;
}

.bm-content .btn_img:hover {
  opacity: 0.5;
  cursor: pointer;
}

.bm-content .bold {
  font-weight: bold;
}

.bm-content .white {
  color: #fff !important;
}

.bm-content .gray {
  color: #86888c !important;
}

.bm-content .black {
  color: #000 !important;
}

.bm-content .blue {
  color: #1526ff !important;
}

.bm-content .cian {
  color: #00d2ff !important;
}

.bm-content .link {
  text-decoration: underline;
  cursor: pointer;
}

.bm-content .text-center {
  text-align: center;
}

.vetor-open {
  background-image: url(./open-finance/Documents/imgs/vetor_open.svg);
  width: 105px;
  display: inline-block;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.slider-text {
  padding-top: 25px;
}

.flip-card {
  background-color: transparent;
  width: 320px;
  height: 338px;
  border: 0px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin: auto;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flip-card-back {
  background-image: url("/BeneficiarioINSS.bm-content/PublishingImages/card_azul_back.png");
  background-size: contain;
  transform: rotateY(180deg);
  background-repeat: no-repeat;
  background-position: center;
}

.flip-card-back p {
  width: 80%;
  height: auto;
  margin: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

#ctl00_ctl43_g_4db68ea9_b013_48e2_a3ce_aca44eb43ddf .page-section {
  background-color: #ced0cc;
}

#ctl00_ctl43_g_4db68ea9_b013_48e2_a3ce_aca44eb43ddf .page-section--title {
  display: none;
}
#ctl00_ctl43_g_4db68ea9_b013_48e2_a3ce_aca44eb43ddf .panel-heading {
  background-color: #ced0cc;
  border: 2px solid #fff;
}

#s4-bodyContainer {
  padding-bottom: 0px !important;
}

#dobra_termos-e-condicoes,
#dobra_termos-e-condicoes .container,
#dobra_m-dinheiro-m-regras,
#dobra_m-dinheiro-m-regras .container {
  min-height: unset !important;
}

/* MODAL
================================================== */
.modal_bm {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
  display: none;
}

.modal_bm .container {
  background: var(--blue);
  border-radius: 15px;
  box-shadow: 0px 17px 40px 0px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close_modal {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 15px;
  z-index: 99;
}

.close_modal svg {
  fill: var(--white);
}

.close_modal:hover path {
  fill: var(--cian);
}

.modal_bm h2 {
  font-family: "RubikRegular" !important;
  font-weight: 700;
  color: var(--cian);
  text-align: left;
  margin-bottom: 25px;
  font-size: 30px;
  margin-top: 10px;
}

.modal_bm p,
.modal_bm b,
.modal_bm .lista-modal,
.modal_bm .numero-lista {
  font-family: "RubikRegular" !important;
  color: var(--white);
  text-align: left;
  font-size: 17px;
}

.modal_bm .item-lista-modal {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.modal_bm .numero-lista {
  background-color: var(--black);
  padding: 2px 10px;
  border-radius: 20px;
  text-align: center !important;
  margin-right: 15px;
}

/* FAQ
================================================== */

#dobra_faq.row,
#dobra_faq .container {
  min-height: unset !important;
}

#dobra_faq p {
  font-size: 18px !important;
}

#dobra_faq .container::before {
  content: "";
  background: url("/BeneficiarioINSS.bm-content/PublishingImages/moeda2.png");
  width: 100px;
  height: 100px;
  position: absolute;
  margin-top: -200px;
  left: 5vw;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9999;
}

/* fundo e título do faq */
#ctl00_ctl43_g_44bf60f1_0397_4738_a1f5_f6c8764b584b .page-section {
  background-color: var(--light-gray);
}

#ctl00_ctl43_g_44bf60f1_0397_4738_a1f5_f6c8764b584b
  .page-section
  .page-section--title {
  display: none;
}

/* estilo do item */
.accordion .panel {
  border: 2px solid #1526ff !important;
  border-radius: 10px !important;
  margin-bottom: 13px !important;
  background-color: var(--light-gray);
}

.accordion .panel .panel-body {
  background: var(--light-gray);
  border-radius: 10px;
}

.accordion .panel .panel-heading a,
.accordion .panel .panel-heading .nav > li > span {
  background: var(--white);
  border-radius: 10px;
  font-family: "RubikRegular";
  font-size: 18px;
  font-weight: 700;
}

.accordion .panel .panel-body p {
  font-size: 18px;
  font-family: "RubikRegular";
  color: var(--black);
}

/* estilo do item hover */
.accordion .panel .panel-heading a[aria-expanded="true"],
.accordion .panel .panel-heading .nav > li > span[aria-expanded="true"],
.accordion .panel .panel-heading a:hover,
.accordion .panel .panel-heading .nav > li > span:hover {
  background: var(--light-gray);
  color: #1526ff;
  font-family: "RubikRegular";
  font-size: 18px;
  font-weight: 700;
}

/* botão + */
.accordion .panel .panel-heading a:after,
.accordion .panel .panel-heading .nav > li > span:after {
  background: url("/BeneficiarioINSS.bm-content/PublishingImages/icon--accordion--default.png") !important;
  background-repeat: no-repeat !important;
}

.accordion .panel .panel-heading a:hover:after,
.accordion .panel .panel-heading .nav > li > span:hover:after {
  background: url("/BeneficiarioINSS.bm-content/PublishingImages/icon--accordion--default.png") !important;
  background-repeat: no-repeat !important;
}

.accordion .panel .panel-heading a:focus:after,
.accordion .panel .panel-heading .nav > li > span:focus:after {
  background: url("/BeneficiarioINSS.bm-content/PublishingImages/icon--accordion--hover.png") !important;
  background-repeat: no-repeat !important;
}

/* numeração */
.accordion .panel .panel-heading a:before,
.accordion .panel .panel-heading .nav > li > span:before {
  color: #1526ff;
}

/* LAYOUYS MOBILE
================================================== */

@media only screen and (min-width: 992px) {
  .br-mob {
    display: none;
  }

  .mob-only {
    display: none !important;
  }

  .dobra_appmb_d {
    background-size: 98% !important;
  }
}

@media only screen and (max-width: 1199px) {
  .modal_bm .container {
    width: 95%;
    overflow-y: scroll;
    max-height: 95vh;
  }
}

@media screen and (max-width: 768px) {
  #dobra_banner .container {
    margin: 0 2rem;
    width: 100%;
  }

  .vantagens-slider {
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .descricao-openfinance_txt {
    flex-direction: column;
  }

  .br-desk {
    display: none;
  }

  .desk-only {
    display: none !important;
  }

  .organizacao_item {
    flex-direction: column !important;
  }

  .organizacao_item_txt {
    text-align: center;
    margin-bottom: 10px;
  }

  #dobra_dobra_m-dinheiro-m-regras .container,
  #dobra_termos-e-condicoes .container {
    flex-direction: column;
  }

  #dobra_mel .container {
    flex-direction: column;
    padding-bottom: 200px;
  }

  /* #dobra_mel .container::after {
    position: relative;
  } */

  #dobra_faq .container::before {
    display: none;
  }

  #dobra_faq h2,
  #dobra_faq p {
    text-align: center;
  }

  .accordion .panel .panel-heading a,
  .accordion .panel .panel-heading .nav > li > span {
    font-size: 16px;
    line-height: 23px;
  }

  .accordion .panel .panel-body p {
    font-size: 16px;
    line-height: 23px;
  }

  #dobra_banner h1 {
    font-size: 3rem !important;
  }
  #dobra_banner p {
    font-size: 2rem !important;
  }
  .vetor-open {
    width: 90px;
  }
  #dobra_banner .dobra_banner_c {
    width: 120%;
  }
}

@media screen and (max-width: 992px) and (min-width: 600px) {
  #dobra_conteudos .slider-item {
    padding-right: 8px;
  }

  #dobra_conteudos .conteudos_item {
    height: 415px;
  }

  #dobra_conteudos .conteudos-slider {
    padding: 0;
  }

  #dobra_mel::after {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
  }

  .bm-content .btn_padrao {
    font-size: 16px;
    text-align: center;
  }

  .vetor-open {
    width: 60px;
    height: 25px;
  }

  #dobra_banner .container {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 40px;
  }

  #dobra_banner p {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  #dobra_banner .dobra_banner_c {
    z-index: 4;
    background-position-y: 250px;
  }

  #dobra_banner h1 {
    font-size: 2.8rem !important;
    margin-bottom: 10px !important;
  }

  .dobra_banner_a {
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: auto;
  }

  #dobra_banner .dobra_banner_b {
    position: initial;
    width: 100%;
    background-position-x: center;
  }

  .dobra_banner_a:after {
    width: 150px;
    height: 150px;
    position: absolute;
    display: block;
    right: 10%;
    top: 60%;
  }

  #dobra_vantagens {
    padding: 0 2rem;
  }
  #dobra_vantagens .owl-carousel {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #dobra_vantagens .slider-item {
    border: 3px solid var(--cian);
    border-radius: 15px;
    box-shadow: 0 5px var(--cian-dropshadow);
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #dobra_conteudos h2,
  #dobra_conteudos p {
    text-align: left;
  }

  .bm-content h1,
  .bm-content h2 {
    font-size: 25px !important;
  }
  .bm_content h2 {
    text-align: center;
  }

  #resposta_form h2 {
    font-size: 30px !important;
  }

  #dobra_descricao-openfinance h2 b:nth-of-type(2) {
    color: var(--blue) !important;
  }

  .descricao-openfinance_txt {
    border: none;
  }

  #dobra_m-dinheiro-m-regras .container {
    flex-direction: column;
  }
  #dobra_m-dinheiro-m-regras h2 {
    text-align: left;
  }
  #dobra_m-dinheiro-m-regras .dobra_m-dinheiro-m-regras_b {
    margin-top: 20px;
    max-height: 350px;
  }

  #dobra_video-passo-a-passo {
    background-image: url("/open-finance/Documents/imgs/vetor_paso-a-passo-mobile.png") !important;
  }

  #dobra_termos-e-condicoes {
    background-image: url('/open-finance/Documents/imgs/m+_outlined_blue.svg') !important;
    background-position-x: right !important;
    background-position-y: 100px !important;
    background-size: 100% !important;
  }
  #dobra_termos-e-condicoes .dobra_termos-e-condicoes_a {
    text-align: center;
  }

  #dobra_appmb .dobra_appmb_a {
    padding-bottom: 0;
  }
  #dobra_appmb .dobra_appmb_b img {
    display: none;
  }
  #dobra_appmb .dobra_appmb_d {
    min-height: 300px;
  }
  #dobra_appmb .container {
    flex-direction: column;
    width: 100%;
  }

  /* #dobra_mel {
    padding-bottom: 120px;
  } */

  #dobra_mel .dobra_mel_b {
    height: 60%;
    background-position-x: center;
    background-position-y: 100px;
  }

  #dobra_mel a {
    width: 100% !important;
  }

  #dobra_mel .dobra_mel_a {
    height: 472px;
  }

  #dobra_mel::after {
    width: 100%;
    background-position-y: 8rem;
  }
}

@media screen and (max-width: 982px) and (min-width: 601px) {
  #dobra_video-passo-a-passo {
    background-position-y: bottom !important;
  }
}

@media screen and (max-width: 1440px) and (min-width: 983px) {
  #dobra_video-passo-a-passo {
    background-position-y: 260px !important;
  }
}

@media screen and (min-width: 1440px) {
  #dobra_video-passo-a-passo {
    background-position-y: 210px !important;
  }

  #dobra_mel .dobra_mel_b {
    width: 90%;
    left: 0;
  }
}

@media screen and (max-width: 1266px) and (min-width: 1017px) {
  #dobra_mel .dobra_mel_b {
    width: 80%;
    background-position-x: 390px;
  }
  .dobra_mel_a p {
    width: 75%;
  }
}

@media screen and (max-width: 975px) and (min-width: 601px) {
  #dobra_mel .dobra_mel_b {
    background-position-x: 280px;
  }
  .dobra_mel_a p {
    width: 60%;
  }
}

@media screen and (min-width: 1500px) {
  #dobra_mel::after {
    background-position-x: left;
  }
}

@media screen and (min-width: 1920px) {
  #dobra_mel::after {
    right: 15rem;
  }
}
