/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_fragua/cartridge/client/default/scss/experience/components/commerceAdvancedCustom/bulletin.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* $gradient-border-background: #00AEEF - #01579B; */
.pdf-switcher-container {
  height: 720px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 769px) {
  .pdf-switcher-container.row {
    margin: 0;
  }
}
.pdf-switcher-container .button-group {
  display: flex;
  gap: 12px;
  align-items: center;
}
.pdf-switcher-container .switch-button {
  padding: 12px;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #CCC;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pdf-switcher-container .switch-button .button-content {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pdf-switcher-container .switch-button .button-content::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pdf-switcher-container .switch-button:first-child .button-content::after {
  background-image: url("../../icons/logo-blue.svg");
}
.pdf-switcher-container .switch-button:last-child .button-content::after, .pdf-switcher-container .switch-button:nth-child(2) .button-content::after {
  background-image: url("../../icons/dermo.svg");
}
.pdf-switcher-container .switch-button .button-text {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.pdf-switcher-container .switch-button:hover {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1607843137);
  transform: translateY(-2px);
}
.pdf-switcher-container .switch-button.active {
  background: #EFFAFF;
  border: 2px solid #8ADAFF;
}
.pdf-switcher-container .switch-button.active .button-text {
  color: #363537;
}
.pdf-switcher-container .switch-button:last-child.active {
  background: #FEF8FF;
  border: 2px solid #CE86DB;
}
.pdf-switcher-container .switch-button:last-child.active .button-text {
  color: #9C68A5;
}
.pdf-switcher-container ._df_book {
  flex: 1;
  height: 660px;
  padding: 24px;
  background: #FFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  border: 1px solid #DDD;
}
@media (max-width: 991.98px) {
  .pdf-switcher-container {
    height: auto;
    gap: 8px;
    padding: 16px;
  }
  .pdf-switcher-container .button-group {
    gap: 8px;
    flex-wrap: nowrap;
  }
  .pdf-switcher-container .button-content {
    margin-left: 12px;
  }
  .pdf-switcher-container .switch-button {
    flex: 1 1 0;
    height: 48px;
    padding: 12px 0;
    border-radius: 4px;
  }
  .pdf-switcher-container .switch-button .button-text {
    color: #363537;
  }
  .pdf-switcher-container .switch-button.active {
    border-width: 2px;
    background: #EFFAFF;
    border-color: #8ADAFF;
  }
  .pdf-switcher-container .switch-button.active .button-text {
    color: #363537;
  }
  .pdf-switcher-container ._df_book {
    height: auto;
    min-height: 413px;
    padding: 8px 24px;
    border-radius: 8px;
    width: 308px !important;
    min-width: 10px !important;
  }
}

@media (max-width: 991.98px) {
  .dermo-button {
    border-color: #CE86DB;
    background: #FEF8FF;
  }
  .dermo-button.active {
    border-color: #9C68A5;
    background: rgba(156, 104, 165, 0.1);
  }
  .dermo-button .button-text {
    color: #9C68A5;
  }
  .df-3dcanvas {
    right: 23px;
  }
}
.bulletin-title {
  color: #212121;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .bulletin-title {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 24px;
  }
}

.floating-button {
  display: none;
}

.go-to-top {
  position: fixed;
  right: 10%;
  bottom: 10%;
  z-index: 10;
}
.go-to-top-btn {
  padding: 0;
  width: 100%;
  color: #0277BD;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}
.go-to-top-btn:hover, .go-to-top-btn:focus {
  text-decoration: none;
  color: #01579B;
}

/*# sourceMappingURL=bulletin.css.map*/