[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, tspan.highcharts-text-outline {
  display: none !important;
}

.visualizacion h1.title{
  font-size:50px;
  font-family: 'Roboto', serif;
  color:#28414E;
  font-weight: bold;
  text-align:center;
  margin-bottom:40px !important;
}



.visualizacion .indices{
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom:45px !important;
}

.visualizacion .leyenda-column .leyenda{
  margin:25px auto !important;
}

.visualizacion select{
  margin:0px 25px;
}

.switch label .lever{
  background:#E7E9EB;
}

.switch label span.active{
  color:#216AA1;
}
.switch label input[type=checkbox]:checked + .lever, .switch label input[type=checkbox]:checked + .lever:after, .switch label input[type=checkbox] + .lever:after{
  background:#216AA1;
}

.visualizacion .mapa-container #mapa, .visualizacion .mapa-container .leyenda-column{
  position:relative;
}

.tip-map{
  background:white;
  padding:0px 15px;
  border:2px #28424F solid;  
  border-radius: 5px;
}

.tip-map p{
  font-size:14px;
  color:#28424F;
  font-weight: bold;
}

.mapa-container #mapa{
  min-height: 400px;
}

.mapa-container .leyenda{
  position:absolute;
  bottom:50px;
  left:100px;  
}
.leyenda-column .leyenda{
  width:360px;
  margin:20px auto; 
}
.leyenda h5{
  font-size:14px;
  font-weight: bold;
  color:#595A59;
  margin-bottom:5px !important;
}
.leyenda ul{
  display: flex;
  align-items: center;
}
.leyenda ul li{
  text-align: right;
  font-size:14px;
  color:#595A59;
  margin-right:-5px;
}

.leyenda ul li .rect{
  width:60px;
  height:17px;
}

.leyenda ul li:first-child .rect{
  background:transparent !important;
  width:1px;
}

div.visualizacion .loading{
  background: rgba( 255, 255, 255, .8 ) 
  url('../../../images/loading.gif')
  50% 50% 
  no-repeat;
  width:100%;
  height:500px;
}

.filtros{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom:15px !important;
}

.switch label{
  display: flex;
  align-items: center;
}

/* Testimonios Slider */
.testimonios-content{
  margin:30px 0px !important;
}
.img-testimonio{
  text-align: center;
  background:url(../images/testimonios.png) no-repeat top center / cover;
  height:350px;
  width:100%;

}
.img-testimonio img{
  height: 350px;  
}

#slider-testimonios .slick-prev{
  left:-100%;
}
#slider-testimonios .slick-next{
  right:0px;
}

#slider-testimonios .slick-dots{
  
}
.slick-prev, .slick-next{
  width:30px !important;
  height:30px !important;
}

.slick-prev:before, .slick-next:before{
  font-size: 30px !important;
}

.slick-dots li button, .slick-dots li button:before{
  width:30px !important;
  height:30px !important;
  font-size: 16px !important;
}

.slick-dots {
  bottom: -45px !important;
}


@media all and (max-width: 1024px){
  .visualizacion h1.title{
    font-size: 40px;
  }
  .visualizacion h2{
    font-size: 25px;
  }  
  #single-visualization .comments h1{
    font-size:25px;
  }
  .mapa-container .leyenda{
    bottom:0px;
  }  
}
@media all and (max-width: 1023px){
  #slider-testimonios{
    height: auto !important;
    padding-top:20px !important;
    padding-bottom:20px !important;
  }
  #slider-testimonios .slick-next, #slider-testimonios .slick-prev{
    display: none !important;
  }
  #slider-testimonios .slick-track .slick-slide{
    padding-right: 0px !important;
  }
  #slider-testimonios .slick-dots{
    right:0px;
  }
}
@media all and (max-width: 480px ){
  .mapa-container #mapa{
    min-height:100vw;
    padding:0px !important;
  }
  .filtros{
    flex-direction: column;
  }
  .mapa-container .leyenda{
    left:0px;
    position: relative;
  }
}