/* *********************************************************************************************************************
* AMANDA ZONAS COMUNES STYLES
*/
@import "../../../css/tooltipster.css";
.amanda-zc {
  position: relative;
}
.amanda-zc .bts a {
  position: absolute;
  display: block;
  box-sizing: border-box;
  counter-increment: line-number;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  border: 6px solid #739fa9;
}
.amanda-zc .bts a:before {
  content: counter(line-number);
  display: block;
  position: absolute;
  top: -5px;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  background-color: #739fa9;
  border-radius: 50px;
}
.amanda-zc .bts a:hover {
  background-color: #fff;
  border-color: var(--main-color);
}
.amanda-zc .bts a:hover:before {
  background-color: var(--main-color);
}
.amanda-zc .bts a img {
  display: inline;
}
.amanda-zc .bts a.z01 {
  margin: 220px 0 0 18px;
}
.amanda-zc .bts a.z02 {
  margin: 260px 0 0 170px;
}
.amanda-zc .bts a.z03 {
  margin: 270px 0 0 300px;
}
.amanda-zc .bts a.z04 {
  margin: 360px 0 0 320px;
}
.amanda-zc .bts a.z05 {
  margin: 190px 0 0 365px;
}
.amanda-zc .bts a.z06 {
  margin: 450px 0 0 520px;
}
.amanda-zc .bts a.z07 {
  margin: 360px 0 0 470px;
}
.amanda-zc .bts a.z08 {
  margin: 360px 0 0 580px;
}
.amanda-zc .leyenda {
  display: block;
  column-count: 2;
  list-style: none;
  width: 70%;
  margin-top: 20px;
}
.amanda-zc .leyenda li {
  position: relative;
  counter-increment: line-number;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.amanda-zc .leyenda li:before {
  content: counter(line-number);
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  background-color: #739fa9;
  border-radius: 50px;
}

.tooltipster-sidetip.tooltipster-amanda .tooltipster-box {
  background: var(--main-color);
  box-shadow: 0 0px 3px 0 rgba(0, 0, 0, 0.4);
}
.tooltipster-sidetip.tooltipster-amanda .tooltipster-content {
  font-family: var(--tipografia-global) !important;
  font-size: 15px !important;
  line-height: 1.3;
  color: #fff;
}
.tooltipster-sidetip.tooltipster-amanda .tooltipster-arrow-background {
  border-top-color: var(--main-color);
}

@media screen and (max-width: 1350px) {
  .amanda-zc .plano {
    width: 630px;
  }
  .amanda-zc .bts {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    transform: scale(0.86);
  }
  .amanda-zc .leyenda {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .amanda-zc .leyenda {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .amanda-zc .plano {
    width: 360px;
  }
  .amanda-zc .bts {
    transform: scale(0.5);
  }
  .amanda-zc .leyenda {
    width: 100%;
  }
  .amanda-zc .leyenda li {
    font-size: 14px;
  }
}
