#c-que-vas,
.hs_producto_de_interes_html,
.hs_precio_total,
.hs_que_trabajo_de_limpieza_necesitas,
.hs_en_donde_vas_a_aspirar,
.hs_que_vas_a_aspirar,
.hs_que_tipo_de_superficie_vas_a_aspirar,
.hs_producto_de_interes,
#precotizador .oculto{
  display: none; 
}
.titulo-amarillo::after{
  content: ' ';
  border-top:5px solid #ede620;
  display: block;
  margin:15px auto 0 auto;  
  width: 100px;
}
.around {
    justify-content: center!important;
}
.pr50{
  padding-right: 50px; 
}
.heart{
  display: inline-block; 
  margin-left: 15px;
}
.br{  
  border-right: 3px solid #CCC; 
}
.bl{  
  border-left: 3px solid #CCC; 
}
.pleca-gris:after {
    height: 49px!important;
}
.continuar, .btn, .anterior{
  border: 2px solid #000; 
  font-size: 18px;
  width: 180px;
  margin: 20px auto 0 auto;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
}
.anterior{
  margin-right: 15px; 
}
.btn{
  width: 250px;
}
#precotizador .titulo {
    margin: 30px 0 15px 15px;
    font-size: 18px;
    text-align: center;
}
.avance{
  position: relative; 
}
.pasos{
    margin:0;
  padding:0;
}
.pasos li{
  display: inline-block;
  vertical-align: middle;
  width: 33.1%;
  margin:0;
  padding:0;
  text-align: center;
  text-transform: uppercase;
}

.pasos li span{
   display: inline-block;
   background: #ccc;
   border-radius: 50px;
   padding: 5px 10px;
   width: 60px;
   text-align: center;
   height:20px;
   position: relative;
  
}

.pasos li span.active + p{
   font-weight: 600; 
}

.pasos li span.active{
  background: #000;
  color: #FFF;
  transition: .4s linear;
    transition-property: width,background-color;
}

.progreso{
    position: absolute;
    border: 3px solid #ccc;
    width: 73%;
    top: 13px;
    z-index: -1;
    left: 13%;
    transition: .4s linear;
    transition-property: width,background-color;
}

.barra{
  position: absolute;  
  top:-3px;
  height: 6px;
  background: #000;
  transition: .1000s linear;
  transition-property: width,background-color;
}

.pasos li p{
  margin-top: 30px;
}
.pasos li span::after{
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ccc;
    clear: both;
    transition: .4s linear;
    transition-property: width,left;
}
.pasos li span.active::after{
  border-top: 10px solid #000;
}
.trabajos{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
}

.trabajos li{
    padding:1em;
    box-sizing: border-box;
    width: 33.33%;
    display:flex;
    position: relative;  
}

.industria li{
  width: 25%;
}
.trabajos li>div {
    background: #FFF;
    flex: 1 1 auto;      
}
.trabajos li label {
  width:100%;
  height:100%;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
      text-align: center;
    cursor: pointer;           
    font-weight: 700;
 
    font-size: 18px;
    
  border: 1px solid #FFF;
  z-index:1;
}
.trabajos li i{
 display: none;
    position: absolute;
    top: 8px;
    font-size: 30px;
    right: 13px;
    z-index: 100;
  
}

.trabajos input[type="radio"]:checked + i + label{
    border: 1px solid #000;
}
.trabajos input[type="radio"]:checked + i {
    display:block;
}

.radio, .checkbox {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.radio label, .checkbox label {
    min-height: 20px;
    display: inline-block;
    padding-left: 0;
    font-weight: 600;
    margin-bottom: 0;
    cursor: pointer;
}

.checkbox .fa, .radio .fa {
    width: 1em;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.checkbox input[type="checkbox"] + i:before, .radio input[type="radio"] + i:before {
    content: "\f096";
    position: relative;
    bottom:-1px ;
    margin-right: 5px;
    color: #999;
}


.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}


.checkbox input[type="checkbox"]:checked + i:before, .radio input[type="radio"]:checked + i:before {
    content: "\f046";
    color: #000;
}

.checkbox input[type="checkbox"], .radio input[type="radio"],.trabajos input[type="radio"]  {
    display: none;
}
.item-categoria .checkbox.check{
    width: 100%;
    background: #f2f2f2;
    margin: 0;
    padding: 35px 0 15px 0;
}

.item-categoria {    
    position: relative;
    max-width: calc(50% - 40px);    
    margin-bottom: 40px;  
    margin: 0 20px;
    font-size: 16px;
    width: 100%;
  background: #fff;
    transition: background-color 0.5s ease;  
}
.cp{
  position: relative;
  padding: 10px;
  background: #FFF;
}

.item-categoria .checkbox input[type="checkbox"]+i:before, .item-categoria .radio input[type="radio"]+i:before {
    bottom: -6px;    
}

.item-categoria.hover-cat img {
      background-color: #f2f2f2; 
}


.txt-tooltip {
    display: none;
}


.toooltip img {
    position: absolute;
    z-index: 9;
    top: 10px;
    width: 25px;
    right: 9px;
    cursor: pointer;
   border: none;  
}

.txt-tooltip {
    display: none;
    position: absolute;
    right: -30%;
    background: white;
    padding: 15px;
    top: 35px;
    box-shadow: 3px 2px 5px -1px #d6d6d6;
    width: 165px;
    z-index: 2;
}

.toooltip:hover .txt-tooltip {
    display: block;
}

.toooltip:hover .item-categoria img {
   background-color: #f2f2f2; 
}

.txt-tooltip:before {
    content: "▲";
    position: absolute;
    top: -20px;
    left: 44%;
    right: 50%;
    font-size: 21px;
    color: #fff;
}

h2.tit-categoria span {
    display: block;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: normal;
    padding: 2px 0;
}

.txt-tooltip ul li:before {
    content: "- ";
}

.txt-tooltip li {
    margin-bottom: 5px;
}

.txt-tooltip p {
    margin-bottom: 10px;
    font-size: 18px;
}

.desc-catego ul li:before {
    content: "- ";
    position: absolute;
    left: 0px;
    font-size: 25px;
    top: -5px;
}

.desc-catego ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.desc-catego ul li:nth-child(3),.desc-catego ul li:nth-child(4),.desc-catego ul li:nth-child(5),.desc-catego ul li:nth-child(6),.desc-catego ul li:nth-child(7){
   display:none;
}

.forma .hs-form-checkbox{
 display: inline-block;  
}
.forma input[type="checkbox"] {
    border: 0;
  display: inline-block;
    box-sizing: border-box;
    padding: 0!important;
    min-height: auto!important;
    width: auto !important;
}

.fa-2x {
    font-size: 30px!important;
}

div#paso-3 .titulo {
    text-align: center;
    width: 100%;
}


.pl50 {
    padding-left: 0;
    text-align: center;
    margin: 20px 0;
    border-left: none;
}

@media only screen and (max-width: 768px){
  .trabajos li i {
    display: none;
    position: absolute;
    top: 1px;
    font-size: 30px;
    right: 7px;
    z-index: 100;
}
  .progreso {
    position: absolute;
    border: 3px solid #ccc;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    transition: .4s linear;
    transition-property: width,background-color;
}
  .pasos{
    display: none; 
  }
.trabajos li{    
    width: 50%;
}
  .txt-tooltip {   
    right: 0;
  }

}

@media only screen and (max-width: 400px){
  .item-categoria {
    max-width: calc(100% - 20px)!important;       
    margin: 10px!important;
}
  .pasos{
    display: none; 
  }
.trabajos li{    
    width: 100%;
    padding: 10px;
}

}