/* V20 — Sectores: refinamiento final */
.sectors::before{
  width:360px;height:360px;right:-115px;top:105px;
  border:1px dashed rgba(190,207,219,.12);
  border-radius:50%;
  box-shadow:none;
}
.sectors::after{
  width:92px;height:92px;
  border-top:1px solid rgba(190,207,219,.13);
  border-right:1px solid rgba(190,207,219,.13);
}
@media(max-width:900px){
  .sectors::before{width:250px;height:250px;right:-105px;top:150px}
  .sectors::after{width:70px;height:70px}
}
