/*Latencia counter*/

.cont{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7063200280112045) 10%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 46%, rgba(255,255,255,1) 74%, rgba(255,255,255,0.7035189075630253) 81%, rgba(255,255,255,0.40940126050420167) 92%, rgba(255,255,255,0) 100%);
  height: 275px;
  flex-direction: column;
  justify-content: flex-end;
  align-content:center;
}

@media only screen and (max-width: 741px){
  .cont{
    height: auto;
  }

  .cont .speedbox{
    margin-bottom: 88px;
  }
}

@media only screen and (min-width: 741px){
  .cont{
    height: calc(275px * 2 + 67px);
  }
}

@media only screen and (min-width: 1414px){
  .cont{
    height: 275px;
  }
}





.fond{
  padding: 50px 0px 120px 0px;
  background: white;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 20px 0px;
}

.legend {
    color: #333;
  }
  
  .medidor {
    width: 100%;
    position: absolute;
    top: 91px;
    display: flex;
    justify-content: space-between;
  }
  
  /*  color: red;*/
  
  .speedbox__arrow {
    width: 0px;
    height: 0px;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-right: 121px solid #0092d8;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    right: -60px;
    bottom: 6px;
    transform: rotate(0deg);
    transition: transform .8s ease;
  }

  .speedbox__arrow #after { 
    content: "<span>HI<span>";
    width: 0;
    height: 0;
    border-left: 10px solid;
    border-right: 10px solid;
    border-bottom: 10px solid;
    border-top: 10px solid;
    border-radius: 500px;
    color: #0092d8;
    font-weight: bold;
    position: absolute;
    right: -71px;
    top: -10px;
  }

  .speedbox__arrow::before { 
    content: "<span>HI<span>";
    width: 0;
    height: 0;
    border-left: 34px solid;
    border-right: 27px solid;
    border-bottom: 20px solid;
    border-top: 23px solid;
    border-radius: 500px;
    color: white;
    font-weight: bold;
    position: absolute;
    right: -125px;
    top: -19px;
  }

  .medidor span{
    color: red;
    color: #404040bf;
    font-size: 10px;
    transition: color 0.8s;
  }
  
  .medidor span.active{
    color: rgb(0, 0, 0);
    font-size: 12px;
  }
  
  .medidor #m_0{
    position: absolute;
    top: 67px;
    left: 8%;
    z-index: 100;
  }
  
  .medidor #m_1{
    position: absolute;
    top: 39px;
    left: -10px;
  }
  
  .medidor #m_2{
    position: absolute;
    top: -1px;
    left: -19px;
  }
  
  .medidor #m_3{
    position: absolute;
    top: -41px;
    left: -14px;
  }
  
  .medidor #m_4{
    position: absolute;
    top: -76px;
    left: 4px;
  }
  
  .medidor #m_5{
    position: absolute;
    top: -102px;
    left: 43PX;
  }
  
  .medidor #m_6{
    position: absolute;
    top: -112px;
    left: 90PX;
  }
  
  .medidor #m_7{
    position: absolute;
    top: -102px;
    left: 136PX;
  }
  
  .medidor #m_8{
    position: absolute;
    top: -79px;
    left: calc(100% + -21px );
  }

  .medidor #m_9{
    position: absolute;
    top: -41px;
    left: calc(100% + -1px );
  }

  .medidor #m_10{
    position: absolute;
    top: 3px;
    left: calc(100% + 9px );
  }

  .medidor #m_11{
    position: absolute;
    top: 38px;
    left: calc(100% + 0px );
  }

  .medidor #m_12{
    position: absolute;
    left: calc(100% + -28px );
    top: 67px;
    z-index: 100;
  }
  
  
  
  
  
  
  
  .speedbox {
    margin: 2.5em;
    height: 200px;
    width: 200px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
  }
  .speedbox__groove {
    height: 200px;
    width: 200px;
    background: transparent;
    border-radius: 100px;
    border: 20px solid #eee;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
  }
  .speedbox__score {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(0deg);
    height: 200px;
    width: 200px;
    background: transparent;
    border-radius: 50%;
    border: 20px solid #5c6f7b;
    border-color: transparent transparent #5c6f7b #5c6f7b;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1;
    transition: transform .8s ease;
  }
  .speedbox__base {
    width: 240px;
    height: 100px;
    position: relative;
    top: 155px;
    z-index: 20;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(148,187,233,0) 100%);
  }
  .speedbox__base:before {
    content: "";
    width: 240px;
    position: absolute;
    top: 0;
    border-bottom: 1px solid #eee;
    box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5);
  }
  .speedbox__odo {
    text-align: center;
    position: absolute;
    color: #5c6f7b;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .speedbox__odo i {
    font-size: 13px;
    opacity: 0.6;
  }
  .speedbox__odo > div {
    margin-bottom: 0;
  }
  .speedbox__odo span {
    font-size: 0.7em;
  }
  .speedbox__ping {
    font-size: 13px;
  }
  .speedbox__up {
    font-size: 13px;
    line-height: 1.5em;
  }
  .speedbox__down {
    text-align: center;
    color: #5c6f7b;
    font-size: 19px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    line-height: 1.2em;
    z-index: 21;
    margin-top: 10px;
  }


  .bandera{
    position: absolute;
    z-index: 21;
    /*transform: scale(0.49);*/
    bottom: -80px;
    filter: drop-shadow(0px 0px 3px black);
    width: 54px;
    height: 77px;
  }

  .pais{
    position: absolute;
    z-index: 21;
    /* transform: scale(0.49); */
    bottom: -3px;
    font-size: 25px;
    font-weight: 500;
    color: #3485c6;
    width: 109%;
    text-align: center;
  }

  .speedbox__groove::before {
    content: " ";
    width: 30px;
    height: 30px;
    background: white;
    font-weight: bold;
    position: absolute;
    right: -2px;
    bottom: 3px;
    z-index: 10;
    transform: rotate(45deg);
}

.speedbox__groove::after {
  content: " ";
  width: 30px;
  height: 30px;
  background: white;
  font-weight: bold;
  position: absolute;
  left: -2px;
  bottom: 3px;
  z-index: 10;
  transform: rotate(45deg);
}