/* Ajustes Bradesco */
 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
body {
  color: #1f1f1f;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6a7684), color-stop(30%, #e4e5e9), to(#e4e5e9));
  background-image: linear-gradient(to bottom, #6a7684 0%, #e4e5e9 30%, #e4e5e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a7684', endColorstr='#e4e5e9', GradientType=0);
  font-family: 'BradescoSans-Regular';
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
 
  100% {
    opacity: 100%;
  }
}
.hidden-xs{
  display: none;
}
.hidden-md{
  display: flex;
}
#wrapper {
  width: 100%;
}
 
header.mainHeader h1 img {
  margin-left: 60px;
}
 
.mainHeader ul.navSeg,
#abrasuacontaFixed,
nav#mainMenu {
  display: none !important;
}
 
/* Banner */
.banner-saude-section {
  background-image: url(/assets/prime/img/saude/banner-lp-saude.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 635px;
  position: relative;
}
@media(min-width:1910px) {
  .banner-saude-section {
    background-image: url(/assets/prime/img/saude/banner-lp-saude.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 900px;
    position: relative;
  }
  .texto-banner {
    top: 671px;
    position: absolute;
    left: 0px;
    width: 700px;
}
}
.banner-logo {
  position: absolute;
  top: 67px;
  left: 57px;
}
 
.saude-breadcrumb {
  position: absolute;
  top: 130px;
  left: 70px;
  display: flex;
  gap: 8px
}
 
.saude-breadcrumb li {
  color: #fff;
}
 
.saude-breadcrumb li::after {
  content: '>';
  margin-left: 8px;
}
 
.saude-breadcrumb li:last-child::after {
  content: '';
}
 
.saude-breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
 
/* Banner */
 
/* Médicos Prime */
.medicos-prime-section {
  position: relative;
  min-height: 385px;
  overflow: hidden;
}
 
.medicos-prime-container {
  padding: 72px 0 0 100px;
}
 
.medicos-prime-info {
  display: flex;
  gap: 100px;
}
 
.medicos-prime-info .medicos-prime-title {
  max-width: 150px;
  display: flex;
  flex-direction: column;
}
 
.medicos-prime-info .medicos-prime-title span {
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  color: #000000;
}
 
.medicos-prime-info .medicos-prime-title::after {
  content: '';
  max-width: 122px;
  width: 100%;
  height: 4px;
  background-color: #034691;
  border-radius: 5px;
  margin-top: 12px;
}
 
.medicos-prime-info .medicos-prime-title .title-prime {
  color: #034691;
}
 
.medicos-prime-info .medicos-prime-description {
  max-width: 41vw;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  align-content: center;
}
 
.medicos-prime-img {
  position: absolute;
  right: -55px;
  top: -5px;
}
 
/* Médicos Prime */
.owl-nav.disabled {
  display: none;
}
 
/* Buttons */
.medicos-tabs-buttons-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px 0;
  position: relative;
  top: -90px;
  overflow: hidden;
}
 
.medicos-tabs-buttons-container {
  max-width: 53vw;
}
 
.medicos-tabs-buttons {
  display: flex;
  gap: 16px;
}
 
.medicos-tabs-buttons .btn-medicos-tab {
  padding: 16px 32px;
  background-color: transparent;
  border: 1px solid #034691;
  border-radius: 2rem;
 
  color: #034691;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  cursor: pointer;
}
 
.medicos-tabs-buttons .btn-medicos-tab.actived {
  background-color: #034691;
  color: #fff;
  animation: fadeIn .3s ease-in-out;
}
 
/* Buttons */
 
/* Tabs */
 
.medicos-tabs-contents-section {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  position: relative;
  top: -105px;
}
 
.medicos-tabs-contents-container {
  max-width: 1304px;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  margin: 0 50px;
  padding: 34px;
 
  position: relative;
}
 
.medicos-tabs-contents .medicos-tab-content {
  display: none;
}
 
.medicos-tabs-contents .medicos-tab-content.actived {
  display: block;
  animation: fadeIn .5s ease-in-out;
}
 
.medicos-tab-header {
  display: flex;
  align-items: center;
  gap: 50px;
}
 
.medicos-tab-header .medicos-tab-title {
  color: #034691;
  max-width: 291px;
}
 
.medicos-tab-header .medicos-tab-title span {
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
 
.medicos-tab-header .medicos-tab-title span::after {
  content: '';
  max-width: 44px;
  width: 100%;
  height: 4px;
  background-color: #034691;
  border-radius: 5px;
}
 
.medicos-tab-header .medicos-tab-title h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
}
 
.medicos-tab-header .medicos-tab-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #47484C;
  max-width: 547px;
}
 
.medicos-tab-body {
  padding: 29px 0 38px;
  display: flex;
  align-items: center;
}
#tab-ofertas > div.medicos-tab-body{
  max-width: 91%;
}
.medicos-tab-cards {
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
 
.medicos-tab-cards .medicos-tab-card {
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 56px 14px 16px;
  width: 159px;
  height: 211px;
  margin-bottom: 7px;
  cursor: pointer;
  color: #47484C;
}
 
.medicos-tab-cards .medicos-tab-card.hidden {
  display: none;
}
 
.medicos-tab-cards .medicos-tab-card.actived {
  background: transparent linear-gradient(180deg, #034691 0%, #0E1E64 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  animation: fadeIn .3s ease-in-out;
}
 
.medicos-tab-cards .medicos-tab-card .medicos-tab-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 35px;
  height: 100%;
}
 
.medicos-tab-cards .medicos-tab-card .medicos-tab-card-body .medicos-tab-card-icon.cielo img {
  width: 40px;
  height: 40px;
}
 
.medicos-tab-cards .medicos-tab-card .medicos-tab-card-body .medicos-tab-card-icon .icon-blue {
  display: block;
}
 
.medicos-tab-cards .medicos-tab-card .medicos-tab-card-body .medicos-tab-card-icon .icon-light {
  display: none;
}
 
.medicos-tab-cards .medicos-tab-card.actived .medicos-tab-card-body .medicos-tab-card-icon .icon-blue {
  display: none;
}
 
.medicos-tab-cards .medicos-tab-card.actived .medicos-tab-card-body .medicos-tab-card-icon .icon-light {
  display: block;
}
 
.medicos-tab-cards .medicos-tab-card .medicos-tab-card-body .medicos-tab-card-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}
 
.medicos-tab-cards-contents {
  max-width: 32.1%;
}
 
.medicos-tab-cards-contents .medicos-tab-cards-content {
  display: none;
}
 
.medicos-tab-cards-contents .medicos-tab-cards-content.actived {
  display: flex;
  flex-direction: column;
  gap: 15px;
  animation: fadeIn .3s ease-in-out;
}
 
.medicos-tab-cards-contents .medicos-tab-cards-content .tab-cards-content-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
 
.medicos-tab-cards-contents .medicos-tab-cards-content .tab-cards-content-header .icon-blue {
  width: 64px;
  height: 64px;
}
 
.medicos-tab-cards-contents .medicos-tab-cards-content .tab-cards-content-header .tab-cards-header-title {
  color: #034691;
  font-size: 42px;
  font-weight: normal;
  line-height: 48px;
  max-width: 77.9%;
}
 
.medicos-tab-cards-contents .medicos-tab-cards-content .tab-cards-content-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
 
.medicos-tab-cards-contents .medicos-tab-cards-content .tab-cards-content-body .tab-cards-description {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
 
.btn-tab-cards-saiba-mais {
  color: #034691;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
 
  border: 1px solid #034691;
  border-radius: 24px;
  background-color: transparent;
  padding: 12px 0;
  cursor: pointer;
  text-align: center;
}
 
.medicos-inline-cards {
  display: none;
  flex-direction: column;
  gap: 14px;
}
 
.medicos-inline-cards .medicos-inline-card {
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 13px 18px;
 
  display: flex;
  gap: 24px;
  align-items: center;
}
 
.medicos-inline-cards .medicos-inline-card .medicos-inline-card-icon {
  width: 34px;
  height: 34px;
}
 
.medicos-inline-cards .medicos-inline-card .medicos-inline-card-title {
  color: #47484C;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
 
.owl-carousel-medicos-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 14px 0;
}
 
.owl-carousel-medicos-dots .owl-carousel-medicos-dot {
  background: #A7A8AC;
  border: none;
  width: 8px;
  height: 12px;
  border-radius: 2rem;
}
 
.owl-carousel-medicos-dots .owl-carousel-medicos-dot.active {
  background: #034691;
}
 
 
#tab-ofertas .medicos-tab-body {
  justify-content: center;
}
 
.card-redirect {
  cursor: pointer;
}
 
.ofertas-cards {
  display: flex;
  justify-content: center;
  gap: 24px;
}
 
.ofertas-cards .ofertas-card {
  width: 347px;
  height: 439px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px #000000B3;
  position: relative;
  color: #fff;
}
 
.ofertas-cards .ofertas-card#card-utilidades-medicas {
  background-image: url(/assets/prime/img/saude/card-utilidades-clinicas.webp);
  background-repeat: no-repeat;
  background-position: center;
}
 
.ofertas-cards .ofertas-card#card-confraria {
  background-image: url(/assets/prime/img/saude/card-confraria.webp);
  background-repeat: no-repeat;
  background-position: center;
}
 
.ofertas-cards .ofertas-card#card-havanna {
  background-image: url(/assets/prime/img/saude/card-havanna.webp);
  background-repeat: no-repeat;
  background-position: center;
}
 
.ofertas-cards .ofertas-card .ofertas-card-fade {
  background: transparent linear-gradient(180deg, #00000069 0%, #000000 100%) 0% 0% no-repeat padding-box;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  transition: opacity .3s ease;
}
 
.ofertas-cards .ofertas-card#card-utilidades-medicas .ofertas-card-fade {
  opacity: .55;
}
 
.ofertas-cards .ofertas-card#card-utilidades-medicas:hover .ofertas-card-fade {
  opacity: 0.76;
}
 
.ofertas-cards .ofertas-card#card-confraria .ofertas-card-fade {
  opacity: 0.7;
}
 
.ofertas-cards .ofertas-card#card-confraria:hover .ofertas-card-fade {
  opacity: 0.85;
}
 
.ofertas-cards .ofertas-card#card-havanna .ofertas-card-fade {
  opacity: 0.4;
}
 
.ofertas-cards .ofertas-card#card-havanna:hover .ofertas-card-fade {
  opacity: 0.51;
}
 
.ofertas-cards .ofertas-card .ofertas-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 290px 29px 0;
}
 
.ofertas-cards .ofertas-card .ofertas-card-body .card-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}
 
.ofertas-cards .ofertas-card .ofertas-card-body .card-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
 
.ofertas-cards .ofertas-card .ofertas-card-body .card-description .description-semi-bold {
  font-weight: 600;
}
 
.ofertas-cards .ofertas-card .ofertas-card-body .card-ver-mais {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  bottom: -45px;
  text-align: end;
}
 
.ofertas-cards .ofertas-card#card-confraria .ofertas-card-body .card-ver-mais {
  bottom: 0;
}
 
.ofertas-cards .ofertas-card .ofertas-card-body .card-ver-mais a {
  color: #FFF;
}
 
.ofertas-cards .ofertas-card .ofertas-card-desconto {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #034691;
  padding: 29px 8px 29px 13px;
  font-size: 34px;
  font-weight: 700;
  border-radius: 0px 10px;
}
 
/* Tabs */
 
.btn-show-more-cards {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #034691;
  color: #fff;
  border: none;
  border-radius: 0px 0px 16px 16px;
  padding: 8px;
  cursor: pointer;
}
 
.btn-show-more-cards picture {
  position: relative;
  top: 2px;
}
 
.medicos-tab-footer {
  position: absolute;
  width: 100%;
  height: 35px;
  left: 0;
  bottom: 0;
  background-color: #034691;
  border-radius: 0px 0px 16px 16px;
}
 
/* Novo Cliente */
.novo-cliente-section {
  background-image: url(/assets/prime/img/saude/bg-novo-cliente.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  min-height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.novo-cliente-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
 
.novo-cliente-body .title {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
}
 
.link-novo-cliente {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 16px 160px;
  border-radius: 38px;
 
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  cursor: pointer;
}
 
/* Novo Cliente */
 
/* Information */
 
.information {
  padding: 30px 68px;
}
 
.information.hidden {
  display: none;
}
 
.information-text {
  color: #47484C;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}
 
/* Information */
 
/* Modal itens */
 
.medicos-contents-modal .medicos-content-modal {
  display: none;
}
 
.medicos-contents-modal .medicos-content-modal.actived {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
 
.medicos-contents-modal .medicos-content-modal .medicos-content-modal-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
 
.medicos-contents-modal .medicos-content-modal .medicos-content-modal-header .medicos-content-modal-icon {
  width: 52px;
  height: 52px;
}
 
.medicos-contents-modal .medicos-content-modal .medicos-content-modal-header .medicos-content-modal-title {
  color: #034691;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
 
.medicos-contents-modal .medicos-content-modal .medicos-content-modal-body .medicos-content-modal-description {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
 
/* Modal itens */
 
/* Abra sua conta fixed */
 
.abra-sua-conta-link {
  position: fixed;
  width: 100%;
  height: 50px;
  background: transparent linear-gradient(180deg, #034691 0%, #0E1E64 100%) 0% 0% no-repeat padding-box;
  border-radius: 22px 22px 0px 0px;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
 
.abra-sua-conta-link picture {
  position: relative;
  top: 2px;
}
 
/* Abra sua conta fixed */
 
@media (max-width: 1280px) {
  #tab-ofertas > div.medicos-tab-body {
    max-width: 100%;
}
  .banner-saude-section {
    height: 560px;
  }
 
  .medicos-prime-section {
    min-height: unset;
    height: 300px;
  }
}
 
@media(max-width:1150px) {
  .medicos-tabs-buttons-container {
    max-width: 100%;
  }
 
  .medicos-prime-img {
    display: none;
  }
}
 
@media(max-width:930px) {
  .hidden-xs{
    display: block;
  }
  .hidden-md{
    display: none;
  }
  .medicos-prime-container {
    padding: 53px 34px 0 34px;
  }
  .medicos-tabs-buttons .btn-medicos-tab {
    padding: 14px 32px;
    width: 300px;
    margin: 10px auto;
  }
  .medicos-prime-info {
    gap: 24px;
    flex-direction: column;
  }
 
  .medicos-prime-info .medicos-prime-description {
    max-width: 100%;
  }
 
  .medicos-tabs-buttons {
    display: block;
    height: unset;
  }
  #wrapper > main > section.medicos-tabs-buttons-section > div > div > div > div.owl-stage-outer.owl-height{
    height: 217.6px !important;
  }
  .medicos-tabs-contents-section {
    padding: 16px 13px;
  }
 
  .medicos-tabs-contents-container {
    padding: 20px 12px;
    overflow: hidden;
  }
 
  .ofertas-cards {
    display: block;
  }
 
  .ofertas-cards .ofertas-card {
    width: 284px;
    height: 330px;
  }
 
  .ofertas-cards .ofertas-card .ofertas-card-body {
    padding: 157px 26px 0;
  }
 
  .ofertas-cards .ofertas-card .ofertas-card-body .card-title {
    max-width: 97%;
  }
 
  .ofertas-cards .ofertas-card .ofertas-card-body .card-ver-mais {
    bottom: -15px;
  }
 
  .medicos-tab-body {
    display: block;
    padding: 29px 0 0;
  }
 
  .medicos-tab-header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 0px 18px;
  }
 
  .medicos-inline-cards {
    display: flex;
  }
 
  .novo-cliente-section {
    background-image: url(/assets/prime/img/saude/bg-cliente-mobile.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: 520px;
  }
 
  .novo-cliente-content {
    gap: 40px;
  }
 
  .novo-cliente-body .title {
    font-size: 30px;
    line-height: 18px;
  }
 
  .btn-novo-cliente {
    font-size: 14px;
    line-height: 18px;
    padding: 14px 32px;
    min-width: 317px;
  }
 
  .information {
    padding: 30px 22px;
  }
 
  .desk-item {
    display: none;
  }
 
  .medicos-tab-footer {
    display: none;
  }
}
 
@media (max-width: 542px) {
  #wrapper > main > section.medicos-tabs-buttons-section > div > div > div > div.owl-carousel-medicos-dots.disabled{
    display: none;
  }
 
  .medicos-tabs-buttons-section,
  .medicos-tabs-contents-section {
    top: unset
  }
 
  .banner-saude-section {
    background-image: url(/assets/prime/img/saude/banner-lp-saude-mobile.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 545px;
  }
 
  .banner-saude-body {
    display: none;
  }
 
  .medicos-tabs-buttons-section {
    display: block;
    padding: 16px 34px;
  }
 
  .link-novo-cliente {
    padding: 16px 50px;
    background-color: #034691;
  }
 
  .medicos-contents-modal .medicos-content-modal .medicos-content-modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
    gap: 2rem;
  }
 
  .medicos-contents-modal .medicos-content-modal .medicos-content-modal-body .btn-tab-cards-saiba-mais {
    padding: 16px 50px;
  }
 
  .medicos-tabs-contents-container {
    margin: unset;
  }
 
  .banner-saude-section {
    margin-top: 140px;
  }
 
  #topBar,
  body.mobile div#topBar div.holderMobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
  }
 
  div#topBar div.holderMobile a.baixe {
    position: unset;
    top: unset;
  }
 
  div#topBar div.holderMobile span,
  div#topBar div.holderMobile p {
    padding: unset !important;
    margin: unset !important;
  }
 
  header.headerMobile a.buscaMobile {
    top: 27px !important;
  }
}