/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://library-sdb.apps.bancolombia.com/bds/7.41.1/bds.min.css);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
body {
  background-color: #F9F9FA;
  background-image: url("/assets/images/Trazo-right.svg"), url("/assets/images/Trazo-left.svg");
  background-position: top right, left calc(100% - 120px);
  background-repeat: no-repeat;
  background-size: 420px 310px, 420px 310px;
}

.bc-modal-title.bc-direction-row.bc-margin-top-2.bc-margin-bottom-2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bc-modal-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

/* Oculta los trazos en mobile */
@media (max-width: 768px) {
  body {
    background-image: none !important;
  }
  .trazo-header-mobile {
    display: block !important;
    width: 100vw;
    height: 120px;
    background: url("/assets/images/Trazo-header-mobile.svg") center top no-repeat;
    background-size: cover;
    background-position: center -48px;
  }
}
/* Oculta el trazo-header-mobile en desktop */
@media (min-width: 769px) {
  .trazo-header-mobile {
    display: none !important;
  }
}
