/* xl - DESKTOP STYLES */
.box__contenedorformato h3.porto-sicon-title {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.box__contenedorformato .porto-sicon-header {
  display: flex;
  gap: 10px;
}
.box__contenedorformato .porto-sicon-description {
  margin-top: 7px !important;
  text-align: justify;
}
.box__contenedorformato {
  background: #f4f4f4;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1);
  width: 300px;
}
.box__contenedorformato .porto-sicon-header > p:last-child {
  width: calc(100% - 30px) !important;
}
.box_3 h3.porto-sicon-title {
  background: #30933e;
}
.box_4 h3.porto-sicon-title {
  background: #bd222f;
}
.box_7 h3.porto-sicon-title {
  background: #f2b20c;
}
.box_8 h3.porto-sicon-title {
  background: #821e38;
}
.box_9 h3.porto-sicon-title {
  background: #ee691f;
}
.box_10 h3.porto-sicon-title {
  background: #d81e62;
}
.box_11 h3.porto-sicon-title {
  background: #f19222;
}
.box_13 h3.porto-sicon-title {
  background: #4b7548;
}
.box_14 h3.porto-sicon-title {
  background: #0b5890;
}
.box_16 h3.porto-sicon-title {
  background: #0b5890;
}
/*=================================================================================/**/
.ods-tooltip.box__contenedorformato {
  display: inline-block !important;
  position: absolute !important;
  transform: translate(-50%, -50%) scale(0.92);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}
.ods-tooltip.box__contenedorformato.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
}
svg#Circleds g[id^="box_"] {
  pointer-events: all;
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .ods-tooltip.box__contenedorformato.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(0.7);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0s;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F6443-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F6443-scss-mobile-l.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADxDA%3BAC6DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAD%2FEA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */