/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../modules/inibsa_product_sections/assets/scss/inibsa_product_sections.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
/**
 * Bootstrap overrides & variables
 * These variables are defined BEFORE importing Bootstrap
 * in order to avoid deprecated Sass functions inside Bootstrap 4
 */
/*FONTS*/
/* Base brand & links */
/* State backgrounds (ensure existence before borders) */
/* State borders (replace darken()) */
/* Popover */
/* Variables required by Bootstrap (defined empty on purpose) */
/* Replacements for deprecated Sass functions */
/* Division replacements */
/* Bootstrap imports */
/* Project mixins */
.product-sections__section {
  margin-top: 65px;
}
@media (max-width: 1599px) {
  .product-sections__section {
    margin-top: 52px;
  }
}
.product-sections__title {
  font-size: 1.5em;
  font-weight: 500;
  color: #003865;
  margin: 0 0 15px 0;
  position: relative;
}
@media (max-width: 1599px) {
  .product-sections__title {
    font-size: 1.2em;
  }
}
.is-accordion .product-sections__title {
  padding: 0 60px 10px 0;
  border-bottom: 1px solid rgba(0, 56, 101, 0.2);
  cursor: pointer;
}
.is-accordion .product-sections__title::before, .is-accordion .product-sections__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 3px;
  background-color: #003865;
  transition: transform 0.3s;
}
.is-accordion .product-sections__title::before {
  transform: translateY(-50%) rotate(0deg);
}
.is-accordion .product-sections__title::after {
  transform: translateY(-50%) rotate(90deg);
}
.is-accordion .product-sections__title.is-active::before {
  transform: translateY(-50%) rotate(45deg);
}
.is-accordion .product-sections__title.is-active::after {
  transform: translateY(-50%) rotate(-45deg);
}
.product-sections__content {
  line-height: 1.63;
  text-align: justify;
  color: #1a1a1a;
  height: 0;
  overflow: hidden;
  transition: height 120ms ease;
}
.product-sections__content p,
.product-sections__content ul {
  color: #1a1a1a;
  font-size: 1em;
}
@media (max-width: 1599px) {
  .product-sections__content p,
  .product-sections__content ul {
    font-size: 0.875em;
  }
}
.product-sections__content ul li {
  margin-top: 5px;
  line-height: 1.63;
  text-align: justify;
  padding-left: 30px;
  position: relative;
}
.product-sections__content ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 8px;
  height: 3px;
  background: #fa5e58;
}
@media (max-width: 1599px) {
  .product-sections__content ul li:before {
    top: 10px;
  }
}
.product-sections__video {
  margin-top: 50px;
}
