div#output {
  margin-bottom: 2rem;
}

.__pfs.output-container {
  text-align: center;
  max-width: 90%;
  margin: 4rem auto;
}

.__pfs.output-container::after {
  content: "";
  border-bottom: solid 4px #ff0198;
  width: 3rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}


hr.divider {
  border-bottom: solid 4px #ff0198!important;
  width: 3rem;
  left: 0;
  right: 0;
  margin: 3rem auto!important;
}

.__pfs.output-container p {
  font-size: 16px!important;
  margin-bottom: 2rem;
}

strong.__pfs {
  color: #671e75;
}

p a.__pfs,
li a.__pfs {
  color: #ff0198 !important;
  text-decoration: underline !important;
}
.texto blanco {
  color: #fff !important;
}
.texto-morado {
  color: #671e75 !important;
}
.texto-rosado {
  color: #ff0198 !important;
}

.__pfs.col-sm-8 {
  margin: auto;
  float: none;
}

h2.__pfs.ux-common-results-title {
  margin: 0 0 1rem 0!important;
  font-weight:  600!important;
}

.section-tips {
  border: solid 2px #ff0198;
  background-color: #fff !important;
  padding: 24px !important;
  margin: 3rem auto;
}
.CustomPricingWidget h2 {
  position: relative;
  margin-left: 2rem !important;
}

.CustomPricingWidget div > h2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background-image: url("https://sky-cms-prod.s3.amazonaws.com/iso_sky_6af87a7d2a.svg");
  background-repeat: no-repeat;
  background-size: contain;
  left: -2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.section-tips ul li {
  list-style: none;
  position: relative;
  margin: 0.8rem auto !important;
}
.section-tips ul li::before {
  content: "";

  background-image: url("https://sky-cms-prod.s3.amazonaws.com/iso_sky_6af87a7d2a.svg");
  position: absolute;

  width: 12px;
  background-size: contain;
  height: 12px;
  background-repeat: no-repeat;
  left: -1rem;
  top: 5px;
}

.destinos h3 {
  position: relative;
  margin-left: 1.5rem !important;
  font-weight: 600 !important;
  margin-top: 1.5rem !important;
}

.destinos h3::before {
  content: "";
  background-image: url("https://sky-cms-prod.s3.amazonaws.com/pin_map_f50bfafa02.svg");
  position: absolute;
  width: 20px;
  background-size: contain;
  height: 20px;
  background-repeat: no-repeat;
  left: -1.5rem;
  top: 0;
  bottom: 0;
  margin: auto 2rem auto 0;
}

button.__pfs.accordion-button {
  margin: 0.5rem 0;
}

.__pfs.accordion-item {
  border: solid 1px #ededed;
  margin: 1rem 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("https://sky-cms-prod.s3.amazonaws.com/chevron_open_1e4dbae7e2.svg");
}

button.__pfs.accordion-button {
  background-color: #fff;
}

li.__pfs {
  margin: 1rem auto!important;
}

div.row p { text-align: justify }

.fullwidth-container {
  background-color: #f4e8f5;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: auto;
  margin-top: 100px;
  left: 50%;
  display: flex;
  flex-direction: column;
}

.btn-cyber.css-1tzvhm8 {
  width: 300px;
  margin: 1rem auto;
  color: #fff;
  font-weight: bold; 
  text-decoration: none!important; 
}

img.icono {
  margin: 1rem auto;
  height: 6rem;
}


div#contador {
  width: 90%;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  padding: 1rem;
  gap: 5%; 
  flex-wrap: nowrap;
  flex-direction: row;
}

.__pfs.conotador-item-valor {
  font-weight: bolder;
  font-size: 2.5rem;
  color: #444;
}

span.__pfs.contador-item-unidad {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: lighter;
}

.contador-container {
      padding: 1rem ;
      display: flex ;
  flex-direction: column;
background: #ededed;  
border-radius: 1rem; 
  margin: 3rem auto; 
}



/*

@media screen and (min-width: 992px) {
  .Bm.Bn {
    padding: 40px 0 150px 0 !important;
    position: relative;
  }

  .Bm.Bn::after {
    content: "";
    position: absolute;
    background-color: #fff;
    padding: 3rem;
    width: 100%;
    height: 140px;
    bottom: -1px;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
} */
